Eventually provide asyncio
version of mongo_client
#461
Labels
epic_mongodb_asyncio
MongoDB motor asyncio lib
asyncio
version of mongo_client
#461
MongoDB has an official asyncio client - motor, and
pymongo
is the last major blocking driver we have, once we can also provide an asyncio client version this will unlock that NApps can leverage it on async@alisten_to
handlers andasync def
decorated@rest
endpoints.motor
asyncio implementation is just a wrapper aroundpymongo
with aThreadPoolExecutor
acting as a compatibility layer, so it's not using fully async funcs all the way down, so before using this lib let's also benchmark and research more about it.Fore more info:
The text was updated successfully, but these errors were encountered: