Open Source Projects

Community-driven tools and libraries for IoT development

πŸ—„οΈ

QuarkDB

NoSQL Database for Arduino Microcontrollers

Overview

QuarkDB is an open-source NoSQL database designed specifically for Arduino-based microcontroller platforms. It leverages ArduinoJson 6 to manage JSON documents on resource-constrained hardware, making it perfect for edge computing and IoT applications.

Key Features

βœ“
Platform Support: ESP8266, ESP32, and compatible Arduino boards
βœ“
JSON Document Storage: Store and retrieve JSON documents with ease
βœ“
Flexible Querying: MongoDB-style operators ($eq, $gt, $lt, $gte, $lte, $eleMatch)
βœ“
SPIFFS Integration: Persistent storage using SPIFFS file system
βœ“
API & CLI Access: Both programmatic and command-line interfaces

Database Operations

QuarkDB supports fundamental CRUD operations optimized for microcontrollers:

  • Create: Initialize lists with names under 12 characters
  • Add: Insert JSON records (default 500-byte limit per record)
  • Retrieve: Query with filters using comparison operators
  • Update: Replace matched records entirely
  • Delete: Remove specific records or entire lists

Configuration

QuarkDB provides sensible defaults while allowing customization:

  • Maximum 300 records per list (configurable)
  • 500 bytes per record limit (configurable)
  • Dedicated APIs for configuration management
☸️

K3S Edge Orchestrator

Lightweight Kubernetes for IoT Edge Devices

Overview

K3S Edge Orchestrator enables container orchestration on edge devices, bringing Kubernetes capabilities to resource-constrained IoT gateways and edge computing platforms.

Key Features

βœ“
Lightweight: Minimal resource footprint for edge devices
βœ“
Container Management: Deploy and manage containerized IoT applications
βœ“
Edge Computing: Run workloads closer to data sources
βœ“
Remote Management: Centralized control of distributed edge nodes

Contribute to Our Projects

We welcome contributions from the community. Fork our repos, submit pull requests, or report issues.