Skip to content

A Postgres loader for bulk data from the Center for Responsive Politics.

License

Notifications You must be signed in to change notification settings

PublicI/crp-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRP loader

A Postgres loader for bulk data from the Center for Responsive Politics.

Requires Bash, 7za, aws-cli, psql, Node.js.

Run it like this:

export PGHOST=<database host> PGDATABASE=<database name> PGUSER=<database user> PGPASSWORD=<database password>
npx PublicI/crp-loader

Or use the Docker image:

docker run -e PGHOST=<database host> -e PGDATABASE=<database name> -e PGPASSWORD=<database password> -e PGPORT=5432 -e PGUSER=<database user> -e publicintegrity/crp-loader

About

A Postgres loader for bulk data from the Center for Responsive Politics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published