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

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