I'm trying figure out what the best practice is for aggregating and rolling up Cassandra time series data.
I came across this this page which mentions Opscenter can be used for roll-ups, but I don't think this will work for me since I'm not using the enterprise version of Cassandra.
I would like to aggregate time series data into several buckets (1 minute, 30 minutes, 1 hour, 4 hours, 12 hours, 1 day, 3 days, etc).
I would like to use this data to generate charts for various time resolutions, similar to bitcoinwisdom.
What is the recommended approach for implementing this? I'm new to Cassandra.