SoftInstigate / restheart

Rapid API Development with MongoDB
https://restheart.org
GNU Affero General Public License v3.0
805 stars 171 forks source link

Aggregate #55

Closed Qahraman closed 8 years ago

Qahraman commented 8 years ago

How to use aggregate queries in restheart?

ujibang commented 8 years ago

currently aggregate queries are not supported.

note that this is in the roadmap and planned for next version

jira task 41: https://softinstigate.atlassian.net/browse/RH-41

as a workaround you can implement a custom application handler: documentation at https://softinstigate.atlassian.net/wiki/x/IoCw

Qahraman commented 8 years ago

Thanks

ujibang commented 8 years ago

@Qahraman we just released 1.1 with aggregation supporto

more info at http://www.softinstigate.com/blog/2015/12/08/what-is-new-in-RESTHeart-1.1.0/