Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,17 @@ A production-ready append-only database with time-travel queries, ACID transacti

### Installation

If you don't have rust on your system, you can run the following commands in a docker container using the official rust image:

```bash
docker run -it rust:1.89 /bin/bash
```

Building the app:

```bash
# Clone and build from source
git clone https://github.com/driftdb/driftdb
git clone https://github.com/DavidLiedle/DriftDB.git
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the original url does not work for me, the second one does

cd driftdb
make build

Expand Down Expand Up @@ -309,4 +317,4 @@ DriftDB is now fully production-ready with comprehensive enterprise features:
- 📋 Sharding support
- 📋 SQL compatibility layer
- 📋 Change data capture (CDC)
- 📋 GraphQL API
- 📋 GraphQL API