devprincekumar/sense-hive

By devprincekumar

Updated 6 months ago

Lightweight self-hosted MQTT dashboard and data logger for IoT devices with real-time telemetry

Image
Networking
Internet of things
Monitoring & observability
0

963

devprincekumar/sense-hive repository overview

SenseHive

lightweight, self-hosted MQTT data logger and real-time dashboard designed for quick deployment and low-resource environments.

It is built for IoT engineers and developers who need simple, local-first visibility into MQTT data without the complexity of full-scale platforms.

Key Features:

  • One-command Docker deployment
  • Real-time MQTT data visualization (SSE-based)
  • Automatic topic-to-table logging using SQLite
  • CSV export per topic
  • Works on low-spec devices (including Raspberry Pi)
  • Multi-architecture support (AMD64 and ARM)

Use Cases:

  • Monitoring sensor data such as temperature, humidity, and AQI
  • Collecting telemetry from IoT nodes like ESP32 and DAQ systems
  • Rapid prototyping of MQTT-based applications
  • Internal dashboards for lab or field deployments

Quick Start: Run the container: docker run -d -p 5000:5000 devprincekumar/sense-hive:latest

Then open in your browser: http://localhost:5000

Image Tags:

latest → Stable AMD64 build

arm-pi-5 → Optimized build for Raspberry Pi 5 (ARM)

Project Status: SenseHive is actively used in internal LAN deployments and has been running in production environments for over two months.

Upcoming improvements include:

  • WAL mode for improved database performance
  • Data retention policies
  • Storage and schema optimizations

GitHub Repository: https://github.com/855princekumar/sense-hive

Notes: This project focuses on simplicity and quick setup. It is not intended to replace full-scale IoT platforms such as ThingsBoard or Home Assistant.

Feedback: Feedback, issues, and contributions are welcome via GitHub.


Tag summary

Content type

Image

Digest

sha256:cb6bb5e0a

Size

49.5 MB

Last updated

6 months ago

docker pull devprincekumar/sense-hive:arm-pi-5