Python crawler learning ==& gt; Chapter 2: MongoDB environment configuration, pythonmongodb

Source: Internet
Author: User

Python crawler learning ==> Chapter 2: MongoDB environment configuration, pythonmongodb

Objective:

MongoDB Installation

Official steps

(The MongoDB self-starting service cannot be installed on the VMWare Virtual Machine. If you can do this, please kindly advise)

 

Step 1: MongoDB Overview

 

MongoDB is a distributed file storage-based database. Written in C ++. It is designed to provide scalable, high-performance data storage solutions for WEB applications.

MongoDB is a product between relational databases and non-relational databases. It has the most abundant functions and features like relational databases. The supported data structure is very loose and is similar to the json bson format, so it can store more complex data types. The biggest feature of Mongo is that it supports a very powerful query language. Its syntax is somewhat similar to an Object-Oriented Query Language. It can almost implement most of the functions similar to single-table queries in relational databases, it also supports data indexing.

(Refer to Baidu Encyclopedia: https://baike.baidu.com/item/mongodb/60411? Fr = aladdin)

 

Step 2: Install MongoDB

 

 

Step 3: Enable MongoDB

 

Step 4: Configure MongoDB system services

 

 

Step 5: View MongoDB data visually

 

Summary:

In the basic stage of crawler learning, virtual machines are not used for learning, because computer network knowledge cannot support the construction of your learning environment.

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.