windows - Get full results of query without install mongodb -
im using windows computer dont have administrator access on (can't install programs).
i have mongo query return >1 million results.
i save results of query file.
since can't install mongodb, can't run query using mongo shell (at least tutorial makes seem way). have tried using robomongo, can't find way make robomongo spit out results of query (without copy+pasting every set of 50). i'm able use robomongo via precompiled binary, means doesnt require installation.
this seems easy , common thing do, missing?
there way download zipped mongo instalation main windows download page search all version binaries download win32/mongodb-win32-x86_64-2008plus-latest.zip
then run mongoexport , enjoy!
mongoexport --db test --collection traffic --out c:\traffic.json
the other way robomongo want 1000000 documents :-) please see below:
enter amount , hit enter.