Azkarra Streams

🚀 Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.
Alternatives To Azkarra Streams
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cookbook11,769
2 months ago110apache-2.0
The Data Engineering Cookbook
Sarama10,0231,7595 days ago152August 11, 2022327mitGo
Sarama is a Go library for Apache Kafka.
God Of Bigdata7,992
2 months ago2
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
Confluent Kafka Go3,970316a day ago62August 02, 2022213apache-2.0Go
Confluent's Apache Kafka Golang client
Strimzi Kafka Operator3,8672a day ago34September 06, 2022142apache-2.0Java
Apache Kafka® running on Kubernetes
Kafkajs3,2423932215 days ago291August 16, 2022253mitJavaScript
A modern Apache Kafka client for node.js
Kafka Monitor1,946
3 months ago27apache-2.0Java
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.
Kaf1,85823 days ago71July 18, 202254apache-2.0Go
Modern CLI for Apache Kafka, written in Go.
Karafka1,724225a day ago70July 08, 202224otherRuby
Ruby and Rails efficient Kafka processing framework
Meetup1,332
a month ago1mitGo
【❤️ 互联网最全大厂技术分享PPT 👍🏻 持续更新中!】🍻各大技术交流会、活动资料汇总 ,如 👉QCon👉全球运维技术大会 👉 GDG 👉 全球技术领导力峰会👉大前端大会👉架构师峰会👉敏捷开发DevOps👉OpenResty👉Elastic,欢迎 PR / Issues
Alternatives To Azkarra Streams
Select To Compare


Alternative Project Comparisons
Readme

License CircleCI

Logo of Azkarra Streams

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).

🚀 Features

  • Create stand-alone Kafka Streams applications.
  • Easy externalization of Topology and Kafka Streams configurations (using Typesafe Config).
  • Embedded http server (Undertow).
  • Embedded WebUI for topologies visualization.
  • Provide production-ready features such as metrics, health checks, dead-letter-queues.
  • Encryption and Authentication with SSL or Basic Auth.

🙏 Show your support

Do you think this project can help you create event-driven applications based on Kafka Streams? Please 🌟 this repository to support us!

🚀 Quickstart

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>

Building Azkarra Streams

Prerequisites for building Azkarra:

  • Git
  • Maven (we recommend version 3.6.3)
  • Java 11
$ 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/

Documentation

If you want to read more about using Azkarra Streams, the documentation can be found on www.azkarrastreams.io

💡Contributions

Any feedback, bug reports and PRs are greatly appreciated!

Community

Who Uses?

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.

Licence

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

Popular Kafka Projects
Popular Apache Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Html
Stream
Apache
Microservice
Kafka
Topology
Micro Framework
Cloud Native
Apache Kafka
Kafka Streams