Skip to content

hrawat-y3/Zoomcamp2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Zoomcamp2024

week 1

tools

  • Docker
  • Codespace
  • Postgres Db
  • Pgcli
  • Pgadmin
  • sqlalchemy
  • docker network

Docker

Run contained applications on any OS. Create and run containers. Used for running postgress DB on host machine, running pgadmin (an interface for working with postgress data). Docker network is used to launch both above containers together and create a network between them so the pgadmin can access pgDB.

Codepaces

For getting a hosted machine on github.

Pg

postres db for storing the taxi parquet data. pgcli for a command line interaction with the database. pgadmin for a gui interface for the db.

sqlalchemy

python library for working witg sql databases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published