Jiyong Huang 67ba7d74dd fix(doc): typo in window doc 2 yıl önce
..
concepts 2eef9a9e31 doc(schema): schema doc updates 2 yıl önce
edgex a56358c57d fix(doc): edgex source doc fix (#1383) 2 yıl önce
extension 9ded041922 feat(extension): Wasm plugin initial support 2 yıl önce
operation 2eef9a9e31 doc(schema): schema doc updates 2 yıl önce
resources e554740525 doc: update arch diagram 2 yıl önce
rules c6047eb3a9 doc(source): doc for file source 2 yıl önce
sqls 67ba7d74dd fix(doc): typo in window doc 2 yıl önce
tutorials 5fe57493ac fix(doc): pyai zip add function json and some refactor 2 yıl önce
CONTRIBUTING.md fa17ab2f8a docs(zh_CN): 失效的引用地址,错误的单词拼写 2 yıl önce
README.md 18e1185215 fix(doc): add sql to nav and fix typo (#1259) 3 yıl önce
features.md d0ecc82009 doc: schema and protobuf support 2 yıl önce
getting_started.md c0afe82f64 fix(mqtt): remove mqtt server array (#1143) 3 yıl önce
quick_start_docker.md f8a567cff0 doc: fix dead link in quick start (#1555) 2 yıl önce
tutorial.md faad134cd8 refactor(*): update product name in docs 3 yıl önce
wechat.png 63203b15fb chore(doc): move images into lang dirs 3 yıl önce

README.md

LF Edge eKuiper - 超轻量物联网边缘数据分析软件

LF Edge eKuiper 是 Golang 实现的轻量级物联网边缘分析、流式处理开源软件,可以运行在各类资源受限的边缘设备上。eKuiper 设计的一个主要目标就是将在云端运行的实时流式计算框架(比如 Apache SparkApache StormApache Flink 等)迁移到边缘端。eKuiper 参考了上述云端流式处理项目的架构与实现,结合边缘流式数据处理的特点,采用了编写基于源 (Source)SQL (业务逻辑处理), 目标 (Sink) 的规则引擎来实现边缘端的流式数据处理。

eKuiper 可以运行在各类物联网的边缘使用场景中,比如工业物联网中对生产线数据进行实时处理;车联网中的车机对来自汽车总线数据的即时分析;智能城市场景中,对来自于各类城市设施数据的实时分析。通过 eKuiper 在边缘端的处理,可以提升系统响应速度,节省网络带宽费用和存储成本,以及提高系统安全性等。

arch

理解 eKuiper

了解 eKuiper 的基本概念。

查看概念

快速上手

按照教程学习如何使用 eKuiper 。

查看教程

查阅参考信息

浏览语法和属性。

查看参考

使用 eKuiper

了解如何创建和管理规则以及修改配置等运营知识。

查看使用指南

开发扩展

了解如何开发自定义扩展。

查看扩展开发

获取帮助

如果您遇到问题,欢迎通过以下渠道寻求社区帮助:

drawing

贡献

任何人都可以参与项目,可通过贡献代码或者文档,回答问题等任何方式加入社区。