From f4000bcc7f78ac63d9ec4ba3f7d0d054770b8245 Mon Sep 17 00:00:00 2001 From: Ardem Date: Mon, 21 Oct 2024 10:53:49 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5edcad..6c66321 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- ![Static Badge](https://img.shields.io/badge/checks-passing-green) + ![GitHub branch check runs](https://img.shields.io/github/check-runs/ylem-co/ylem/main?color=green) ![Static Badge](https://img.shields.io/badge/Go-1.23-black) ![Static Badge](https://img.shields.io/badge/React-18.3.1-black) ![Static Badge](https://img.shields.io/badge/license-Apache%202.0-black) @@ -104,6 +104,15 @@ The user and developer documentation of Ylem is available at https://docs.ylem.c The [open-source section](https://docs.ylem.co/open-source-edition) contains information about the [task-processing architecture](https://docs.ylem.co/open-source-edition/task-processing-architecture) and [configuration of integrations](https://docs.ylem.co/open-source-edition/configuring-integrations-with-.env-variables) using .env files and parameters. +# Explore our additional integration packages + +| Integration | Repository | Description | +| ------------- | ---------- | ----------- | +| Apache Kafka | https://github.com/ylem-co/ylem-kafka-trigger | Containerized Apache Kafka listener to stream data to Ylem | +| RabbitMQ | https://github.com/ylem-co/ylem-rabbitmq-consumer | Containerized RabbitMQ consumer to stream data to Ylem | +| Tableau | https://github.com/ylem-co/tableau-http-wrapper | Containerized HTTP wrapper to stream data from Ylem to Tableau | +| AWS S3 Lambda | https://github.com/ylem-co/s3-lambda-trigger | AWS Lambda function to stream data from AWS S3 to Ylem | + # Key contributors * [olschaefer](https://github.com/olschaefer)