
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 Client SDK written in Java for use with languages on the JVM. It is compatible with Java 8 and above.
Kurrent, Inc publishes GA (general availability) versions to Maven Central.
This client is compatible with version 20.6.1
upwards.
Server setup instructions can be found in the docs, follow the docker setup for the simplest configuration.
Join our global community of developers.
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.
The client is built using Gradle 8.13
. Integration tests run against a server using Docker.
Tests are written using TestContainers and require Docker to be installed.
Specific docker images can be specified via the environment variable KURRENTDB_IMAGE
.