MongoDB 5.0 under Raspberry Pi OS (64-bit)
MongoDB 5.0 under Raspberry Pi OS (64-bit) Read More »
Have a Raspberry Pi 4 with 4GB or 8GB of RAM and want to run the popular noSQL database, MongoDB? Read on for installing and running the latest 64-bit versions of MongoDB and Ubuntu 20.04. The short (TL;DR) instructions are to read and follow the official install guides for 64-bit Ubuntu Server 20.04 and MongoDB
MongoDB 4.4 & Ubuntu 20.04 on Raspberry Pi 4 Read More »
[Updated: 28 Feb 2019] Time to lose this post! The MongoDB 3.4 binaries have vanished from the Debian buster ARM repository BUT I now have MongoDB 4.0.6 running under Ubuntu 18.04 on a Raspberry Pi 3B+ Check out this new post! I’ve been asked multiple times if MongoDB 3.2 (or greater) can run on a Raspberry Pi.
MongoDB 3.4 (64 bit) running on a Raspberry Pi 3 [update] Read More »
I use a MongoDB database to analyze data extracted from logs on Linux production servers that handle hundreds of thousands of users per day. I also have databases that I use for research topics – oriented around K-12 education. I have pulled data from The British Library and various datasets from the Europeana Collections. I’ve
UPDATE: MongoDB 4.0.6 on ODROID C2 with Ubuntu 18.04 Read More »
The main operating system for Raspberry Pi, Raspbian, continues to evolve. The latest version as of August 2017 is “Raspbian Stretch” — based upon the current stable version of Debian 9. The previous version was known as “Raspbian Jessie”. One difference between versions is OpenSSL libraries. OpenSSL is a general purpose cryptography library that provides an
MongoDB 3.0.14 for Raspbian Stretch Read More »
I’m a big fan of MongoDB but contrary to its “humongous” orientation, I like to think small as in ARM-based SBCs like the Raspberry Pi or ODROID-C2 and DBs under a terabyte 😉 You can get a lot of power out of tiny inexpensive computers and USB disk drives! You can find my blog entries,
Official MongoDB 3.4 on ODROID-C2 under Ubuntu Read More »
I use MongoDB as my database of choice as you can tell by my blog entries. Under current Raspberry Pi OSs, MongoDB is limited by 32 bit binaries. Databases are restricted to 2GB. The Raspberry Pi 3 sports an ARMv7 processor that supports 64 bits. At this time (May 2016) there is no official OS
MongoDB 3.2.10 running under Arch Linux ARM 64 bit Read More »
I’ve written about getting MongoDB running on the Raspberry Pi 2. View my other posts where you can get binaries (3.0.9) or learn how to compile from scratch (3.0.7). The mongo shell works great but you may want/need to code in Python, especially for device control or data logging, etc. PyMongo is a Python distribution containing
Using Python with MongoDB on Raspberry Pi 2 & 3 Read More »
I’ve received feedback that some folks are having problems compiling MongoDB 3.0.7 per my instructions AND it takes a long time 😉 MongoDB 3.0.9 just became available but needs quite a few changes to source in order to compile on the Raspberry Pi. I worked through MongoDB build scripts for ARCH ARM Linux and managed to
MongoDB 3.0.9 binaries for Raspberry Pi 2 & 3 (Jessie) Read More »
I have successfully compiled MongoDB version 3.0.7 and tools on the Raspberry Pi 2. Full instructions are after the break — click on “more“. As usual I found great help from the Linux community for getting this to work on ARM7. mongo, mongod, mongos, and tools are all working great. The WiredTiger Engine does NOT work
MongoDB 3.0.7 on Raspberry Pi 2! Read More »