Skip to content

syyunn/527-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

527 Loader

Loads IRS 527 data into a Postgres database.

To run:

chmod +x load.sh
export PGHOST=<database host> PGDATABASE=<database name> PGUSER=<database user> PGPASSWORD=<database password>
./load.sh

Or you can establish a pgpass file if you don't want to give specify your password.

Based on a 2015 project by Jacob Fenton.

About

A loader for IRS 527 data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 52.6%
  • Python 38.1%
  • Shell 9.3%