Skip to content

Kuiper 0.2.0 version

Pre-release
Pre-release
Compare
Choose a tag to compare
@jinfahua jinfahua released this 28 Feb 05:04
· 2919 commits to master since this release
22fb4ca

Overview

Kuiper 2020 Roadmap was updated to Github, and several other projects were also created, such as Kuiper & EdgeX integration project. Please click related link if you're interested in it.

Features

  • Rest mangement API now is provided. Besides CLI tools, user can manage streams & rules by Rest API.
    • Streams management
    • Rules management
  • Max support rule number benchmark
    • 8000 rules with 800 message/second with 2 core * 4GB memory in AWS
    • Resource usage
      • Memory: 89% ~ 72%
      • CPU: 25%
  • Setup FVT pipeline in Github action. FVT test scenarios will be run automatically with any code commit or PR, so the product quality can be ensured.
  • 8 Kuiper FVT (functional verification tests) were wrote, and covered following scenarios.
    • Basic functions of HTTP REST-API
    • Basic functions of CLI
    • Complex end-2-end scenario for Kuiper source, processing and sink

Bug fixes