MongoDB on Raspberry Pi
Recently, I want to install MongoDB in my Rasp Pi. But unfortunately, I can’t install MongoDB via apt-get because Rasp Pi is using ARM architecture. Maybe we can compile it…
Recently, I want to install MongoDB in my Rasp Pi. But unfortunately, I can’t install MongoDB via apt-get because Rasp Pi is using ARM architecture. Maybe we can compile it…
If you encounter problem like this: ImportError: No module named gridfs Then you should install this package: apt-get install python-pymongo
For people who are searching for mongodb web admin interface, here I suggest you to use Rockmongo. RockMongo is a MongoDB administration GUI tool, written in PHP 5.You can read…