问题
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