From 229663f852f37566b500f39467a1ed3606f89154 Mon Sep 17 00:00:00 2001 From: faraphel Date: Sun, 23 Jun 2024 13:22:13 +0000 Subject: [PATCH] improved the README with badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3934654..1527c30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # Kafka + Quarkus + Docker : Demonstration + +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) +[![Kotlin](https://img.shields.io/badge/kotlin-1a73e8?logo=kotlin&logoColor=white)](https://kotlinlang.org/) +[![Kafka](https://img.shields.io/badge/kafka-231F20?logo=apache-kafka&logoColor=white)](https://kafka.apache.org/) +[![Quarkus](https://img.shields.io/badge/quarkus-4695EB?logo=quarkus&logoColor=white)](https://quarkus.io/) +[![Docker](https://img.shields.io/badge/docker-2496ED?logo=docker&logoColor=white)](https://www.docker.com/) + A small university project to discover the [Quarkus Framework](https://quarkus.io/) to build the application combined with the [Kafka platform](https://kafka.apache.org/), the whole compatible with [Docker](https://www.docker.com/).