Getting Started with ScalarDB on DynamoDB
Overview
This document briefly explains how you can get started with ScalarDB on DynamoDB with a simple electronic money application.
Install prerequisites
ScalarDB is written in Java. So the following software is required to run it.
- Oracle JDK 8 (OpenJDK 8) or higher
- Other libraries used from the above are automatically installed through gradle
From here, we assume Oracle JDK 8 is properly installed in your local environment.