Windows IoT - Mongodb - Raspberry

无人久伴 提交于 2019-12-12 19:21:54

问题


Is it possible to install mongodb on Windows 10 IoT?

I've mounted a Windows 10 IoT disk on my Raspberry PI3 and would like to install a nodejs app that connects to a mongodb database.

Do you have any advice? or what would be the database the more appropriated?


回答1:


The answer is yes and no.

Either from the MongDB download page or build-from-source page, it only has x86 and x64 versions available, which are all targeting Intel/AMD processors.

Depending on the CPU architecture your windows IoT is running on,

  • If it's an ARM based like raspberry pi, you cannot run MongoDB directly unless you can build form the source code targeting AnyCPU.
  • If it's Intel based like MinnowBoard Turbot Dual Core Board, technically, you can run MongoDB. However, due to the fact Windows IoT is a minimum version of windows Core, you might run into trouble missing some dependency libraries.

So in both cases, I don't see you can do it with ease, until we have official or community efforts to port MongDB to windows IoT, to which I'm really looking forward.

If you're using windows IoT for cloud-based application, you can go for windows azure databases.



来源:https://stackoverflow.com/questions/38376019/windows-iot-mongodb-raspberry

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