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

Expose levelDB object #20

Closed pdeziel closed 2 years ago

pdeziel commented 2 years ago

This exposes the underlying levelDB object to the user to make it easier to do things like backups.

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (378c4dc) into main (b3f3099) will decrease coverage by 0.04%. The diff coverage is 50.00%.

:exclamation: Current head 378c4dc differs from pull request most recent head 36ebb59. Consider uploading reports for the commit 36ebb59 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   55.81%   55.77%   -0.05%     
==========================================
  Files          10       10              
  Lines         550      554       +4     
==========================================
+ Hits          307      309       +2     
- Misses        198      200       +2     
  Partials       45       45              
Impacted Files Coverage Δ
engines/leveldb/leveldb.go 84.70% <0.00%> (-2.05%) :arrow_down:
honu.go 46.98% <100.00%> (+0.64%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b3f3099...36ebb59. Read the comment docs.