{"id":13565824,"url":"https://github.com/okp4/template-kafka-processor","last_synced_at":"2025-04-03T23:30:37.083Z","repository":{"id":37103276,"uuid":"480319795","full_name":"okp4/template-kafka-processor","owner":"okp4","description":"🖨  Template for Kafka processor projects @okp4.","archived":false,"fork":false,"pushed_at":"2024-03-29T05:48:17.000Z","size":132,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-04T19:42:13.747Z","etag":null,"topics":["kafka-streams","kotlin","template"],"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-11T09:51:57.000Z","updated_at":"2023-03-18T19:44:04.000Z","dependencies_parsed_at":"2024-03-17T01:27:49.356Z","dependency_job_id":"6b5fc87a-4f7c-4286-88d3-4d8d9c4bad3f","html_url":"https://github.com/okp4/template-kafka-processor","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Ftemplate-kafka-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Ftemplate-kafka-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Ftemplate-kafka-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okp4%2Ftemplate-kafka-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okp4","download_url":"https://codeload.github.com/okp4/template-kafka-processor/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":["kafka-streams","kotlin","template"],"created_at":"2024-08-01T13:01:56.120Z","updated_at":"2025-04-03T23:30:36.655Z","avatar_url":"https://github.com/okp4.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# Kafka Processor Template\n\n\u003e Template for Kafka Streams Processor project @okp4.\n\n[![version](https://img.shields.io/github/v/release/okp4/template-kafka-processor?style=for-the-badge\u0026logo=github)](https://github.com/okp4/template-kafka-processor/releases)\n[![build](https://img.shields.io/github/workflow/status/okp4/template-kafka-processor/Build?label=build\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/template-kafka-processor/actions/workflows/build.yml)\n[![lint](https://img.shields.io/github/workflow/status/okp4/template-kafka-processor/Lint?label=lint\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/template-kafka-processor/actions/workflows/lint.yml)\n[![test](https://img.shields.io/github/workflow/status/okp4/template-kafka-processor/Test?label=test\u0026style=for-the-badge\u0026logo=github)](https://github.com/okp4/template-kafka-processor/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\n## Purpose\n\nTBD\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- 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 2 JAR files:\n\n- a _regular_ JAR: `kafka-processor-X.Y.jar`\n- a _fat_ JAR: `kafka-processor-X.Y-standalone.jar`\n\nThis last one is the one to use as it contains all the dependencies in it.\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%2Ftemplate-kafka-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokp4%2Ftemplate-kafka-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokp4%2Ftemplate-kafka-processor/lists"}