amplab / velox-modelserver

http://amplab.github.io/velox-modelserver/
Apache License 2.0
110 stars 26 forks source link

Add support for additional KV store backends #11

Closed dcrankshaw closed 9 years ago

dcrankshaw commented 9 years ago

When benchmarking, it will be nice to be able to separate out storage overheads from Velox overheads, and evaluate the Velox benchmarks across multiple backends. In addition, this will avoid locking in our eventual open-source users to a specific storage layer.

To start with, let's add support for Cassandra, unless someone else has a better recommendation.

tomerk commented 9 years ago

https://github.com/amplab/velox-modelserver/pull/14

dcrankshaw commented 9 years ago

Between #14 and #19 I think we have this covered.