Skip to content

Commit

Permalink
fix(docs): update docker readme arch image
Browse files Browse the repository at this point in the history
Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
  • Loading branch information
superrxan authored and ngjaying committed Jan 6, 2022
1 parent 7e917a1 commit 3322072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To minimize image size, it's uncommon for additional related tools (such as `git

LF Edge eKuiper is an edge lightweight IoT data analytics / streaming software implemented by Golang, and it can be run at all kinds of resource constrained edge devices. One goal of eKuiper is to migrate the cloud streaming software frameworks (such as [Apache Spark](https://spark.apache.org)[Apache Storm](https://storm.apache.org) and [Apache Flink](https://flink.apache.org)) to edge side. eKuiper references these cloud streaming frameworks, and also considered special requirement of edge analytics, and introduced **rule engine**, which is based on ``Source``, ``SQL (business logic)`` and ``Sink``, rule engine is used for developing streaming applications at edge side.

![eKuiper architect](https://github.com/lf-edge/ekuiper/raw/master/docs/resources/arch.png)
![eKuiper architect](https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/arch.png)

**User scenarios**

Expand Down

0 comments on commit 3322072

Please sign in to comment.