appier icon indicating copy to clipboard operation
appier copied to clipboard

Async support for database access layer (eg: Mongo)

Open joamag opened this issue 8 years ago • 0 comments

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 avatar Feb 19 '18 16:02 joamag