{"id":13565819,"url":"https://github.com/okp4/kafka-processor-cosmos-block","last_synced_at":"2025-04-03T23:30:37.895Z","repository":{"id":37096663,"uuid":"479414923","full_name":"okp4/kafka-processor-cosmos-block","owner":"okp4","description":"Kafka Streams Processor to unwrap CØSMOS blocks into CØSMOS transactions","archived":false,"fork":false,"pushed_at":"2024-03-29T09:48:15.000Z","size":333,"stargazers_count":4,"open_issues_count":10,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-04T19:42:13.892Z","etag":null,"topics":["cosmos-sdk","kafka","kafka-streams"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okp4.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-08T14:07:16.000Z","updated_at":"2023-03-18T19:44:04.000Z","dependencies_parsed_at":"2024-01-16T19:01:31.630Z","dependency_job_id":"0ac8be8a-7f03-4986-8d30-d7d8427f8af2","html_url":"https://github.com/okp4/kafka-processor-cosmos-block","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"okp4/template-oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Fkafka-processor-cosmos-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okp4","download_url":"https://codeload.github.com/okp4/kafka-processor-cosmos-block/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097590,"owners_count":20883121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cosmos-sdk","kafka","kafka-streams"],"created_at":"2024-08-01T13:01:56.031Z","updated_at":"2025-04-03T23:30:37.274Z","avatar_url":"https://github.com/okp4.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# Kafka Processor CØSMOS-Block\n\n\u003e A Kafka Streams Processor to unwrap CØSMOS blocks into CØSMOS transactions powered by Quarkus.\n\n[![version](https://img.shields.io/github/v/release/okp4/kafka-processor-cosmos-block?style=for-the-badge\u0026logo=github)](https://github.com/okp4/kafka-processor-cosmos-block/releases)\n[![build](https://img.shields.io/github/actions/workflow/status/okp4/kafka-processor-cosmos-block/build.yml?branch=main\u0026label=build\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/kafka-processor-cosmos-block/actions/workflows/build.yml)\n[![lint](https://img.shields.io/github/actions/workflow/status/okp4/kafka-processor-cosmos-block/lint.yml?branch=main\u0026label=lint\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/kafka-processor-cosmos-block/actions/workflows/lint.yml)\n[![test](https://img.shields.io/github/actions/workflow/status/okp4/kafka-processor-cosmos-block/test.yml?branch=main\u0026label=test\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/kafka-processor-cosmos-block/actions/workflows/test.yml)\n[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge\u0026logo=conventionalcommits)](https://conventionalcommits.org)\n[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)\n[![Quarkus](https://img.shields.io/badge/Quarkus-1A2C34?logo=quarkus\u0026logoColor=4695EB\u0026style=for-the-badge)](https://quarkus.io)\n\n## Purpose\n\nThe Kafka Processor `CØSMOS-Block` is basically a Stream Processor which continuously\nreads [CØSMOS blocks](https://docs.cosmos.network/master/intro/sdk-app-architecture.html) from an `input` Kafka topic,\nunwraps the CØSMOS transactions and sends them to an `output` topic.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/overview.png\"\u003e\n\u003c/p\u003e\n\nThis processor plays well with the [CØSMOS Kafka Connector](https://github.com/okp4/kafka-connector-cosmos)\nwhich provides Kafka with CØSMOS blocks ready to be processed.\n\n## Implementation\n\nImplementation mainly relies on [Kafka Streams API](https://kafka.apache.org/documentation/streams), library to create\nevent-stream applications with the following features:\n\n- no external dependency other than Kafka itself,\n- simple and light library,\n- fault-tolerant and scalable.\n\nMoreover, this implementation:\n\n- uses [Kotkin](https://kotlinlang.org/) as primary coding language,\n- uses [Quarkus](https://quarkus.io/) to minimize resources consumption,\n- is as much as possible, lean, i.e. tries to minimize the dependencies to 3rd party libraries and the resulting package\n  footprint.\n\n## Build\n\nThis project targets the [JVM 11+](https://openjdk.java.net/), so be sure to have it available in your environment.\n\nThis project relies on the [Gradle](https://gradle.org/) build system.\n\nIf you are on Windows then open a command line, go into the root directory and run:\n\n```sh\n.\\gradlew build\n```\n\nIf you are on linux/mac then open a terminal, go into the root directory and run:\n\n```sh\n./gradlew build\n```\n\nThis command line produces a _native_ executable: `kafka-processor-cosmos-block-X.Y-runner`\n\n## You want to get involved? 😍\n\nPlease check out OKP4 health files :\n\n- [Contributing](https://github.com/okp4/.github/blob/main/CONTRIBUTING.md)\n- [Code of conduct](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Fkafka-processor-cosmos-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokp4%2Fkafka-processor-cosmos-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Fkafka-processor-cosmos-block/lists"}