Skip to content

This project fork from GoogleTrendsAnchorBank with the aim to integrate with mongodb.

License

Notifications You must be signed in to change notification settings

githubjacky/calibrate-google-trends

 
 

Repository files navigation

calibrate-google-trends

This project fork from GoogleTrendsAnchorBank with the aim to integrate with mongodb.

Set up the environment, and Install dependencies

  1. Install docker
  2. modify the .env.example, assigning the environment variables and rename it as .env
  3. create the docker image:
make build

To clean up the docker image:

make clean

Container Services

# unit test
make pytest

# project documentation
make doc

# development IDE - Jupyter Lab
make jupyter

Usage

  1. download the MongoDB and start the server
  2. modify the .env.example, assigning the environment variables and rename it as .env
  3. modify the configuration file - config/main.yaml
  4. run the program
# Note: the log file will be stored under `log/{db_name}/{collection_name}`
make up
  1. stop the container
make down

About

This project fork from GoogleTrendsAnchorBank with the aim to integrate with mongodb.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 97.3%
  • Dockerfile 1.6%
  • Makefile 1.1%