https://github.com/alexkch/key-value-db
Key-Value Database with fault tolerance
https://github.com/alexkch/key-value-db
c c89 fault-tolerance key-value-database
Last synced: 4 months ago
JSON representation
Key-Value Database with fault tolerance
- Host: GitHub
- URL: https://github.com/alexkch/key-value-db
- Owner: alexkch
- License: gpl-3.0
- Created: 2017-12-25T15:05:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T23:01:21.000Z (about 8 years ago)
- Last Synced: 2025-01-20T21:17:50.052Z (over 1 year ago)
- Topics: c, c89, fault-tolerance, key-value-database
- Language: C
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Key-Value-DB with fault tolerance
mserver.c / server.c - Key Value DB Server w/ fault tolerance
Written by Alex Chang & Alda Liu
alexx.chang@mail.utoronto.ca || alexc0219@gmail.com
Client/Hash/Utils written by Professor Bogdan (Uoft)