MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
1.99k stars 525 forks source link

Create Mina AWS architecture repository #12451

Open kaozenn opened 1 year ago

kaozenn commented 1 year ago

We need to create a git repository to manage our AWS architecture. The repository should contain the following:

├── gitops-infrastructure
│   ├── accounts
│   │   └── 123435789
│   ├── apps *
│   │   ├── argocd
│   │   └── grafana
│   └── platforms
│       ├── cicd
│       ├── controlplane
│       ├── observability
│       ├── mainnet
│       └── testnet

*example of apps
simisimis commented 1 year ago
* Detailed documentation for each component, including its purpose, any relevant configuration, and any dependencies on other components.

For documentation I would suggest we structure it based on Diátaxis technical documentation framework.