This repository stores the script that generates and exports the Measurements Dataset.
To export the datasets, run the following command:
docker build -t dataset-hanagotchi -f Dockerfile . ; docker run --env-file .env dataset-hanagotchi ; docker rmi dataset-hanagotchi -f
make execute
POSTGRES_USER
: The user that will be used to connect to the databasePOSTGRES_PASSWORD
: The password that will be used to connect to the databasePOSTGRES_HOST
: The host where the database is locatedPOSTGRES_PORT
: The port where the database is listeningPOSTGRES_DB
: The database nameDATABASE_URL
: The URL that will be used to connect to the databaseMEASUREMENTS_SCHEMA
: The schema where the measurements table is locatedPLANTS_SCHEMA
: The schema where the logs table is located
- When a photo link does not follow the expected structure (the one followed by Firebase Storage), it could possibly not parse the created_at date as expected.