Skip to content

Instantly share code, notes, and snippets.

@ideodora
ideodora / import_backup.py
Created November 27, 2015 03:06 — forked from jehna/import_backup.py
App Engine import data from Datastore Backup to localhost
"""
# App Engine import data from Datastore Backup to localhost
You can use this script to import large(ish) App Engine Datastore backups to your localohst dev server.
## Getting backup files
Follow instructions from Greg Bayer's awesome article to fetch the App Engine backups:
http://gbayer.com/big-data/app-engine-datastore-how-to-efficiently-export-your-data/