Skip to content

erwanor/jeunedb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Jeunedb

A compact and persistent key-value store with built-in support for distributed deployment.

Overview

Customizable persistent storage strategies

Distributed deployment with linearizable semantics

Semantics:

  • Get(key)

  • Put(key, value)

  • Delete(key)

  • Snapshot(db)

  • Rollback(log, state_id)

Installation

Persistent storage strategy

Distributed deployment

Good practices
Example

Project overview

Contributing