akashic-storage icon indicating copy to clipboard operation
akashic-storage copied to clipboard

KV-store backend (twitter.storehaus)

Open akiradeveloper opened this issue 9 years ago • 2 comments

I am thinking of making a backend for storehaus (https://github.com/twitter/storehaus) which is a facade for various KV-stores.

It should be testable at least by switching the config. Should refactor the sbt-test.

akiradeveloper avatar Mar 28 '16 05:03 akiradeveloper

I think there are potential users who want to use S3 protocol with distributed KV-store backends. It's fast and scalable. The interface of simple PUT/GET interfaces S3 nicely.

Or, should I first make a backend for such simple Map-like interface and storehaus will be the sub-backend of the interface? Now the backend block can be nestable.

akiradeveloper avatar Mar 28 '16 05:03 akiradeveloper

If the KV-store's key is string and the value is byte array then it's very versatile.

akiradeveloper avatar Mar 29 '16 07:03 akiradeveloper