ngjaying 6376cc6653 refactor(mqtt): revert mqtt source to use /etc/mqtt_source.yaml as the config file hace 5 años
..
cli b85657fcdc fix arch doc hace 5 años
extension cc8c744d80 doc(plugins): add doc for plugins hace 5 años
operation ef2c40b3e6 rename kuiper hace 5 años
plugins cc8c744d80 doc(plugins): add doc for plugins hace 5 años
resources 94094a28be move existed doc to en_US hace 5 años
rules 6376cc6653 refactor(mqtt): revert mqtt source to use /etc/mqtt_source.yaml as the config file hace 5 años
sqls f89f5f1853 feat(extension): documentation hace 5 años
JSON_Expressions.pptx 94094a28be move existed doc to en_US hace 5 años
README.md 3e99d56f44 Fix document summary hace 5 años
SUMMARY.md e671f801b0 add docs for pulgins usage hace 5 años
book.json d1ee5d5d04 Remove introduction hace 5 años
getting_started.md ef2c40b3e6 rename kuiper hace 5 años
json_expr.md 94094a28be move existed doc to en_US hace 5 años
reference.md e671f801b0 add docs for pulgins usage hace 5 años
streaming_class_diagram.pdf 94094a28be move existed doc to en_US hace 5 años
streams.md f89f5f1853 feat(extension): documentation hace 5 años
tutorial.md ef2c40b3e6 rename kuiper hace 5 años

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