kanatti / YarDB

An experimental analytics database written in Rust
Apache License 2.0
0 stars 0 forks source link

DB Server #1

Closed kanatti closed 6 months ago

kanatti commented 6 months ago

Current version only supports a CLI tool. We need to put the DB behind a server and accept requests.

From initial research, Axum looks like a good choice.

kanatti commented 6 months ago

Keep the interface simple, we will improve it as part of #2 .