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

https://github.com/commouse/simpledb

Simple Key-Value Database with persistent storage.
https://github.com/commouse/simpledb

cache database key-value persistent

Last synced: 5 months ago
JSON representation

Simple Key-Value Database with persistent storage.

Awesome Lists containing this project

README

          

# SimpleDb
Simple Key-Value Database with persistent storage.

## Author
ComMouse

## Prerequisites

Visual Studio 2013 or newer

## Intro

A simple key-value database system with persistent storage. It stores hash table as index files and holds efficient caching management which supports memory size limitation. A linked list based freelist increases utilization rate of disk files. Data of arbitary size are supported. Another B-tree based index structure is reserved for future work.

Inspired by MySQL InnoDB & Redis.

## License

MIT License