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

Async support for database access layer (eg: Mongo) #26

Open
joamag opened this issue Feb 19, 2018 · 0 comments
Open

Async support for database access layer (eg: Mongo) #26

joamag opened this issue Feb 19, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request p-low Low priority issue

Comments

@joamag
Copy link
Contributor

joamag commented Feb 19, 2018

Description

Using a pool of threads and the Future based abstraction it should be possible to adapt the current data layer access to an async fashion.

PyMongo with callback support.

References

https://motor.readthedocs.io/en/latest/examples/callbacks-and-coroutines.html#with-coroutines

@joamag joamag added enhancement New feature or request p-low Low priority issue labels Feb 19, 2018
@joamag joamag self-assigned this Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p-low Low priority issue
Projects
None yet
Development

No branches or pull requests

1 participant