wivwiv d1ee5d5d04 Remove introduction il y a 5 ans
..
cli 8cd52c86de add chn doc il y a 5 ans
extension 8cd52c86de add chn doc il y a 5 ans
operation 8cd52c86de add chn doc il y a 5 ans
resources 8cd52c86de add chn doc il y a 5 ans
rules 8cd52c86de add chn doc il y a 5 ans
sqls 8cd52c86de add chn doc il y a 5 ans
README.md 3e99d56f44 Fix document summary il y a 5 ans
SUMMARY.md d1ee5d5d04 Remove introduction il y a 5 ans
book.json d1ee5d5d04 Remove introduction il y a 5 ans
getting_started.md 239c64f335 Update getting_started.md il y a 5 ans
json_expr.md 8cd52c86de add chn doc il y a 5 ans
reference.md 3e99d56f44 Fix document summary il y a 5 ans
streams.md 8cd52c86de add chn doc il y a 5 ans
tutorial.md 8cd52c86de add chn doc il y a 5 ans

README.md

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
  • Cross build binary file
  $ GOOS=linux GOARCH=arm make 

Get the compressed file

  • Get the compressed files
  $ make pkg
  • Get the cross-build compressed file
  $ GOOS=linux GOARCH=arm make pkg