Skip to content

AppGeo/carto-copy-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published