Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active February 26, 2022 07:59
Show Gist options
  • Save percybolmer/da11b362f7d1a258f8d9d5d4bb09ddd0 to your computer and use it in GitHub Desktop.
Save percybolmer/da11b362f7d1a258f8d9d5d4bb09ddd0 to your computer and use it in GitHub Desktop.
Cadence project start set up
├── /app/
├── /cadence/ # All Related Cadence stuff goes here
│ ├── /data/ #
| | └── /mysql/ # The folder mounted onto the Docker to persist data for Mysql
| | └── /prometheus/ # The folder mounted onto the Docker to persist data for Prometheus
│ ├── /prometheus/ # Folder related to Prometheus
| | └── prometheus.yml # Prometheus config file
| | └── prometheus_config_multicluster.yml # Prometheus config file for multi clusters
│ └── docker-compose.yml # Your docker-compose selected from the Cadence repo based on your persistent storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment