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.