Ei kuvausta

zhanghongtong bff88c104e Add Secret to chart 5 vuotta sitten
common 835e3bfd63 bug(extension): agg function does not called successfully 5 vuotta sitten
deploy bff88c104e Add Secret to chart 5 vuotta sitten
docs cc8c744d80 doc(plugins): add doc for plugins 5 vuotta sitten
etc 835e3bfd63 bug(extension): agg function does not called successfully 5 vuotta sitten
examples 5762b09dbf fix go module issue 5 vuotta sitten
plugins 0f7f631688 bug(plugins): random property not set; make file add plugin functions folder 5 vuotta sitten
xsql 835e3bfd63 bug(extension): agg function does not called successfully 5 vuotta sitten
xstream 4dbbe5d6ae bug(mqtt): do not print out payload for each message 5 vuotta sitten
.gitignore 9998dbab44 Add document build 5 vuotta sitten
Dockerfile-by-corss-build dda291c222 Update Docker file 5 vuotta sitten
LICENSE 6823b05a14 Initial commit 5 vuotta sitten
Makefile bc20f11110 add helm chart 5 vuotta sitten
README.md 30ff93184c Add docker build 5 vuotta sitten
go.mod 5762b09dbf fix go module issue 5 vuotta sitten

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
  • Get the compressed files
  $ make pkg
  • Get the docker image
  $ make docker

Cross-build binary file

  • Prepare

    • docker version >= 19.03

    • Requires experimental mode to be enabled on the Docker CLI

  • Get the cross-build compressed file

  $ make cross_build
  • Get the multi-platform images and push to registry
  $ make cross_docker