This project provides a Dockerized environment to populate a PostgreSQL database with 1 million rows of fake data using Python and Faker. The project uses Docker Compose to manage the database and Python services.
Start by cloning the repository to your local machine:
git clone https://github.com/utksngh/postgres-data-populator.git
cd postgres-data-populatordocker-compose builddocker-compose updocker exec -it postgres_db psql -U user -d test_dbSELECT COUNT(*) FROM test_table;