monggregate icon indicating copy to clipboard operation
monggregate copied to clipboard

Library to make MongoDB aggregation framework and pipelines easy to use in python.

Results 36 monggregate issues
Sort by recently updated
recently updated
newest added

```python # TODO : Eventually, add support to merge multiple collections at once with union_with with below prototype # def union_with( # self, # *, # collection:str|None=None, # pipeline:list[dict]|None=None, #...

maybe one day

- [x] Define alias generator in BaseClass - [ ] Deprecate aliases defined manually using pydantic.Field - [ ] Check that nothing break - [ ] Whenever possible use .dict()...

enhancement
refactoring

- [ ] Allow hybrid (SQL/NoSQL) joins by passing name in join (i.e allow storing matches in an array as in regular Mongo Lookup) - [ ] In SQL tabular...

enhancement