This project fork from GoogleTrendsAnchorBank with the aim to integrate with mongodb.
- Install docker
- modify the
.env.example, assigning the environment variables and rename it as.env - create the docker image:
make buildTo clean up the docker image:
make clean# unit test
make pytest
# project documentation
make doc
# development IDE - Jupyter Lab
make jupyter- download the MongoDB and start the server
- modify the
.env.example, assigning the environment variables and rename it as.env - modify the configuration file -
config/main.yaml - run the program
# Note: the log file will be stored under `log/{db_name}/{collection_name}`
make up- stop the container
make down