Skip to content

deepstreamLite/postgres-data-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepstreamHub data-dump loader for PostgreSQL

A tool to load data into PostgreSQL from deepstreamHub data dumps. The ./load tool reads an exported, unzipped json file and uses it to populate a PostgreSQL table that can be consumed by the deepstream.io PostgreSQL storage connector.

The schema option corresponds to the schema option on the storage adaptor.

The connector will connect to the database using credentials in the PGHOST, PGPORT, PGDATABASE, PGUSER and PGPASSWORD environment variables.

  Usage: ./load [options] <file ...>


  Options:

    -s, --schema <schema>  schema name to store the data under (default 'ds')
    -h, --help             output usage information

About

A tool to load data into PostgreSQL from deepstreamHub data dumps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors