1. 12 Jul, 2019 3 commits
  2. 11 Jul, 2019 2 commits
  3. 10 Jul, 2019 2 commits
    • gitignore set to ignore output dir pymongodump · 56c27157
      serpucga authored
    • Initial commit: Mongo to JSON dumper · d1923e7e
      serpucga authored
      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).