Skip to content

Commit

Permalink
Readme (#53)
Browse files Browse the repository at this point in the history
* add demo video

* embed video in README
  • Loading branch information
AnmolRattanSingh authored Dec 16, 2024
1 parent 29e4304 commit d8b3825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

**Rust-EDIS** implements a scalable, distributed key-value store based on the **Reader/Writer Shard Model**, inspired by Redis. The system enables efficient data storage, fault tolerance, and high scalability, making it ideal for applications requiring dynamic scaling and consistent performance.

## Demo video

[rustedis.mov](https://github.com/olincollege/rust-edis/blob/main/docs/rustedis.mov)
<video autoplay loop src="https://github.com/user-attachments/assets/c65dba8a-dd01-4ea6-b8cb-7fc4d305a90e" controls="controls" muted="muted" playsinline="playsinline"></video>




## Features

- **Write Shards:** Isolated shards handle key-value pairs using deterministic hashing to maintain consistency.
Expand Down
Binary file added docs/rustedis.mov
Binary file not shown.

0 comments on commit d8b3825

Please sign in to comment.