rotationalio / honu

Adaptive consistency replication with reinforcement learning for large scale globally distributed storage.
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Initial Port of Honu #1

Closed bbengfort closed 3 years ago

bbengfort commented 3 years ago

This PR ports previous version management code into Honu. The implementation is fairly basic and serves as a base/barebones implementation for benchmarking and to get Honu going.

This version of Honu focuses on standard interactions without options to leveldb. All objects written to disk are versioned, which adds overhead to the embedded database interactions.