Installation
Get ReifyDB on your machine. It takes about two minutes.
Requirements
- •Rust 1.90+ - ReifyDB is written in Rust.
- •Cargo - Rust's package manager (included with Rust).
Install Rust
If you do not have Rust installed yet, grab it with rustup:
bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shFollow the prompts to complete the installation, then restart your terminal.
Install ReifyDB
Once Rust is ready, install ReifyDB with Cargo:
bash
cargo install reifydbBuild from Source
If you prefer building from source:
bash
git clone https://github.com/reifydb/reifydb.git
cd reifydb
cargo build --releaseThe binary will be available at target/release/reifydb.
Verify Installation
Make sure everything worked:
bash
reifydb --versionNext Steps
You are all set. Head to the Quick Start guide and write your first query.
