Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redis-field-engineering/redis-kafka-connect

Redis Kafka Connector (Source and Sink) by Redis
https://github.com/redis-field-engineering/redis-kafka-connect

connect kafka redis

Last synced: 2 months ago
JSON representation

Redis Kafka Connector (Source and Sink) by Redis

Awesome Lists containing this project

README

        

= Redis Kafka Connector (Source and Sink) by Redis
:linkattrs:
:project-owner: redis-field-engineering
:project-name: redis-kafka-connect
:project-group: com.redis
:project-version: 0.9.1
:project-url: https://github.com/{project-owner}/{project-name}
:doc-url: https://{project-owner}.github.io/{project-name}

image:https://github.com/{project-owner}/{project-name}/actions/workflows/early-access.yml/badge.svg["Build Status", link="{project-url}/actions"]
image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/badge.svg?token=MTMRRGEWBD["Coverage", link="https://codecov.io/gh/{project-owner}/{project-name}"]

Redis Kafka Connector (Source and Sink) by Redis.

== Documentation

Documentation is available at link:{doc-url}[{doc-url}].

== Downloading

The connector is published on https://www.confluent.io/hub/redis/redis-kafka-connect[Confluent Hub] and {project-url}/releases/latest[Github].

== Support

{project-name} is supported by Redis, Inc. for enterprise-tier customers as a 'Developer Tool' under the https://redis.io/legal/software-support-policy/[Redis Software Support Policy.] For non enterprise-tier customers we supply support for {project-name} on a good-faith basis.

== Docker Example

Clone this repository, execute `run.sh` and follow prompts:

[source,console,subs="verbatim,attributes"]
----
git clone {project-url}
cd {project-name}
./run.sh
----