Giter Site home page Giter Site logo

kstream's Introduction

KStream - Kafka Streams for Golang

Godoc Releases Go Report Card LICENSE

KStream is a kafka streams implementation written in Golang. It is heavily influenced by Kafka-Streams(Java) library and includes features such as Streams, Tables, State Stores, EOS support, and so on.

Features

  • Streams: Leverage the streaming capabilities of KStream to process and transform data in real-time.
  • Tables: Utilize tables to perform aggregations, joins, and other advanced operations on the data streams.
  • State Stores: Benefit from built-in state stores for efficient storage and retrieval of stream data.
  • EOS Support: Enjoy the reliability of exactly-once semantics with KStream's support for EOS.
DSL
Branch Supported(Split Example )
Filter Supported
Inverse Filter Not Supported
FlatMap Supported
FlatMap (values only) Supported(Word Count Example)
Peek Not Supported(Use Each instead)
Foreach Supported(Word Count Example)
Map Supported
Map (values only) Supported
Merge Supported
SelectKey Supported(Word Count Example)
Repartition Supported
Table to Stream Supported(Word Count Example)
Stream to Table Supported(Word Count Example)
Aggregate Supported(Word Count Example)
GroupBy Not Supported
GroupByKey Not Supported
Aggregate (windowed) Not Supported
Cogroup Not Supported

Join Support

Please refer https://kafka.apache.org/20/documentation/streams/developer-guide/dsl-api.html#joining

Join
KTable-to-KTable Supported
KStream-to-KTable Supported
KStream-to-GlobalKTable Supported
KTable-to-KTable Foreign-Key Join Supported(Using lookup functions)
KTable-to-GlobalKTable Not Supported
KStream-to-KStream Not Supported

Getting Started

To get started with KStream, follow these steps:

  1. Install librdkafka(https://github.com/confluentinc/librdkafka#installation).

kstream's People

Contributors

gmbyapa avatar senpathi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.