An aggregation processes data records and return computed results. With aggregation, you can group values from multiple documents together, and then perform a variety of operations on the grouped data to return a single result. It's perfect for creating reports or gaining more insight from your data.
If you've used MongoDB aggregations, you probably think this is difficult right?
We'll show you how simple it can be with restdb.io.