설명 없음

RockyJin 66754a7db5 add KUIPER_BASE_LOCATION_KEY into env 5 년 전
common 66754a7db5 add KUIPER_BASE_LOCATION_KEY into env 5 년 전
docs 0de80d3a18 Merge remote-tracking branch 'github/master' into extension 5 년 전
etc f89f5f1853 feat(extension): documentation 5 년 전
examples 183374243d refactor import path 5 년 전
plugins 183374243d refactor import path 5 년 전
xsql 183374243d refactor import path 5 년 전
xstream 783d7e3539 move the server out of main pkg 5 년 전
.gitignore 9998dbab44 Add document build 5 년 전
LICENSE 6823b05a14 Initial commit 5 년 전
Makefile fd39df0471 add version info. close #10 (#17) 5 년 전
README.md 3e99d56f44 Fix document summary 5 년 전
go.mod dd6a246a01 change module name 5 년 전

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