Skip to content

StatelyCloud/java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stately Java Client

StatelyDB is a document database built on top of DynamoDB. It uses Elastic Schema to allow you to update your data model at any time, with automatic backwards and forwards compatibility.

This client requires Java 11 or higher.

The client library can be installed as follows:

Maven:

<dependency>
    <groupId>cloud.stately</groupId>
    <artifactId>statelydb</artifactId>
    <version>LATEST</version>
</dependency>

Gradle:

dependencies {
    implementation 'cloud.stately:statelydb:+'
}

Read our documentation to get started and learn how to use StatelyDB.

About

Java SDK for Stately Cloud!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages