threefoldtech / rfs

A fuse filesystem in rust
Apache License 2.0
1 stars 1 forks source link

[research] tendermint cluster on top of ZDB #27

Open muhamadazmy opened 12 months ago

muhamadazmy commented 12 months ago

Tendermint over ZDB

Can we change the transaction log backend of tendermint to use zdb instead? The final state can then be stored in another data store that is more space efficient (say rocksdb)

MarioBassem commented 11 months ago

Implemented tendermint DB interface for ZDB, which needed a Go driver itself that I also did. Implementation is still buggy, and yet to work with a tendermint node, but working on it..

Side note: