A Django application for various orchestration purposes across the MarTech stack.
Orchestrator provides a centralized platform for managing marketing technology workflows at Mozilla. It streamlines operations by:
# Setup environment
make env-setup
# Build and start services
make build
make upmake help # Show all commands
make up # Start services
make down # Stop services
make logs # View logs
make shell # Access app containerThis software is licensed under the Mozilla Public License 2.0 For more information, read the file LICENSE.