Video coming soon…
🗄️ Setup ScyllaDB — Cassandra-Compatible, Rewritten in C++
Deploy ScyllaDB on Ubuntu with Docker — a high-performance NoSQL database wire-compatible with Cassandra and CQL but rewritten in C++ for far lower latency, on CQL port 9043.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/scylladb/scylladb-ubuntu.sh
chmod +x scylladb-ubuntu.sh
./scylladb-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/scylladb/scylladb-ubuntu.sh
2 Make it Executable
chmod +x scylladb-ubuntu.sh
3 Run the Installer
./scylladb-ubuntu.sh
4 Connect with cqlsh
docker exec -it scylladb cqlsh
Ports Used
| Port | Purpose |
|---|---|
| 9043 | CQL native transport (mapped from container port 9042, avoiding a clash with Cassandra) |