KB Home | Advanced Search | News | Glossary | Login |
|
ASP.NET Hosting Knowledge Base |   |
How To Install MongoDB on Ubuntu 12.04
Viewed 2635 times since Mon, Dec 23, 2013
Install MongoDB on Ubuntu 12.04 MongoDB is a document database used commonly in modern web applications. This tutorial should help you setup a virtual private server to use as a dedicated MongoDB server for a production application environment. The... Read More
How To Securely Configure a Production MongoDB Server
Viewed 2372 times since Mon, Dec 23, 2013
Securely Configure a Production MongoDB Server If MongoDB is your document store of choice, then this article should help you configure everything securely and properly for a production-ready environment. The MongoDB Installation Tutorial covers... Read More
How To Implement Replication Sets in MongoDB on an Ubuntu
Viewed 2243 times since Mon, Dec 23, 2013
Introduction MongoDB is an extremely popular NoSQL database. It is often used to store and manage application data and website information. MongoDB boasts a dynamic schema design, easy scalability, and a data format that is easily accessible... Read More
How To Set Up a Scalable MongoDB Database
Viewed 7936 times since Mon, Dec 23, 2013
MongoDB is a NoSQL database with great features like replication and sharding built in. This allows you to scale your database to as many servers as you would like by distributing content among them. Before anything MongoDB related is installed,... Read More
How To Connect Node.js to a MongoDB Database
Viewed 7256 times since Mon, Dec 23, 2013
Introduction In this tutorial, we will show how to use Node.js to connect to a MongoDB database in a server and do some basic data manipulations. Here are the following software components that will be used: Ubuntu 12.04 x32 MongoDB v2.4.6 Node... Read More
|
|