Skip to main content

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:

  1. Run your first AI service locally — Python + Docker, image-based example
  2. Push a sensor reading via MQTT — the shortest path to the IoT "aha" moment
  3. 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)