ElasticSearch + Cassandra

Its not what was asked for. The question was for something to automatically index changes done to cassandra. Solandra tries to build solr on top of cassandra to make it better distributed, but it combines then two problems instead of one: using solr (distributed execution) and trying to hack Lucene to work on top of cassandra which is problematic and probably bad in most cases.
On Wednesday, April 6, 2011 at 6:41 AM, Paul Smith wrote:

It's not based on Elasticsearch, but tjake has the Solandra integration:

GitHub - tjake/Solandra: Solandra = Solr + Cassandra

On 5 April 2011 20:44, Shay Banon shay.banon@elasticsearch.com wrote:

Not that I am aware... .
On Monday, April 4, 2011 at 8:12 PM, Drew wrote:

Hi Everyone,

Has anyone done/attempted to integrate Elasticsearch with Cassandra
like was described at Elasticsearch Platform — Find real-time answers at scale | Elastic
?

I don't mean using Cassandra as a Gateway for ES, but using ES to
query the data in Cassandra automatically.

Thanks,

Drew