MongoDB database introduction and Installation

Source: Internet
Author: User
Tags mongodb server
I. Introduction to MongoDB database MongoDB is a high-performance, open-source, non-pattern-based, distributed file storage-based document-type database written in C ++. Its name is derived from humongous, is an open-source document database-NoSql database. NoSql stands for NotOnlySql, which is a non-relational database. Feature

I. Introduction to MongoDB database MongoDB is a high-performance, open-source, non-pattern-based, distributed file storage-based document-type database written in C ++, its name is derived from hu mongo us and is an open source document database, NoSql database. NoSql stands for Not Only SQL, which is a non-relational database. Feature

I. MongoDB database Introduction

Introduction

MongoDB is a high-performance, open-source, non-pattern-based, distributed file storage-based document-type database written in C ++. Its name source is from "hu Mongo"Us" is an open source document database-NoSql database. NoSql stands for Not Only SQL, which is a non-relational database.

Features

Apsaradb for MongoDB features high performance, ease of deployment, and ease of use, making it easy to store data. Features:
* It is designed for set storage and is easy to store object-type data.
* Free mode.
* Supports dynamic query.
* Full indexes are supported, including internal objects.
* Query is supported.
* Supports replication and fault recovery.
* Use efficient binary data storage, including large objects (such as videos ).
* Automatic fragment processing to support cloud computing-level scalability
* Supports RUBY, PYTHON, JAVA, C ++, PHP, and other languages.
* The file storage format is BSON (a json extension)
* Accessible through the network

Ii. MongoDB Database Installation

Official MongoDB: http://www.mongodb.org/downloads

Steps for installing MongoDB in Windows:

  Install configurations

1. Download The MongoDB installation package. Because my computer is win7 64bit, I download mongodb-win32-x86_64-2008plus-2.2.7.zip 2. Create the directory "D: \ app \ mongodb" and copy the decompressed file to "D: \ MongoDB "Directory;

3. Create the directory "D: \ app \ upload data" to store the database.

Start MongoDB Server

1. Execute the following statement in the cmd window:

> Cd/d D: \ app \ mongodb \ bin \

> Mongod -- dbpath D: \ app \ mongodata

2. Prompt page for successful startup

3. Open the MongoDB server in a browser

Open http: // localhost: 27017/in the browser and you can see the following content:

You are trying to access MongoDB on the native driver port. For http diagnostic access, add 1000 to the port number

Note: to add the Path D: \ MongoDB \ bin to the Path of the system environment variable, you do not need to start it in the bin directory of mongoDB every time.

Iii. MongoDB database visualization tools

RockMongo

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.