Getting Started
Install HydraDB via our official package manager scripts or directly from source code.
Quick Start (CLI)
Run the following command to download and bootstrap a single-node cluster locally:
curl -fsSL https://get.hydradb.org | sh
hydradb-server start --config /etc/hydradb.conf
Running in Docker
Alternatively, spin up a node using Docker Compose:
docker run -d -p 8086:8086 hydradb/hydradb-server:latest