README.md 1.1 KB

A lightweight IoT edge analytic software

Highlight

A SQL based lightweight IoT analytics/streaming software running at resource constrained edge devices.

  • Native run with small overhead ( ~7MB package), support Linux/Windows/Mac OS
  • SQL based, easy to use
  • Built-in support for MQTT source
  • Extension - user can customize the rule engine
  • RESTful APIs for rules management

Document

English

中文

Build from source code

Prepare

  • Go version >= 1.11

Build binary file

  • Build binary file
  $ make
  • Get the compressed files
  $ make pkg
  • Get the docker image
  $ make docker

Cross-build binary file

  • Prepare

    • docker version >= 19.03

    • Requires experimental mode to be enabled on the Docker CLI

  • Get the cross-build compressed file

  $ make cross_build
  • Get the multi-platform images and push to registry
  $ make cross_docker