Skip to content

a django app for serializing data from APIS-projects to mongo-db

License

Notifications You must be signed in to change notification settings

acdh-oeaw/acdh-apis-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acdh-apis-mongo

a django app for serializing data from APIS-projects to mongo-db

pip install pymongo

add mongo to INSTALLED_APPS

provide a mongod-db settings dict in your (secret) settings file, e.g.

MONGO = {
    "URL": "mongodb://localhost:27017/"
}

run python manage.py to_mongo to dump your data to mongo

incremental mongo-dump works on django-reversion Revision objects. So make sure to run python manage.py createinitialrevisions before the initial dump.

About

a django app for serializing data from APIS-projects to mongo-db

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages