Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to Install MongoDB from Source (and using YUM) on Linux
Posted by Philipp Esselbach on: 01/21/2013 02:01 PM [ Print | 0 comment(s) ]
The Geek Stuff posted a tutorial about setting up MongoDB from Source on Linux
The name MongoDB was derived from Humongous DB.
It is an open source NoSQL database. MongoDB is developed and commercially supported by the company 10gen.
The focus of the MongoDB is on scalability and performance. MongoDB is a schema-free document-oriented database. This stores data as JSON objects. Unlike traditional SQL database, you don’t need to define a schema. The schema is embedded in the data document itself, making it easy for you to change the schema at anytime without worrying about changing any of the previous documents that are loaded. High performance and scalability are possible because there are no joins, and no multi-document transactions performed on MongoDB. This also provides replication across servers with the ability to fail-over automatically. You can also scale across servers for high availability.
This article is the 1st part in a series of articles on MongoDB.
It is an open source NoSQL database. MongoDB is developed and commercially supported by the company 10gen.
The focus of the MongoDB is on scalability and performance. MongoDB is a schema-free document-oriented database. This stores data as JSON objects. Unlike traditional SQL database, you don’t need to define a schema. The schema is embedded in the data document itself, making it easy for you to change the schema at anytime without worrying about changing any of the previous documents that are loaded. High performance and scalability are possible because there are no joins, and no multi-document transactions performed on MongoDB. This also provides replication across servers with the ability to fail-over automatically. You can also scale across servers for high availability.
This article is the 1st part in a series of articles on MongoDB.
How to Install MongoDB from Source (and using YUM) on Linux
Related Threads
07/17/2006 07:06 AM: how to install sis 760 drivers! (1) by danleff
05/21/2006 08:18 AM: how to install XP after deleting LINUX? (1) by danleff
03/21/2006 06:09 AM: how to install fedora core 4 alongwith mandrake 10 and winxp (3) by danleff
03/22/2006 05:56 PM: How to install Fedora Core 4 and WinXP on single hard disk? (4) by danleff
11/13/2005 03:19 AM: How to instal Unbutu into same HD with Win2000 pro (1) by danleff
10/09/2005 11:40 AM: How to install Suse pro 9.3 and Mandriva LE 2005 in the same Hard Drive (1) by danleff
09/10/2005 04:28 PM: how to install samba from source? (1) by danleff
09/18/2005 06:33 PM: how to install linux on a i486 with bios not supporting cdrom boot (13) by cashman31
09/01/2005 03:51 PM: how to install windows xp , red hat and mandrake linux (7) by cashman31
03/20/2005 07:50 AM: I don't know how to instal amarok in simply mepis 3.3 (4) by iamroot
05/21/2006 08:18 AM: how to install XP after deleting LINUX? (1) by danleff
03/21/2006 06:09 AM: how to install fedora core 4 alongwith mandrake 10 and winxp (3) by danleff
03/22/2006 05:56 PM: How to install Fedora Core 4 and WinXP on single hard disk? (4) by danleff
11/13/2005 03:19 AM: How to instal Unbutu into same HD with Win2000 pro (1) by danleff
10/09/2005 11:40 AM: How to install Suse pro 9.3 and Mandriva LE 2005 in the same Hard Drive (1) by danleff
09/10/2005 04:28 PM: how to install samba from source? (1) by danleff
09/18/2005 06:33 PM: how to install linux on a i486 with bios not supporting cdrom boot (13) by cashman31
09/01/2005 03:51 PM: how to install windows xp , red hat and mandrake linux (7) by cashman31
03/20/2005 07:50 AM: I don't know how to instal amarok in simply mepis 3.3 (4) by iamroot
