Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlalain/gold
Redis-like database made with Rust.
https://github.com/marlalain/gold
database redis rust toy-project
Last synced: about 2 months ago
JSON representation
Redis-like database made with Rust.
- Host: GitHub
- URL: https://github.com/marlalain/gold
- Owner: marlalain
- License: bsd-3-clause
- Created: 2022-08-03T02:07:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T02:32:39.000Z (about 2 years ago)
- Last Synced: 2024-09-18T03:30:26.035Z (4 months ago)
- Topics: database, redis, rust, toy-project
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gold`
**This is a toy project.**
`gold` is an in-memory key-value database that communicates using the `RESP` and `HTTP` protocols.
## Installation (stable)
```sh
cargo install gold-db
```## Installation (git)
```sh
git clone https://github.com/minsk-dev/gold
cd gold
cargo install --path .
```## Running
```sh
gold-db
```