storehaus
storehaus copied to clipboard
Storehaus is a library that makes it easy to work with asynchronous key value stores
Hi everybody. Here is storehouse implementation for postgres. Need your review and comments.
The main goal of this PR is to update Finagle to the new version 6.43.0 for using new and improve Finagle features and performance and also one day migrate Storehaus...
Addresses https://github.com/twitter/storehaus/issues/208 This is an untested first draft that adds some basic cascading wiring. Sending it out early for any design feedback as well as any missing big picture items....
As discussed in #211
The explanation for put() didn't match the signature of this method, corrected that
Adds multiget and multiput to hbase store to increase performance
Dear Storehaus-reviewer-team, This is a simple Hector-based Storehaus-wrapper for Cassandra. The wrapper comprises 3 classes: 1. CassandraKeyValueStore is a simple key-value store with a fixed column (this seems to be...