Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redis-field-engineering/redis-kafka-connect
- Owner: redis-field-engineering
- License: apache-2.0
- Created: 2021-01-14T02:13:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T16:43:41.000Z (2 months ago)
- Last Synced: 2024-11-13T17:34:51.594Z (2 months ago)
- Topics: connect, kafka, redis
- Language: Java
- Homepage: https://redis-field-engineering.github.io/redis-kafka-connect/
- Size: 2.12 MB
- Stars: 28
- Watchers: 5
- Forks: 17
- Open Issues: 13
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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
----