Posts tagged as:

install mongodb on linux

Install MongoDB on Centos / RedHat

by lifeLinux on August 19, 2011

MongoDB (from “humongous”) is an open source, high-performance, schema-free, document-oriented database written in the C++ programming language. The database is document-oriented so it manages collections of JSON-like documents. Many applications can thus model data in a more natural way, as data can be nested in complex hierarchies and still be query-able and indexable.

{ 1 comment }