Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cookbook | 11,769 | 2 months ago | 110 | apache-2.0 | ||||||
The Data Engineering Cookbook | ||||||||||
Sarama | 10,023 | 1,759 | 5 days ago | 152 | August 11, 2022 | 327 | mit | Go | ||
Sarama is a Go library for Apache Kafka. | ||||||||||
God Of Bigdata | 7,992 | 2 months ago | 2 | |||||||
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive... | ||||||||||
Confluent Kafka Go | 3,970 | 316 | a day ago | 62 | August 02, 2022 | 213 | apache-2.0 | Go | ||
Confluent's Apache Kafka Golang client | ||||||||||
Strimzi Kafka Operator | 3,867 | 2 | a day ago | 34 | September 06, 2022 | 142 | apache-2.0 | Java | ||
Apache Kafka® running on Kubernetes | ||||||||||
Kafkajs | 3,242 | 39 | 322 | 15 days ago | 291 | August 16, 2022 | 253 | mit | JavaScript | |
A modern Apache Kafka client for node.js | ||||||||||
Kafka Monitor | 1,946 | 3 months ago | 27 | apache-2.0 | Java | |||||
Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more. | ||||||||||
Kaf | 1,858 | 2 | 3 days ago | 71 | July 18, 2022 | 54 | apache-2.0 | Go | ||
Modern CLI for Apache Kafka, written in Go. | ||||||||||
Karafka | 1,724 | 22 | 5 | a day ago | 70 | July 08, 2022 | 24 | other | Ruby | |
Ruby and Rails efficient Kafka processing framework | ||||||||||
Meetup | 1,332 | a month ago | 1 | mit | Go | |||||
【❤️ 互联网最全大厂技术分享PPT 👍🏻 持续更新中!】🍻各大技术交流会、活动资料汇总 ,如 👉QCon👉全球运维技术大会 👉 GDG 👉 全球技术领导力峰会👉大前端大会👉架构师峰会👉敏捷开发DevOps👉OpenResty👉Elastic,欢迎 PR / Issues |
Azkarra Streams is a lightweight Java framework which makes easy to develop and operate Kafka Streams applications (Azkarra is Basque word for "Fast")
Kafka Streams is a client library for building applications and microservices, where the input and output data are stored in Kafka clusters. It combines the simplicity of writing and deploying standard Java and Scala applications on the client side with the benefits of Kafka's server-side cluster technology (source: Apache documentation).
Do you think this project can help you create event-driven applications based on Kafka Streams? Please 🌟 this repository to support us!
Azkarra is available in Maven Central. You can add Azkarra Streams to the dependency of the pom.xml of your project.
<dependency>
<groupId>io.streamthoughts</groupId>
<artifactId>azkarra-streams</artifactId>
<version>0.9.2</version>
</dependency>
Prerequisites for building Azkarra:
$ git clone https://github.com/streamthoughts/azkarra-streams.git
$ cd azkarra-streams
$ ./mvnw clean package -DskipTests
NOTE: Azkarra Worker is built in ./azkarra-worker/target/distribution/
If you want to read more about using Azkarra Streams, the documentation can be found on www.azkarrastreams.io
Any feedback, bug reports and PRs are greatly appreciated!
Want to appear on this page?
Open an issue with a quick description of your organization and usage or send us a message to the Slack Channel.
Copyright 2019-2020 StreamThoughts.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License