- build the Docker images
docker compose build
- or
docker-compose build db
to build the database image alone
- or
docker-compose up -d
to download the Docker images and start the containers- download the RAW cassini data from Redfour
- store the files under
./curious/data
docker exec -it curious_db bash
to open a Bash on the Postgres containercd /home/curious
to browse the mounted directory with the make file and raw CSV datamake import_master_plan
to import the master plan data into the enceladus databaselocalhost:5050
to open a pgAdmin window on the Docker host machine (your local machine)- login with
[email protected]
and123456
to login to the pgAdmin - create a server connection to the Postgres server using
curious_db:5432
and[email protected]
withmysecretpassword
to browse the enceladus database