Skip to content

Kafka Connect connector for CØSMOS based blockchains.

License

Notifications You must be signed in to change notification settings

okp4/kafka-connector-cosmos

CØSMOS Kafka Connector

Kafka Connect connector for CØSMOS based blockchains.

version build lint test ktlint conventional commits contributor covenant License

Purpose

The Kafka Connect CØSMOS Source connector is a Kafka connector used to move blocks from a Cosmos blockchain (in priority the økp4 chain) into an Apache Kafka® topic.

The connector can be used when there is a need for connecting CØSMOS blockchains with Kafka in order to build a real-time data pipelines based on blocks.

Build

Prerequsites

To build the project, you will need the following dependencies:

Building

This project relies on the Gradle build system.

If you are on windows then open a command line, go into the root directory and run:

.\gradlew build

If you are on linux/mac then open a terminal, go into the root directory and run:

./gradlew build