Run Transactions Overview
In this category, you can learn how to model your data based on the ScalarDB data model and create schemas. Then, you can learn how to run transactions through the ScalarDB Core library and ScalarDB Cluster, a gRPC server that wraps the Core library.
📄️ Model Your Data
Data modeling (or in other words, designing your database schemas) is the process of conceptualizing and visualizing how data will be stored and used by identifying the patterns used to access data and the types of queries to be performed within business operations.
📄️ Learn About Database Adapters
ScalarDB provides a database-agnostic abstraction layer that enables applications to perform ACID transactions across different databases without being tied to any specific database product. To achieve this, ScalarDB uses database adapters that translate its unified data model into the native constructs of each supported database.
📄️ Configure Databases
This document explains how to configure the underlying databases of ScalarDB to make applications that use ScalarDB work correctly and efficiently.
🗃️ Run Through the CRUD Interface
2 items
📄️ Run Through the SQL Interface
This guide explains how to configure your ScalarDB properties file and creating schemas to run transactions through a one-phase or a two-phase commit interface by using ScalarDB Cluster SQL.
🗃️ Run Sample Applications
6 items
🗃️ Advanced Configurations and Operations
6 items
🗃️ Benchmarking
2 items
🗃️ Tools
2 items
🗃️ Reference
5 items