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

- Copy what was done later on when interfacing Atlas Search. That is adding a description of the operator/stage - Add link to official mongo doc

documentation
good first issue

* some aliases weren't correctly implemented * create new test to ensure this does not happen again in the future

In particular, specify that num_candidates must be greather (or equal to ? [to be cheked]) than limit and that a 20 to 1 ratio is recommended. If limit is allowed...

Ex: ```python class Limit(Stage): value: Expression ```` would become ```python class Limit(Stage): value: Annotated[Expression, int] ```

- [ ] facets (stage) - [ ] literal (operator) - [ ] expr (operator) - [ ] queryString(search operator) NOTE : * expr is not an aggregation operator. It...

enhancement

* Check keywords in readme and github welcome page * Check trends link to Mongo and Python