Skip to content
Snippets Groups Projects
Commit 8868526f authored by davorluc's avatar davorluc
Browse files

added diagram

parent 0e4362c0
No related branches found
No related tags found
1 merge request!11Updatereadme
ROC_infrastructure.png

109 KiB

......@@ -21,11 +21,13 @@ This documentation is intended for Thomas Bocek, the blockchain module professor
- **Prometheus**: Integrated with Grafana for data collection and metric aggregation. Prometheus ensures reliable and scalable data monitoring.
### Key Technologies
- **Programming Languages**: C# (backend and application logic), Solidity (smart contract implementation on Ethereum).
- **Monitoring Tools**: Grafana (dashboard creation and visualization), Prometheus (data collection and alerting).
- **Database**: Postgresql (database)
- **Programming Languages**: C# (backend and application logic), Solidity (smart contract implementation on Ethereum). We chose C# because the developers on the team were already familiar with it. The reason we chose Ethereum (and thus Solidity) is because that's what we got introduced to in the Blockchain module.
- **Monitoring Tools**: Grafana (dashboard creation and visualization), Prometheus (data collection and alerting). We chose these two tools because David suggested these as he already has had good experiences with them in the past and nobody opposed his suggestion.
- **Database**: Postgresql (database), because that's what everyone was familiar with.
- **Containerization**: Docker (standardizes development and deployment processes).
<img src="ROC_infrastructure.png">
---
## 3. Infrastructure Details
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment