Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregation Framework & Query Disk Use Support for mongoexport #531

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

roshanr10
Copy link

As a developer building atop MongoDB, I've encountered multiple scenarios where I'd like to run an aggregation query and save the results locally, which is not currently supported by mongoexport

This PR introduces that functionality and provides a native CLI approach to do so that it isn't either:

  • roll your own script using a Mongo SDK
  • $out/$merge to another collection and then use mongoexport

Would love to chat further on use cases and if/how this can be properly integrated into the tools library for others to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant