Windows IoT - Mongodb - Raspberry

ssr92

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?

Jackie

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Saving files on Raspberry PI with Windows IoT

From Dev

Using Thermocouple with Raspberry Pi running Windows IoT

From Dev

RFID RC522 Raspberry PI 2 Windows IOT

From Dev

Windows 10 IoT Raspberry Pi 2: Autostart published Application

From Dev

Visual C++ console apps on Windows IoT with Raspberry Pi 2

From Dev

raspberry pi 2 windows iot remote debugger does not appear to be running

From Dev

Building DefaultApp for Raspberry PI 2 - Windows 10 IoT

From Dev

How to get the processor serial number of Raspberry PI 2 with Windows IOT

From Dev

Forgot Windows 10 IOT Password For Raspberry Pi 2

From Dev

windows IoT compatible wifi dongle not recognised on raspberry PI 2

From Dev

play wav file in Raspberry Pi with Windows 10 IOT Core

From Dev

Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

From Dev

Raspberry pi 2 IoT

From Dev

IOT controller for Raspberry Pi

From Dev

Windows 10 UAP determine if device is IoT (e.g. Raspberry Pi 2)

From Dev

Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

From Dev

Run one program from another, Raspberry Pi 2 Windows 10 IoT

From Dev

How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

From Dev

how to access image captured from webcam on raspberry pi windows 10 iot

From Dev

Raspberry pi - How to use Arduino Nano CH340 with Windows IOT

From Dev

How to programmatically turn off/on monitor on Raspberry Pi2 with Windows 10 IoT Core

From Dev

Raspberry Pi2 Windows 10 IOT core and Visual Basic 2015

From Dev

Is it possible to connect a Windows 10 IoT UWP C# application on a Raspberry Pi 3 to a bluetooth headset?

From Dev

Raspberry pi 3 with windows 10 IOT core operating system does supports winforms?

From Dev

Can Windows 10 iot on Raspberry Pi 3 run java program well?

From Dev

How to create portable code (.net standard 2.0) for a Raspberry Pi 3 using Windows 10 IoT (UWP)?

From Dev

Create txt file on raspberry pi storage with windows 10 iot in c#

From Dev

IoT Raspberry Pi Sensor Tag

From Dev

Advice about Azure IoT hub and raspberry pi

Related Related

  1. 1

    Saving files on Raspberry PI with Windows IoT

  2. 2

    Using Thermocouple with Raspberry Pi running Windows IoT

  3. 3

    RFID RC522 Raspberry PI 2 Windows IOT

  4. 4

    Windows 10 IoT Raspberry Pi 2: Autostart published Application

  5. 5

    Visual C++ console apps on Windows IoT with Raspberry Pi 2

  6. 6

    raspberry pi 2 windows iot remote debugger does not appear to be running

  7. 7

    Building DefaultApp for Raspberry PI 2 - Windows 10 IoT

  8. 8

    How to get the processor serial number of Raspberry PI 2 with Windows IOT

  9. 9

    Forgot Windows 10 IOT Password For Raspberry Pi 2

  10. 10

    windows IoT compatible wifi dongle not recognised on raspberry PI 2

  11. 11

    play wav file in Raspberry Pi with Windows 10 IOT Core

  12. 12

    Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

  13. 13

    Raspberry pi 2 IoT

  14. 14

    IOT controller for Raspberry Pi

  15. 15

    Windows 10 UAP determine if device is IoT (e.g. Raspberry Pi 2)

  16. 16

    Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

  17. 17

    Run one program from another, Raspberry Pi 2 Windows 10 IoT

  18. 18

    How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

  19. 19

    how to access image captured from webcam on raspberry pi windows 10 iot

  20. 20

    Raspberry pi - How to use Arduino Nano CH340 with Windows IOT

  21. 21

    How to programmatically turn off/on monitor on Raspberry Pi2 with Windows 10 IoT Core

  22. 22

    Raspberry Pi2 Windows 10 IOT core and Visual Basic 2015

  23. 23

    Is it possible to connect a Windows 10 IoT UWP C# application on a Raspberry Pi 3 to a bluetooth headset?

  24. 24

    Raspberry pi 3 with windows 10 IOT core operating system does supports winforms?

  25. 25

    Can Windows 10 iot on Raspberry Pi 3 run java program well?

  26. 26

    How to create portable code (.net standard 2.0) for a Raspberry Pi 3 using Windows 10 IoT (UWP)?

  27. 27

    Create txt file on raspberry pi storage with windows 10 iot in c#

  28. 28

    IoT Raspberry Pi Sensor Tag

  29. 29

    Advice about Azure IoT hub and raspberry pi

HotTag

Archive