Sem descrição

ngjaying 014ef5adef feat(extension): Support function extension 5 years atrás
common 014ef5adef feat(extension): Support function extension 5 years atrás
docs 239c64f335 Update getting_started.md 5 years atrás
etc 0c6a43738c feat(extension): Refactor built-in sources/sinks to comply extension rule 5 years atrás
examples 014ef5adef feat(extension): Support function extension 5 years atrás
plugins 014ef5adef feat(extension): Support function extension 5 years atrás
xsql 014ef5adef feat(extension): Support function extension 5 years atrás
xstream 014ef5adef feat(extension): Support function extension 5 years atrás
.gitignore 9998dbab44 Add document build 5 years atrás
LICENSE 6823b05a14 Initial commit 5 years atrás
Makefile fd39df0471 add version info. close #10 (#17) 5 years atrás
README.md 9d603867a2 Add Chinese doc links 5 years atrás
go.mod 530c2907b1 Fix https://github.com/emqx/kuiper/issues/2 and add "make clean" 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