Key-Value to store different types of values

1 day ago 4
ARTICLE AD BOX

So, I am implementing a Block Storage Engine in Go and go stuck at the Database part to store Manifest (file) information and an Index Table (a map to store each block information). I was thinking of using BadgerDB but there were some kind of complications with the double value part.

Any recomendations of possible approaches or other tool that would be best suited for the job?

Read Entire Article