Skip to main content
Version: 3.8

Requirements

This page describes the required tools and their versions to use ScalarDL correctly.

Client SDK

Because ScalarDL is written in Java, the easiest way to interact with ScalarDL is to use the Java client SDK.

Java

The following Java Development Kits (JDKs) are verified and supported:

warning

Since ScalarDL is built with JDK 8, contracts must be a JDK 8–compatible binary. If you use a version other than JDK 8, you must configure your build tool to build the JDK 8–compatible binary. There are several ways to specify binary compatibility, including using the --release 8 option for javac or setting Gradle or Maven configurations to use the JDK 8 toolchain. The following shows the configuration for Gradle:

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}

For more details about the Gradle and Maven configurations, see Toolchains for JVM projects for Gradle and Guide to Using Toolchains for Maven.

Other languages

ScalarDL uses gRPC, so you can create your own client by using the generated clients of your preferred languages.

Databases

ScalarDL is middleware that runs on top of the following databases and their versions.

Relational databases

VersionOracle Database 23aiOracle Database 21cOracle Database 19c
ScalarDL 3.9
ScalarDL 3.8

NoSQL databases

VersionDynamoDB
ScalarDL 3.9
ScalarDL 3.8
note

ScalarDL uses ScalarDB to abstract underlying databases. For details on how to configure each database, see Configurations for the Underlying Databases of ScalarDB.

The following list shows the versions of ScalarDB used in ScalarDL internally. This version list will help you if:

  • You want to know what available backend databases you can use in ScalarDL. For details about which backend databases are supported and can be used in ScalarDL based on the version of ScalarDB, see the list of databases that ScalarDB supports.
  • You want to know what ScalarDB APIs are available for the Function feature in ScalarDL.
ScalarDL versionScalarDB version
3.93.12
3.8.2 or later patch versions3.12
3.8.0 - 3.8.13.8

Kubernetes

ScalarDL is provided as a Pod on the Kubernetes platform in production environments. ScalarDL supports the following platforms and tools.

Platform

Package manager