{"id":19196873,"url":"https://github.com/kurrent-io/KurrentDB-Client-Java","last_synced_at":"2025-07-16T20:31:22.458Z","repository":{"id":37924358,"uuid":"267403878","full_name":"EventStore/EventStoreDB-Client-Java","owner":"EventStore","description":"Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+","archived":false,"fork":false,"pushed_at":"2024-05-28T09:03:43.000Z","size":6292,"stargazers_count":60,"open_issues_count":10,"forks_count":19,"subscribers_count":28,"default_branch":"trunk","last_synced_at":"2024-05-29T00:14:57.140Z","etag":null,"topics":["client-libraries","eventstore","eventstoredb","grpc","java","stream-processing"],"latest_commit_sha":null,"homepage":"https://eventstore.com","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/EventStore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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":"2020-05-27T19:05:03.000Z","updated_at":"2024-07-12T16:46:20.974Z","dependencies_parsed_at":"2023-11-10T11:09:59.172Z","dependency_job_id":"1282180d-f49e-499e-accf-b467ef9153d6","html_url":"https://github.com/EventStore/EventStoreDB-Client-Java","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStoreDB-Client-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStoreDB-Client-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStoreDB-Client-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EventStore%2FEventStoreDB-Client-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EventStore","download_url":"https://codeload.github.com/EventStore/EventStoreDB-Client-Java/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226165759,"owners_count":17583855,"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":["client-libraries","eventstore","eventstoredb","grpc","java","stream-processing"],"created_at":"2024-11-09T12:14:42.883Z","updated_at":"2025-07-16T20:31:22.453Z","avatar_url":"https://github.com/EventStore.png","language":"Java","readme":"\u003ca href=\"https://kurrent.io\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"KurrentLogo-White.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"KurrentLogo-Black.png\"\u003e\n    \u003cimg alt=\"Kurrent\" src=\"KurrentLogo-Plum.png\" height=\"50%\" width=\"50%\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n# KurrentDB Java Client\n\n[![CI](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/ci.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/ci.yml)\n[![LTS](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/lts.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/lts.yml)\n[![Previous LTS](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/previous-lts.yml/badge.svg)](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/previous-lts.yml)\n\nKurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its\nevent-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves\ndistributed messaging challenges and ensures data consistency.\n\nThis repository contains an [KurrentDB](https://kurrent.io) Client SDK written in Java for use with languages on the\nJVM. It is compatible with Java 8 and above.\n\n## Access to binaries\n\nKurrent, Inc publishes GA (general availability) versions\nto [Maven Central](https://search.maven.org/artifact/io.kurrent/kurrentdb-client).\n\n## KurrentDB Server Compatibility\n\nThis client is compatible with version `20.6.1` upwards.\n\nServer setup instructions can be found in\nthe [docs](https://developers.kurrent.io/server/v25.0/quick-start/installation), follow the docker setup for the\nsimplest configuration.\n\n### Documentation\n\n* [Samples](https://github.com/kurrent-io/KurrentDB-Client-Java/tree/trunk/src/test/java/io/kurrent/dbclient/samples)\n\n## Communities\n\n[Join our global community](https://www.kurrent.io/community) of developers.\n\n- [Discuss](https://discuss.kurrent.io/)\n- [Discord (Kurrent)](https://discord.gg/Phn9pmCw3t)\n- [Discord (ddd-cqrs-es)](https://discord.com/invite/sEZGSHNNbH)\n\n## Contributing\n\nDevelopment is done on the `main` branch.\nWe attempt to do our best to ensure that the history remains clean and to do so, we generally ask contributors to squash\ntheir commits into a set or single logical commit.\n\n- [Create an issue](https://github.com/kurrent-io/KurrentDB-Client-Java/issues)\n- [Documentation](https://docs.kurrent.io/)\n- [Contributing guide](https://github.com/kurrent-io/KurrentDB-Client-Java/blob/main/CONTRIBUTING.md)\n\n### Running the tests\n\nThe client is built using [`Gradle 8.13`](https://gradle.org). Integration tests run against a server using Docker.\n\nTests are written using [TestContainers](https://www.testcontainers.org/) and require [Docker](https://www.docker.com/)\nto be installed.\n\nSpecific docker images can be specified via the environment variable `KURRENTDB_IMAGE`.\n\n## More resources\n\n- [Release notes](https://kurrent.io/blog/release-notes)\n- [Beginners Guide to Event Sourcing](https://kurrent.io/event-sourcing)\n- [Articles](https://kurrent.io/blog)\n- [Webinars](https://kurrent.io/webinars)\n- [Contact us](https://kurrent.io/contact)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurrent-io%2FKurrentDB-Client-Java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurrent-io%2FKurrentDB-Client-Java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurrent-io%2FKurrentDB-Client-Java/lists"}