How to Install ScalarDL in Your Local Environment with Docker
This document shows how to set up a local environment that runs ScalarDL along with the back-end Cassandra server using Docker Compose.
warning
You need to have a license key (trial license or commercial license) to use ScalarDL. If you don't have a license key, please contact us.
Prerequisites​
-
Docker 20.10 or later with Docker Compose V2 or later
Follow the instructions on the Docker website according to your platform.
Clone the scalardl-samples repository​
The scalar-labs/scalardl-samples repository includes sample applications for you to start using ScalarDL instantly.
-
In Terminal, determine the location on your local machine where you want to run the
scalardl-samples
app. Then, clone thescalardl-samples
repository.git clone https://github.com/scalar-labs/scalardl-samples.git
-
Go to the
scalardl-samples
directory.cd scalardl-samples