What format does the datastore admin backup the entities in?
backup, blobstore, database-backups, google-app-engine, google-cloud-datastore
Solution
According to the datastore admin source code: backup file are stored in leveldb log format.
Problem
Possible Duplicate: options for restoring appengine datastore data? I'd like to parse the files the datastore admin produces during the backup process. I backup entities to the blobstore. I'd like to selectively extract some of the data from blobstore backup entities and need to be able to open the file and inspect the entities. What format are these files stored in?