{"id":20610536,"url":"https://github.com/reugn/kafka-aerospike-state-store","last_synced_at":"2025-09-09T19:17:09.606Z","repository":{"id":49151114,"uuid":"258147416","full_name":"reugn/kafka-aerospike-state-store","owner":"reugn","description":"Kafka Streams custom persistent StateStore backed by Aerospike","archived":false,"fork":false,"pushed_at":"2021-10-11T06:55:14.000Z","size":119,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T04:38:53.767Z","etag":null,"topics":["aerospike","aerospike-db","kafka-streams","persistent-storage","state-store"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reugn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-23T08:57:29.000Z","updated_at":"2023-05-25T18:56:06.000Z","dependencies_parsed_at":"2022-08-25T15:21:49.341Z","dependency_job_id":null,"html_url":"https://github.com/reugn/kafka-aerospike-state-store","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/reugn/kafka-aerospike-state-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fkafka-aerospike-state-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fkafka-aerospike-state-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fkafka-aerospike-state-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fkafka-aerospike-state-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reugn","download_url":"https://codeload.github.com/reugn/kafka-aerospike-state-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reugn%2Fkafka-aerospike-state-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274348208,"owners_count":25268972,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aerospike","aerospike-db","kafka-streams","persistent-storage","state-store"],"created_at":"2024-11-16T10:17:08.283Z","updated_at":"2025-09-09T19:17:09.565Z","avatar_url":"https://github.com/reugn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kafka-aerospike-state-store\n[![Build](https://github.com/reugn/kafka-aerospike-state-store/actions/workflows/build.yml/badge.svg)](https://github.com/reugn/kafka-aerospike-state-store/actions/workflows/build.yml)\n\n[Apache Kafka](https://kafka.apache.org/) StateStore is a storage engine for managing state maintained by a stream processor.\n\nThis repo implements custom persistent StateStore backed by [Aerospike](https://www.aerospike.com/) Database.\n\nOnly the [Processor API](https://kafka.apache.org/20/documentation/streams/developer-guide/processor-api.html#streams-developer-guide-processor-api) supports custom state stores.\n\n## Getting started\n### Build from source\n```sh\n./gradlew clean build\n```\n\n### Install as a dependency\nRead on [how to install](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#installing-a-package) the `kafka-aerospike-state-store` package from GitHub Packages.\n\n## Example\n```java\nTopology topology = new Topology();\ntopology.addSource(\"source\", INPUT_TOPIC);\ntopology.addProcessor(\"processor\", new StoreProcessorSupplier(), \"source\");\ntopology.addStateStore(new AerospikeStoreBuilder(\n        new AerospikeParamsSupplier(\"localhost\", 3000, \"test\", \"store\"),\n        storeName), \"processor\");\ntopology.addSink(\"sink\", OUTPUT_TOPIC, \"processor\");\n```\n\n## License\nLicensed under the Apache 2.0 License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freugn%2Fkafka-aerospike-state-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freugn%2Fkafka-aerospike-state-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freugn%2Fkafka-aerospike-state-store/lists"}