All Projects β†’ streamthoughts β†’ Azkarra Streams

streamthoughts / Azkarra Streams

Licence: apache-2.0
πŸš€ Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Azkarra Streams

Seldon Server
Machine Learning Platform and Recommendation Engine built on Kubernetes
Stars: ✭ 1,435 (+882.88%)
Mutual labels:  microservices, kafka, kafka-streams
Awesome Kafka
A list about Apache Kafka
Stars: ✭ 397 (+171.92%)
Mutual labels:  apache-kafka, kafka, kafka-streams
Kafka Ui
Open-Source Web GUI for Apache Kafka Management
Stars: ✭ 230 (+57.53%)
Mutual labels:  apache-kafka, kafka, kafka-streams
Kafka Workshop
Materials (slides and code) for Kafka and Kafka Streams Workshop
Stars: ✭ 44 (-69.86%)
Mutual labels:  apache-kafka, kafka, kafka-streams
Kattlo Cli
Kattlo CLI Project
Stars: ✭ 58 (-60.27%)
Mutual labels:  apache-kafka, kafka, kafka-streams
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+291.1%)
Mutual labels:  microservices, kafka, kafka-streams
Agile data code 2
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
Stars: ✭ 413 (+182.88%)
Mutual labels:  apache-kafka, kafka, data
Kukulcan
A REPL for Apache Kafka
Stars: ✭ 103 (-29.45%)
Mutual labels:  apache-kafka, kafka, kafka-streams
Kafka Tutorials
Kafka Tutorials microsite
Stars: ✭ 144 (-1.37%)
Mutual labels:  apache-kafka, kafka, kafka-streams
Slimmessagebus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
Stars: ✭ 120 (-17.81%)
Mutual labels:  apache-kafka, kafka
Azure Event Hubs For Kafka
Azure Event Hubs for Apache Kafka Ecosystems
Stars: ✭ 124 (-15.07%)
Mutual labels:  apache-kafka, kafka
Litmus
Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q
Stars: ✭ 2,377 (+1528.08%)
Mutual labels:  microservices, cloud-native
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (-18.49%)
Mutual labels:  microservices, cloud-native
Awesome Kafka
A collection of kafka-resources
Stars: ✭ 116 (-20.55%)
Mutual labels:  kafka, kafka-streams
Oryx
Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning
Stars: ✭ 1,785 (+1122.6%)
Mutual labels:  apache-kafka, kafka
Spring Cloud Sleuth
Distributed tracing for spring cloud
Stars: ✭ 1,531 (+948.63%)
Mutual labels:  microservices, cloud-native
Phantoscope
Open Source, Cloud Native, RESTful Search Engine Powered by Neural Networks
Stars: ✭ 127 (-13.01%)
Mutual labels:  microservices, cloud-native
Goka
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
Stars: ✭ 1,862 (+1175.34%)
Mutual labels:  microservices, kafka
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+7282.19%)
Mutual labels:  microservices, cloud-native
Dubbo Go Pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 124 (-15.07%)
Mutual labels:  microservices, cloud-native

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.0</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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].