< Home - < Back

mongodb


Information about the package, mongodb, which is shipped with common Linux distributions. The mongodb package is designed for, High-performance, schema-free document-oriented database.


Package Name:

mongodb

Summary:

High-performance, schema-free document-oriented database

Description:

Mongo (from "humongous") is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features: * Collection oriented storage: easy storage of object/JSON-style data * Dynamic queries * Full index support, including on inner objects and embedded arrays * Query profiling * Replication and fail-over support * Efficient storage of binary data including large objects (e.g. photos and videos) * Auto-sharding for cloud-level scalability (currently in early alpha) * Commercial Support Available A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality).

Architecture:

x86_64

Version:

2.4.14

Release:

4.el6

Size:

35 M

Repository:

epel

From Repository:

Licence:

AGPLv3 and zlib and ASL 2.0



Handy Yum Commands for mongodb


Control the mongodb package with the following handy commands outlined below.


Command

Description of Command

yum install mongodb

This command will install mongodb on the server.

yum remove mongodb

This command will un-install mongodb on the server. When you run this command, you will be asked if you are sure that you want to remove mongodb, so you have to manually confirm that you want to do this.

yum -y remove mongodb

This command will un-install mongodb on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mongodb when using the -y flag.

yum update mongodb

This command will update mongodb to the latest version. When you run this command, you will be asked if you are sure that you want to remove mongodb, so you have to manually confirm that you want to do this.

yum -y update mongodb

This command will update mongodb to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove mongodb when using the -y flag.

yum info mongodb

This command will show you core information about the mongodb package.

yum deplist mongodb

This command will show you the dependencies for mongodb. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update mongodb

This command will check if there is an update waiting on mongodb. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.