Level / level

Universal abstract-level database for Node.js and browsers.
MIT License
1.55k stars 106 forks source link

Raplica & Sharding #200

Closed hanumanjiblog closed 3 years ago

hanumanjiblog commented 3 years ago

How to replicate and split level database? Please tell us, we really need replication.

vweevers commented 3 years ago

For replication, see https://github.com/Level/awesome#replication. Most of the modules listed there are old though. You might be better off with a dedicated solution that doesn't rely on level, like hypercore and friends.

For splitting, see subleveldown.

hanumanjiblog commented 3 years ago

Please Tell us Is any c or c++ LevelDB is available nodejs?

vweevers commented 3 years ago

I don't understand the question.

ralphtheninja commented 3 years ago

Please Tell us Is any c or c++ LevelDB is available nodejs?

level itself uses leveldown which is a c++ wrapper lib around LevelDB.