Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Introduction to the MongoDB tutorial


May 17, 2021 MongoDB


Table of contents


Introduction to the MongoDB tutorial

MongoDB is a database based on distributed file storage. W ritten in the language of C. Designed to provide scalable, high-performance data storage solutions for WEB applications.

MongoDB is a product between a relationship database and a non-relationship database, which is the most feature-rich and relationship-like database. I t supports a very loose data structure and is a jason-like bson format, so it can store more complex data types. Mongo's biggest feature is that it supports a very powerful query language, with a syntax a bit similar to an object-oriented query language, which enables almost most of the functionality of a single table query similar to a relationship database, and also supports indexing of data.

Let's start learning MongoDB together!


MongoDB's learning list: