Skip to content

kurrent-io/KurrentDB-Client-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurrent

KurrentDB Java Client

CI LTS Previous LTS

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.

Access to binaries

Kurrent, Inc publishes GA (general availability) versions to Maven Central.

KurrentDB Server Compatibility

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.

Documentation

Communities

Join our global community of developers.

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.

Running the tests

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.

More resources