Initial commit: Mongo to JSON dumper
Repository contains just one simple script for the moment to dump the
"tweets" collection of a Mongo database to a JSON file in a
"pymongodump" directory that is created at the moment and place of
execution.
Faster than mongoexport, although the format of the resulting JSONs is
somewhat different (adapted to Python's syntax).
parents
Showing
pymongoexport.py
0 → 100755
requirements.txt
0 → 100644
pymongo==3.4.0 |
Please
register
or
sign in
to comment