- Docker
- Codespace
- Postgres Db
- Pgcli
- Pgadmin
- sqlalchemy
- docker network
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.
For getting a hosted machine on github.
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.
python library for working witg sql databases.