适用于Windows的Mongodb Motor驱动程序

时间:2016-11-18 11:00:40

标签: python mongodb pymongo tornado-motor

有关Motor https://github.com/mongodb/motor

的问题

README说“Unix,包括Mac OS X.不支持Windows。”

我在Windows上运行带有电机1.0的python 3.5,看起来效果很好。

插入,更新,删除,查找,重新索引操作,上限集合和tailable游标与asyncio一起正常工作。

Windows不支持哪些内容?

1 个答案:

答案 0 :(得分:4)

我是Motor的作者。以下是电机和Windows不支持的内容:

  • 我不在Windows上测试Motor。
  • Tornado并不正式支持Windows - 它不是为那里的可扩展性而设计的 - 所以当你在Windows上使用Motor with Tornado时,你不能期望生产级别的性能。

在Windows上,您可能会很好,特别是在asyncio集成方面,因为Windows上正式支持asyncio 。但请注意,我并没有在Windows上确保Motor正确,可扩展或快速。

我已经更新了Motor"要求"具有以下信息的文件:

https://github.com/mongodb/motor/blob/master/doc/requirements.rst#not-supported