Skip to content

githubjacky/bigkinds-loader

Repository files navigation

bigkinds-loader

Set up the environment, and Install dependencies

  1. Install docker
  2. 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/{press}/{begin}_{end}`
make up
  1. stop the container
make down