Skip to content

Rkuro/repcheck-data-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repcheck-data-integration

Data integration code for repcheck

You need a .env file with:

Do not check this file into git!

POSTGRES_DB_PASSWORD = xxx

You can then run like so

# set up venv
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python -m scripts.$script_name

Note: Repo assumes that postgres is running locally on the default 5432 port and uses the database name 'repcheck' which must already exist!

About

Data integration code for repcheck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages