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?
