Create a Sample Application That Uses ScalarDB
This tutorial describes how to create a sample e-commerce application by using ScalarDB.
Overview
The sample e-commerce application shows how users can order and pay for items by using a line of credit.
The database that you will be using in the sample application is Cassandra. Although Cassandra does not provide ACID transaction capabilities, you can make transactions ACID compliant by having your application connect to the database through ScalarDB.
To reference the sample application source code, see src/main/java/sample/Sample.java.
Since the focus of the sample application is to demonstrate using ScalarDB, application-specific error handling, authentication processing, and similar functions are not included in the sample application. For details about exception handling in ScalarDB, see Handle exceptions.