Re: Backend application for Cassandra

2011-02-15 Thread Aaron Morton
Jaspersoft.com make reporting tools that claim no work with Cassandra. Have not used them myself. It will depend on what the reports are and how big your data is, though Pig may be the best bet. A On 15/02/2011, at 8:18 PM, Michal Augustýn wrote: > Hi, > > it depends on your queries complex

Re: Backend application for Cassandra

2011-02-14 Thread Michal Augustýn
Hi, it depends on your queries complexity - maybe secondary indexes would be sufficient for you - http://www.datastax.com/dev/blog/whats-new-cassandra-07-secondary-indexes If your queries are too complex then you could use Pig (over Hadoop) - http://www.slideshare.net/jeromatron/cassandrahadoop-i

Backend application for Cassandra

2011-02-14 Thread cbert...@libero.it
Hi all, I've build a web application using Cassandra. Data are stored in order to be quickly red/sorted due to my web-app needs. Everything is working quite good. Now the big "problem" is that the "other side" of my company needs to create reports over these data and the query they need to do wou