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.
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.