Query and Group By
Greetings,
I have a requirement for storing some data in a Stream and then providing a service to query that Stream and aggregate the results by certain value columns.
For example, if i had a stream backed by a DataShape containing ID, NumericValue columns, and i wanted to rollup the numeric values to the beginning of each month (using the Stream Timestamp), is this even possible using the Query/filtering API?

