An open API service indexing awesome lists of open source software.

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

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)