Introduction
This document provides an overview of the Rhea IoT system.
It contains the following sections:
- Backend
- Frontend
Backend
The backend runs on Django Multi-tenant architecture and is deployed on DigitalOcean.
It requires a few things to work well
- Redis
- EMQX - Handles all IoT data collection and dispatch
- PostgreSQL
- Docker (Production)
- DigitalOcean (Production)