Skip to content

internetofwater/scheduler

 
 

Repository files navigation

How to use this repository

  • python3 main.py local
  • Navigate to localhost:3000 to view the dagster UI

Tear down the docker swarm stack with python3 main.py down

As you develop, run python3 main.py refresh to rebuild the user code image and python3 main.py test to run tests inside the container.

Architecture

  • an .env file is sourced for all secrets and configuration for dagster
  • these configs and env vars are used inside the user code Docker container
  • containers are built and orchestrated with db resources inside a docker swarm

About

Scheduling approaches related to gleaner tooling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • Jinja 5.7%
  • Shell 1.6%