Skip to content

Instantly share code, notes, and snippets.

View dirkroorda's full-sized avatar
✍️
annotation

Dirk Roorda dirkroorda

✍️
annotation
View GitHub Profile
@Lh4cKg
Lh4cKg / mongodb_backup.py
Created January 22, 2020 07:50
MongoDB Dump And Restore Database With Python PyMongo Driver
import bson
from pymongo import MongoClient
def dump(collections, conn, db_name, path):
"""
MongoDB Dump
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.