Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up Mongo DB and hosting

Recently I stumbled across mongoDB, couchDB etc. I am hoping to have a play with this type of database and was wondering how much access to the hosting server one needs to get it running.

If anyone has any knowledge of this, I would love to know whether it can be set up to work when your app is hosted via a 'normal' hosting company.

like image 949
Chin Avatar asked Jan 19 '26 06:01

Chin


1 Answers

I use Mongo, and so I'm really only speaking for Mongo, but your typical web hosting environment wouldn't allow you to set up your own database. You'd want root-level (admin) access to the server to set up Mongo. To get that, you'd want something like a VPS or a dedicated server.

However, to just play around with Mongo, I'd recommend downloading the binary for your OS and giving it a run. Their JavaScript shell interface is very easy to use.

Hope that helps! Tim

like image 122
Tim Ridgely Avatar answered Jan 21 '26 04:01

Tim Ridgely