jinfahua 9361b2353c Scripts (#100) vor 5 Jahren
..
cli 3796be9abd doc(metrics): update the output metrics example vor 5 Jahren
extension 635eeecffa doc(stream): source extension API update vor 5 Jahren
operation 39a366636b doc(prometheus): add doc for prometheus configuration vor 5 Jahren
plugins 5a1bd9333a Refactor the README vor 5 Jahren
resources 94094a28be move existed doc to en_US vor 5 Jahren
restapi 9361b2353c Scripts (#100) vor 5 Jahren
rules dfd99b4c86 doc(stream): sink cache doc vor 5 Jahren
sqls f89f5f1853 feat(extension): documentation vor 5 Jahren
JSON_Expressions.pptx 94094a28be move existed doc to en_US vor 5 Jahren
README.md 3e99d56f44 Fix document summary vor 5 Jahren
SUMMARY.md e671f801b0 add docs for pulgins usage vor 5 Jahren
book.json d1ee5d5d04 Remove introduction vor 5 Jahren
cross-compile.md 5a1bd9333a Refactor the README vor 5 Jahren
getting_started.md ef2c40b3e6 rename kuiper vor 5 Jahren
json_expr.md 94094a28be move existed doc to en_US vor 5 Jahren
reference.md e671f801b0 add docs for pulgins usage vor 5 Jahren
streaming_class_diagram.pdf 94094a28be move existed doc to en_US vor 5 Jahren
streams.md f89f5f1853 feat(extension): documentation vor 5 Jahren
tutorial.md ef2c40b3e6 rename kuiper vor 5 Jahren

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