Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

deixis/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage

Storage provides various storage layers built on top of a sorted/transactional Key/Value store.

Layers

  1. eventdb - Event Sourcing layer
  2. kvdb - Key/Value store

Key/Value Drivers

  1. Badger
  2. BBolt
  3. FoundationDB

Dependencies

KV store uses FoundationDB c bindings. Therefore, the FoundationDB client needs to be installed.

https://apple.github.io/foundationdb/downloads.html