./generate-env.shThis will generate a default .env file in the project root directory to be used by your program.
NOTE: All values modified here must also be changed inside
docker-compose.yaml,mc-setup.sh, andpg-setup.sh.
docker compose up -dThis will set up all the containers for services that are used within this project.
./scripts/mc-setup.shThis will run and configure your MinIO client with all of the default values in the .env generated by generate_env.sh.
./scripts/pg-setup.shThis will create a documents table in postgres container for pipeline metadata storage
./scripts/python-setup.shThis will create virtual environments in the workflows that depend on Python scripts and install the required dependencies for each one.