You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For flexibility, I'd like to add aggregation endpoint. It's safe, because no writing operations happen, and would be useful for client-side: create groupBy operations, some additional flexible stuff provided by mongodb.
Some questions must be resolved:
data-source dependency: aggregate is not db-agnostic purely. Need to decide how to name it.
how to implement that: action or additional param, like a filter.
exact methods to handle aggregation process in controller.
The text was updated successfully, but these errors were encountered:
For flexibility, I'd like to add aggregation endpoint. It's safe, because no writing operations happen, and would be useful for client-side: create groupBy operations, some additional flexible stuff provided by mongodb.
Some questions must be resolved:
The text was updated successfully, but these errors were encountered: