This looks great, I havent' touched cassandra since 0.6 so looks like I have allot to learn :)
To be able to run the tests locally, how do you go about starting cassandra? Is there a quick way to run cassnadra locally for tests only or do you just run it normally? On Thu, Jul 11, 2013 at 5:15 PM, Rob Righter <[email protected]> wrote: > Hello, > > Just wanted to share a project that we have been working on. It's a > time-series object store for Cassandra. We tried to generalize the > common use cases for storing time-series data in Cassandra and > automatically handle the denormalization, indexing, and wide row > sharding. It currently exists as a Java Library. We have it deployed > as a web service in a Dropwizard app server with a REST style > interface. The plan is to eventually release that Dropwizard app too. > > The project and explanation is available on Github at: > https://github.com/Pardot/Rhombus > > I would love to hear feedback. > > Many Thanks, > Rob >
