amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.18k stars 1.16k forks source link

LevelDB adapter #1003

Open finwo opened 4 years ago

finwo commented 4 years ago

To compare performance & have some flexibility on which backend stores data, I'll be implementing a leveldb adapter again soon.

From storage up, a leveldb interface is easy to implement on almost anything, allowing you to use a wide array of storage handlers without relying on a writable disk or S3.

finwo commented 4 years ago

@amark Could you assign this issue to me so it shows up in my assigned issues list?

amark commented 4 years ago

👍 thanks, done on both!

finwo commented 4 years ago

A wild radisk adapter appeared: #1012