wivwiv d1ee5d5d04 Remove introduction 5 years atrás
..
cli b85657fcdc fix arch doc 5 years atrás
extension ef2c40b3e6 rename kuiper 5 years atrás
operation ef2c40b3e6 rename kuiper 5 years atrás
resources 94094a28be move existed doc to en_US 5 years atrás
rules 711f97ad92 add source with cert & key 5 years atrás
sqls ef2c40b3e6 rename kuiper 5 years atrás
JSON_Expressions.pptx 94094a28be move existed doc to en_US 5 years atrás
README.md 3e99d56f44 Fix document summary 5 years atrás
SUMMARY.md d1ee5d5d04 Remove introduction 5 years atrás
book.json d1ee5d5d04 Remove introduction 5 years atrás
getting_started.md ef2c40b3e6 rename kuiper 5 years atrás
json_expr.md 94094a28be move existed doc to en_US 5 years atrás
reference.md 3e99d56f44 Fix document summary 5 years atrás
streaming_class_diagram.pdf 94094a28be move existed doc to en_US 5 years atrás
streams.md 8cd52c86de add chn doc 5 years atrás
tutorial.md ef2c40b3e6 rename kuiper 5 years atrás

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