Re: Data aggregation - averages, sums, etc.

2012-05-22 Thread aaron morton
Continuous computation is the sort of thing Storm (https://github.com/nathanmarz/storm) can help with. And good news everybody, storing the output from Storm is the sort of thing Cassandra can help with http://www.youtube.com/watch?v=cF8a_FZwULI Cheers - Aaron Morton Freelance

Re: Data aggregation - averages, sums, etc.

2012-05-19 Thread Janne Jalkanen
> 2. I know I have counter columns. I can do sums. But can I do averages ? One counter column for the sum, one counter column for the count. Divide for average :-) /Janne

Data aggregation - averages, sums, etc.

2012-05-19 Thread Oleg Dulin
Dear distinguished colleagues: I am trying to come up with a data model that lets me do aggregations, such as sums and averages. Here are my requirements: 1. Data may be updated concurrently 2. I want to avoid changing schema; we have a multitennant cloud solution that is driven by configuration