暂无描述

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