Skip to content

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

Development

Successfully merging this pull request may close these issues.

1 participant