LenaLenaPan a2a9471aef fix(doc): add missing heading (#1998) před 1 rokem
..
api 59d9de2e22 refactor: remove deprecated properties (#1937) před 1 rokem
concepts c21122eb87 fix(doc): add stream format (#1994) před 1 rokem
configuration 2c57dd7750 refactor(doc): reconstruct function doc před 1 rokem
edgex 3eff448e2e fix (doc): update edgex command messaging tutorial doc (#1786) před 2 roky
example 15d2c7f0dc docs: fix typos (#1839) před 1 rokem
extension 65604025e9 docs: update plugin tutorial for alpine (#1951) před 1 rokem
getting_started ad7963b82a docs(tutorial): how to debug rules před 1 rokem
guide dfa9b5e16b feat: file soure support enable parallel (#1948) před 1 rokem
integrations 2d3ccd1843 fix(doc): fix wrong links před 2 roky
operation e0905cac02 refactor(service): remove msgpack from standard package před 1 rokem
resources 0072bd0649 fix(doc): add tutorial for tfLite plugin před 2 roky
sqls a2a9471aef fix(doc): add missing heading (#1998) před 1 rokem
usecases a8b7908025 doc: cn translate and fixes před 2 roky
CONTRIBUTING.md a28705981b docs: add package import spec (#1878) před 1 rokem
README.md 26ac337940 docs: fix aggregate_functions link. (#1991) před 1 rokem
installation.md 621904bdf8 fix(doc): fix problems in doc před 2 roky
wechat.png 63203b15fb chore(doc): move images into lang dirs před 3 roky

README.md

LF Edge eKuiper - Lightweight data stream processing engine for IoT edge

LF Edge eKuiper is a lightweight IoT data analytics and stream processing engine running on resource-constraint edge devices. The major goal for eKuiper is to provide a streaming software framework (similar to Apache Flink) in edge side. eKuiper's rule engine allows user to provide either SQL-based or graph based (similar to Node-RED) rules to create IoT edge analytics applications within few minutes.

arch

Features

  • Lightweight

    • Core server package is only about 4.5M, memory footprint is about 10MB.
  • Cross-platform

    • CPU Arch:X86 AMD * 32/64; ARM * 32/64; PPC
    • Popular Linux distributions, OpenWrt Linux, MacOS and Docker
    • Industrial PC, Raspberry Pi, industrial gateway, home gateway, MEC edge cloud server
  • Data analysis support

    • Support data ETL
    • Data order, group, aggregation and join with different data sources (the data from databases and files)
    • 60+ functions, includes mathematical, string, aggregate and hash etc
    • 4 time windows & count window
  • Highly extensible

It supports extending at Source, Functions and Sink with Golang or Python.

  • Source: allows users to add more data sources for analytics.
  • Sink: allows users to send the analysis result to different customized systems.
  • UDF functions: allow users to add customized functions for data analysis (for example, AI/ML function invocation)

  • Management

  • Integration with EMQX products

Seamless integration with EMQX, Neuron & NanoMQ, and provided an end-to-end solution from IIoT, IoV

Understand eKuiper

Learn about eKuiper and its fundamental concepts.

View Concepts

Try eKuiper

Follow tutorials to learn how to use eKuiper.

View Tutorials

Look up reference information

Refer to the syntax and properties.

View Reference

Learn how to use eKuiper

Learn how to create and manage rules and how to modify configurations, etc.

Develop extensions

Learn how to develop custom extensions.

View Extension Programming

Get Help

If you get stuck, check out our community support resources.

drawing

Contribute

Anyone can contribute for anything, not just code.