Azkarra Framework

Azkarra is a lightweight java framework which makes easy to create production-ready Kafka Streams applications.

License

License

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.streamthoughts
ArtifactId

ArtifactId

azkarra-streams-reactor
Last Version

Last Version

0.9.2
Release Date

Release Date

Type

Type

pom
Description

Description

Azkarra Framework
Azkarra is a lightweight java framework which makes easy to create production-ready Kafka Streams applications.
Project URL

Project URL

https://github.com/streamthoughts/azkarra-streams
Project Organization

Project Organization

streamthoughts
Source Code Management

Source Code Management

https://github.com/streamthoughts/azkarra-streams

Download azkarra-streams-reactor

How to add to project

<!-- https://jarcasting.com/artifacts/io.streamthoughts/azkarra-streams-reactor/ -->
<dependency>
    <groupId>io.streamthoughts</groupId>
    <artifactId>azkarra-streams-reactor</artifactId>
    <version>0.9.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamthoughts/azkarra-streams-reactor/
implementation 'io.streamthoughts:azkarra-streams-reactor:0.9.2'
// https://jarcasting.com/artifacts/io.streamthoughts/azkarra-streams-reactor/
implementation ("io.streamthoughts:azkarra-streams-reactor:0.9.2")
'io.streamthoughts:azkarra-streams-reactor:pom:0.9.2'
<dependency org="io.streamthoughts" name="azkarra-streams-reactor" rev="0.9.2">
  <artifact name="azkarra-streams-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamthoughts', module='azkarra-streams-reactor', version='0.9.2')
)
libraryDependencies += "io.streamthoughts" % "azkarra-streams-reactor" % "0.9.2"
[io.streamthoughts/azkarra-streams-reactor "0.9.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • azkarra-api
  • azkarra-reactive-tck
  • azkarra-runtime
  • azkarra-streams
  • azkarra-ui
  • azkarra-server
  • azkarra-commons
  • azkarra-worker
  • azkarra-examples
  • azkarra-json-serializers
  • azkarra-metrics
  • azkarra-quickstart
  • azkarra-client

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

io.streamthoughts

StreamThoughts

The leading French start-up in event streaming.

Versions

Version
0.9.2
0.9.1
0.9.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4
0.3