https://github.com/sahilpabale/p2p-db
peer to peer key-value database implementation in rust
https://github.com/sahilpabale/p2p-db
concurrent-programming distributed-systems kv-store rust
Last synced: 2 months ago
JSON representation
peer to peer key-value database implementation in rust
- Host: GitHub
- URL: https://github.com/sahilpabale/p2p-db
- Owner: sahilpabale
- License: mit
- Created: 2024-03-24T06:47:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T16:50:47.000Z (over 1 year ago)
- Last Synced: 2025-02-16T08:15:19.283Z (8 months ago)
- Topics: concurrent-programming, distributed-systems, kv-store, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# p2p-db
peer to peer key-value database implementation in rust