Skip to content

cvsh/dockerPythonPostgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerPythonPostgres

/// Script gets data from google spreadsheets and writes it to PostgresSQL ///

Command to start

  • docker-compose up --build

Enter database container to check if data ammended in spreadsheet becomes ammended in database as well

  • docker exec -it <container_id with database> /bin/bash
  • psql -U postgres
  • \c googledata
  • SELECT * FROM orders;

Admin creds

  • admin
  • password

Spreadsheets itself

About

Google Spreadsheet -> PostgresSQL -> Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published