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

Latest commit

 

History

History
20 lines (12 loc) · 438 Bytes

File metadata and controls

20 lines (12 loc) · 438 Bytes

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