Skip to content

agmoss/iced-iot

Repository files navigation

Iced IoT

Logo
IoT Device Monitoring and Orchestration
A refreshing IoT platform!

Language Code Size Website Server
A personal project built by Andrew Moss

Table of Contents

Features

  • RealTime Device Information: Accurate and up to date info and analytics
  • Scalable: Built with Docker, CosmosDB, and NGINX for scalability and resilience
  • Modular: Microservices architecture
  • Current: Built with modern cloud tooling and design patterns

Design Philosophy

Iced IoT is a low overhead and robust IoT solution. The user can add facilities and devices of any variety to the IoT hub with minimal configuration. Added devices are instantly visible on the web app for tracking and analytics.

The platform is a series of microservices that can be independently scaled and maintained. The entire platform is written in JavaScript with heavy use of non-blocking async code. The React front end is an MVC-style app employing the presentation/container pattern. All application services are dockerized and running as container instances in Azure. Continuous integration and delivery are handled by CircleCI.

Platform Architecture

Architecture

Associated Repo's

Tools