0

How do I perform aggregation group by like functions in RIAK?

Functions such as:

  • Min
  • Max
  • Count
  • Avg
  • Stddev

In SQL this seems straight forward but I cannot find any examples in Riak online.

revert
  • 49
  • 3

1 Answers1

0

Mapreduce - see the docs here - http://docs.basho.com/riak/latest/dev/advanced/mapreduce/

bryan_basho
  • 159
  • 11