ScalarDB Server Sample
This is a sample application that uses ScalarDB Server, a gRPC server that implements ScalarDB interface, as a backend. For using the native ScalarDB library, please refer to Getting Started. More information about ScalarDB Server can be found here.
Sample application
The sample application is a simple electronic money application that has the following features:
- Charge an
amount
to auser_id
- Pay an
amount
from auser_id
to anotheruser_id
- Get a
balace
of auser_id
Prerequisites
- Java (OpenJDK 8 or higher)
- Gradle
- Docker, Docker Compose