Quickstart
The promise: from cloning the repo to a running service in under 30 minutes.
Three paths. Pick the one closest to what you are building:
- → Run your first AI service locally — Python + Docker, image-based example
- → Push a sensor reading via MQTT — the shortest path to the IoT "aha" moment
- → Fetch data via REST — for frontend and dashboard developers
Each path is a guided step-by-step with code blocks, expected outputs, and troubleshooting notes.
Before you start
- A registered service / developer account (you can get one in the Ecosystem · Submit Your Service flow)
- Python 3.10+ (for paths 1 and 3) or any MQTT client (for path 2)
- Docker 20.10+ (for path 1)