Skip to content

Commit

Permalink
Use a better quality gif to introduce Kstreamplify (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier authored Jan 5, 2025
1 parent 719f71e commit ee7099b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Binary file removed .readme/gif/topology.gif
Binary file not shown.
Binary file added .readme/topology.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div align="center">

# Kstreamplify

[![GitHub Build](https://img.shields.io/github/actions/workflow/status/michelin/kstreamplify/push_main.yml?branch=main&logo=github&style=for-the-badge)](https://img.shields.io/github/actions/workflow/status/michelin/kstreamplify/push_main.yml)
Expand All @@ -10,13 +12,15 @@
[![SonarCloud Tests](https://img.shields.io/sonar/tests/michelin_kstreamplify/main?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarcloud)](https://sonarcloud.io/component_measures?metric=tests&view=list&id=michelin_kstreamplify)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache&style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)

**Kstreamplify** is a Java library that empowers you to swiftly create Kafka Streams-based applications, offering a host
of additional advanced features.
[Overview](#overview)[Getting Started](#bootstrapping)

Swiftly build and enhance your Kafka Streams applications.

Kstreamplify adds extra features to Kafka Streams, simplifying development so you can write applications with minimal effort and stay focused on business implementation.

With Kstreamplify, you can declare your KafkaStreams class and define your topology with minimal effort. Here's all you
need to do:
<img src=".readme/topology.gif" alt="KStreamplify application" />

<img src=".readme/gif/topology.gif" alt="topology"/>
</div>

## Table of Contents

Expand Down

0 comments on commit ee7099b

Please sign in to comment.