Sin descripción

ngjaying f937681d97 bug(kv): check existence for Set and Delete hace 5 años
common f937681d97 bug(kv): check existence for Set and Delete hace 5 años
docs 0de80d3a18 Merge remote-tracking branch 'github/master' into extension hace 5 años
etc 3e9a437919 feat(zmq): zmq source hace 5 años
examples 014ef5adef feat(extension): Support function extension hace 5 años
plugins 07835c1e5f feat(zmq): zmq sink hace 5 años
xsql f937681d97 bug(kv): check existence for Set and Delete hace 5 años
xstream e4b4b5eb52 bug(status): correct rule status and source config reload hace 5 años
.gitignore 9998dbab44 Add document build hace 5 años
LICENSE 6823b05a14 Initial commit hace 5 años
Makefile fd39df0471 add version info. close #10 (#17) hace 5 años
README.md 3e99d56f44 Fix document summary hace 5 años
go.mod 3e9a437919 feat(zmq): zmq source hace 5 años

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