1.0.0 • Published 5 years ago

carto-copy-stream v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

carto-copy-stream

Import a table into carto using the new copy api, make sure the table exists

API

const copyStream = require('carto-copy-stream');
var writableStream = copyStream(user, key, table, headers, cb);

It takes:

  • the carto username (the one for the api, not for logging in)
  • api key
  • table name
  • array of headers
  • a callback for when it's done importing

it returns a writable object stream that takes geojson objects.