https://github.com/kurrent-io/kurrentdb-client-java
Official Asynchronous Java 8+ Client Library for KurrentDB
https://github.com/kurrent-io/kurrentdb-client-java
client-libraries grpc java kurrent kurrentdb stream-processing
Last synced: 9 months ago
JSON representation
Official Asynchronous Java 8+ Client Library for KurrentDB
- Host: GitHub
- URL: https://github.com/kurrent-io/kurrentdb-client-java
- Owner: kurrent-io
- License: other
- Created: 2020-05-27T19:05:03.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-27T14:26:21.000Z (10 months ago)
- Last Synced: 2025-03-29T22:59:16.185Z (10 months ago)
- Topics: client-libraries, grpc, java, kurrent, kurrentdb, stream-processing
- Language: Java
- Homepage: https://kurrent.io
- Size: 10.1 MB
- Stars: 64
- Watchers: 25
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# KurrentDB Java Client
[](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/ci.yml)
[](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/lts.yml)
[](https://github.com/kurrent-io/KurrentDB-Client-Java/actions/workflows/previous-lts.yml)
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its
event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves
distributed messaging challenges and ensures data consistency.
This repository contains an [KurrentDB](https://kurrent.io) Client SDK written in Java for use with languages on the
JVM. It is compatible with Java 8 and above.
## Access to binaries
Kurrent, Inc publishes GA (general availability) versions
to [Maven Central](https://search.maven.org/artifact/io.kurrent/kurrentdb-client).
## KurrentDB Server Compatibility
This client is compatible with version `20.6.1` upwards.
Server setup instructions can be found in
the [docs](https://developers.kurrent.io/server/v25.0/quick-start/installation), follow the docker setup for the
simplest configuration.
### Documentation
* [Samples](https://github.com/kurrent-io/KurrentDB-Client-Java/tree/trunk/src/test/java/io/kurrent/dbclient/samples)
## Communities
[Join our global community](https://www.kurrent.io/community) of developers.
- [Discuss](https://discuss.kurrent.io/)
- [Discord (Kurrent)](https://discord.gg/Phn9pmCw3t)
- [Discord (ddd-cqrs-es)](https://discord.com/invite/sEZGSHNNbH)
## Contributing
Development is done on the `main` branch.
We attempt to do our best to ensure that the history remains clean and to do so, we generally ask contributors to squash
their commits into a set or single logical commit.
- [Create an issue](https://github.com/kurrent-io/KurrentDB-Client-Java/issues)
- [Documentation](https://docs.kurrent.io/)
- [Contributing guide](https://github.com/kurrent-io/KurrentDB-Client-Java/blob/main/CONTRIBUTING.md)
### Running the tests
The client is built using [`Gradle 8.13`](https://gradle.org). Integration tests run against a server using Docker.
Tests are written using [TestContainers](https://www.testcontainers.org/) and require [Docker](https://www.docker.com/)
to be installed.
Specific docker images can be specified via the environment variable `KURRENTDB_IMAGE`.
## More resources
- [Release notes](https://kurrent.io/blog/release-notes)
- [Beginners Guide to Event Sourcing](https://kurrent.io/event-sourcing)
- [Articles](https://kurrent.io/blog)
- [Webinars](https://kurrent.io/webinars)
- [Contact us](https://kurrent.io/contact)