Skip to main content

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

  1. Redis
  2. EMQX - Handles all IoT data collection and dispatch
  3. PostgreSQL
  4. Docker (Production)
  5. DigitalOcean (Production)