EMQX Dedicated New Feature: Event History is available for private beta test. →

Release Notes — Kuiper 0.9.1

eKuiper Team
Sep 22, 2020
Release Notes — Kuiper 0.9.1

Date: 2020/9/22

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

Kuiper 0.9.1 now is available for download.

EMQX 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 SparkApache 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.

The user scenarios of Kuiper including, real-time processing of production line data in the IIoT; Gateway of Connected Vehicle analyze the data from data-bus in real time; Real-time analysis of urban facility data in smart city scenarios. Kuiper processing at the edge can reduce system response latency, save network bandwidth and storage costs, and improve system security.

arch.png

This release includes several new features and bug fixes.

Website: https://github.com/lf-edge/ekuiper

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

Overview

Kuiper 0.9.1 provides a management console, which can be used for Kuiper node management, stream, rule and plugin visualize edit. It greatly improves the using experience.

Features & fixes

Thanks

  • @soyoo provides several log print fixes

Kuiper 2020 milestone

The Kuiper project will keep the good momentum of rapidly development in 2020, including improving more features, integrating with more projects in the open source community on the edge, and adding more continuous integration tests to improve software quality. The main contents are as follows,

  • State management (Q3): Kuiper will provide built-in State support and support fault-tolerant recovery and other functions. Kuiper will use this feature to achieve the persistence support required for long-time window processing. In addition, it can also allow users to extend the plug-in process through the API invocation to realize the storage of custom state data.
  • KubeEdge integration (Q3 or Q4): By extending the Device Model, Kuiper is used to implement functions such as cleaning, caching, and retransmission of bypass device data.
  • Kuiper 1.0.0(Q3 or Q4)release: 1.0.0 version will be released at Q3 or Q4 of 2020.
  • EdgeX Hanoi version integration (Q4): Kuiper will support the newly added array data type in EdgeX; and support the EdgeX UI to manage Kuiper's streams, rules, etc., it will be more convenient when using Kuiper.

You can click Kuiper 2020 milestone to get more detailed information, and the latest updates.

Contact

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

Related Posts

Jun 23, 2020eKuiper Team
Release Notes — Kuiper 0.5.0

Kuiper 0.5.0 added count window which can be used for window analysis based on count, and more JSON functions support.

Mar 24, 2020eKuiper Team
Release Notes — Kuiper v0.2.1

Integration with EdgeX, support for Schemaless flow definition, and FVT test case enhancement are added in this version