Does the Azure DocumentDB Local Emulator support the mongodb protocol?

痴心易碎 提交于 2019-12-12 10:12:33

问题


Does the Azure DocumentDB Local Emulator support the mongodb protocol similar to the MongoDB protocol available in the Azure hosted DocumentDB? I don't see a way to specify the protocol when starting up the local emulator.


回答1:


Yes, the Azure DocumentDB emulator supports MongoDB API. It listens by default on port 10250. See how you can connect to the emulator from MongoDB apps here: https://docs.microsoft.com/en-us/azure/documentdb/documentdb-nosql-local-emulator#developing-with-the-documentdb-emulator



来源:https://stackoverflow.com/questions/41398662/does-the-azure-documentdb-local-emulator-support-the-mongodb-protocol

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!