Is a second iteration of a sensor capture database in the city of Bucaramanga.
Document | Description |
---|---|
Database.md | Database entity relationship diagrams |
CICD.md | Documentation about the CI/CD pipelines implemented in the project. |
CONTRIBUTING.md | Contribution manual. |
Use cases.md | System use cases |
microservices.drawio | Infrastructure diagram |
diagrams.mdj | Use case, packages and deployment diagrams in StarUML. |
Repository | Description |
---|---|
dashboard | This is the user dashboard for managing and exploring sensor stations |
users | User's only REST API with all the necessary CRUD operations performed in the dashboard |
messages | Microservice responsible of delivering Emails. |
alerts | Microservice responsible of triggering alerts and sending notifications to users |
stations | Station's only REST API isolated to only publish sensor data to the system |
docs | Documentation for the entire organization |
models | Centralized database controller used by many of the micro and monolithic services present in the system |