Ingen beskrivning

RockyJin 80cf503d48 move metadata into metadata map 5 år sedan
common 70a54d6dad 0.0.2 version 5 år sedan
docs a50ff015ab add mqtt & spli_value func 5 år sedan
etc ca7b42fed5 Update mqtt_source.yaml 5 år sedan
xsql 80cf503d48 move metadata into metadata map 5 år sedan
xstream 80cf503d48 move metadata into metadata map 5 år sedan
.gitignore 70a54d6dad 0.0.2 version 5 år sedan
LICENSE 6823b05a14 Initial commit 5 år sedan
Makefile 530c2907b1 Fix https://github.com/emqx/kuiper/issues/2 and add "make clean" 5 år sedan
README.md 94094a28be move existed doc to en_US 5 år sedan
go.mod 530c2907b1 Fix https://github.com/emqx/kuiper/issues/2 and add "make clean" 5 år sedan

README.md

Rule Engine for Edge

Highlight

A SQL based lightweight IoT streaming rule engine 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

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