Bez popisu

ngjaying 1aaf875785 feat(extension): context and sink refactor. stream compose refactor před 5 roky
common 1aaf875785 feat(extension): context and sink refactor. stream compose refactor před 5 roky
docs b85657fcdc fix arch doc před 5 roky
etc ef2c40b3e6 rename kuiper před 5 roky
xsql 1aaf875785 feat(extension): context and sink refactor. stream compose refactor před 5 roky
xstream 1aaf875785 feat(extension): context and sink refactor. stream compose refactor před 5 roky
.gitignore 70a54d6dad 0.0.2 version před 5 roky
LICENSE 6823b05a14 Initial commit před 5 roky
Makefile ef2c40b3e6 rename kuiper před 5 roky
README.md ef2c40b3e6 rename kuiper před 5 roky
go.mod 530c2907b1 Fix https://github.com/emqx/kuiper/issues/2 and add "make clean" před 5 roky

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

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