Kuiper-041-正式发布-超轻量IoT边缘流处理

4次阅读

共计 1840 个字符,预计需要花费 5 分钟才能阅读完成。

Date: 2020/6/1

The Kuiper team would like to announce the release of Kuiper 0.4.1.

Kuiper 0.4.1 now is available for download.

EMQ X Kuiper 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 Kuiper is to migrate the cloud streaming software frameworks (such as Apache Spark,Apache Storm and Apache Flink) to edge side. Kuiper 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.

This release includes several new features and bug fixes.

Website: https://www.emqx.io/products/…

Github Repository: https://github.com/emqx/kuiper

Overview

Kuiper 0.4.1 version fixed some problems reported from community.

Features

  • Support multi-instances creation for plugins. In previous versions, plugin only supports one single instance, now multiple plugin instances can be supported by returning a construction function.
  • Fixed dataTemplate usage in rule document.
  • Fixed EdgeX floating data can not be processed problem in some cases.
  • Support for updating EdgeX MQTT message bus configurations by Docker environment variables.
  • Support for using alias for aggregation functions, and then use alias name in WHERE or HAVING clause, it can greatly improve the performance.
  • Returns 404 response code when deleting not existed streams or rules, while previously returns 400.
  • Fix sink infinite resend after rule stopped problem.
  • When using SELECT * , now it can correctly process the field name case by reading stream schema definition or actual field name sent in streams.
  • Fixed problem of multiple same type of sink cannot work correctly.
  • http_pull source support, it can pull data from HTTP rest interface by specified interval time.

Thanks

@worldmaomao provided EdgeX floating processing fixes.

Contact

If having any problems for Kuiper, feel free to contact us through contact@emqx.io

版权声明:本文为 EMQ 原创,转载请注明出处。

原文链接:https://www.emqx.io/cn/news/r…

正文完
 0