Skip to content
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

Open
ericdill opened this issue May 2, 2016 · 4 comments
Open

TinyDB "backend" suitcase #14

ericdill opened this issue May 2, 2016 · 4 comments

Comments

@ericdill
Copy link
Contributor

ericdill commented May 2, 2016

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.

@ericdill
Copy link
Contributor Author

ericdill commented May 2, 2016

Oh right, the link: https://github.com/msiemens/tinydb

@tacaswell
Copy link
Contributor

nifty!

@ghost
Copy link

ghost commented May 2, 2016

Nifty indeed.

simple json files with mongoquery package seems easier and more stable: https://pypi.python.org/pypi/mongoquery/
At least, it is what amostra supports for its local backend after I evaluated tinydb a few weeks ago.

tinymongo seems like it is not quite there yet since it is fairly new: https://github.com/schapman1974/tinymongo

@danielballan
Copy link
Member

This old issue's day may finally have arrived. Leaving open as an interesting "backend" suitcase that we may someday pick up.

@danielballan danielballan changed the title Portable Broker TinyDB "backend" suitcase Feb 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants