-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TinyDB "backend" suitcase #14
Comments
Oh right, the link: https://github.com/msiemens/tinydb |
nifty! |
Nifty indeed. simple json files with mongoquery package seems easier and more stable: https://pypi.python.org/pypi/mongoquery/ tinymongo seems like it is not quite there yet since it is fairly new: https://github.com/schapman1974/tinymongo |
This old issue's day may finally have arrived. Leaving open as an interesting "backend" suitcase that we may someday pick up. |
TinyDB is a pure-python service-less file-based document database. Seems like it would be pretty easy to dump some documents from mongodb into a json file and then use tinydb as a backend for the databroker stack. I bet that would serve as a portable broker.
The text was updated successfully, but these errors were encountered: