Aucune description

RockyJin 8517c2f28d specify kuiper base at runtime il y a 5 ans
common 8517c2f28d specify kuiper base at runtime il y a 5 ans
docs b05e6043dd feat(extension): update extension/function doc il y a 5 ans
etc 835e3bfd63 bug(extension): agg function does not called successfully il y a 5 ans
examples 5762b09dbf fix go module issue il y a 5 ans
plugins 835e3bfd63 bug(extension): agg function does not called successfully il y a 5 ans
xsql 835e3bfd63 bug(extension): agg function does not called successfully il y a 5 ans
xstream 8517c2f28d specify kuiper base at runtime il y a 5 ans
.gitignore 9998dbab44 Add document build il y a 5 ans
LICENSE 6823b05a14 Initial commit il y a 5 ans
Makefile fd39df0471 add version info. close #10 (#17) il y a 5 ans
README.md 3e99d56f44 Fix document summary il y a 5 ans
go.mod 5762b09dbf fix go module issue il y a 5 ans

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