MongoDB


 

MongoDB pdf tutorials








Learn to work with the most popular NoSQL database manager today thanks to this selection of free PDF tutorials on MongoDB in English  , which we bring you in this post.

MongoDB (in English " humongous ": huge) is a multiplatform NoSQL database system developed under free standards (GNU AGPL v3.0 license) and released in 2008 by the 10gen3 company.

When we talk about NoSQL ("Not Only SQL ", from the English Not Only SQL ) we mean that this type of database does not use tables to store data but rather in JSON- type documents (MongoDB uses the BSON format, it is that is, compiled JSON) with a dynamic schema which allows the data to be integrated easier and faster with the applications that require it.

In this time, in which more data is generated than ever, it is important to work with NoSQL databases, because SQL has shown that they cannot handle such a volume of data or store it, therefore an alternative is necessary and that is where they started non-relational database managers emerge.

Of all the managers of this type, MongoDB is today the undisputed leader, among other reasons because it facilitates horizontal scalability , which makes it possible to adapt a system to the increase in information with which to work. And this is precisely its strength, we can work with a very large amount of data at an incredible speed.

All these points that we have explained to you so far are covered in the PDF tutorials on MongoDB in English that we gave ourselves to the task of compiling for you, and that we leave you below.





We hope you enjoy them and they are useful to you 🙂



 MongoDB The beginning

This book is one of the best-known resources in English about MongoDB today, its author Yohan Graterol has made it available to the public totally free.

As its name indicates, "The beginning", it corresponds to volume 1 of a complete book on NoSQL databases using MongoDb, which the author is developing.

What will you find in this pdf? the basics of the MongoDB database engine . In its three chapters you will learn what NoSQL means, what MongoDb is and how to install it on various operating systems, how to apply CRUD operations (Create, Read, Update, Delete), and you will even create your first document.

All the content of the book is explained simply and clearly, thus making it an ideal resource for beginners .


Author         Yohan Graterol

License   CC BY-NC-SA 4.0

Size             36 pg / 365 kb

Level           Beginner

          



 Queries in MongoDB

The possibility of making queries is one of the key elements when we talk about databases, whether they are relational or non-relational; therefore knowing how to carry out these consultations is essential.

Precisely this tutorial written by Lorena Etcheverry is exclusively dedicated to the topic of MongoDB queries , which she divides into two categories: the basic ones and the aggregation ones.

It dedicates each of its 14 pages to presenting and explaining the syntax that should be used for each query , so that the reader will have a simple document to turn to if they need to apply a query that they do not yet fully handle.

Anyway, this guide is especially aimed at beginners who need to have a quick guide on MongoDB queries.


Author         Lorena Etcheverry

License   CC BY-NC-SA 4.0

Size             09 pg / 126 kb

Level           Beginner

          



 MongoDB - Up & Running

The strateBi website makes this manual available to the public in pdf format in which it provides a fairly broad idea of ​​what MongoDB is and its advantages over relational database managers. This information explains what is necessary so that whoever faces a NoSQL manager for the first time , such as MongoDB, knows what it does and what it is for.

After this theoretical base, he goes on to the practical part, specifically to show how to install and configure MongoDB, only only on computers whose operating system is Ubuntu. If this is your case, then don't miss this tutorial.

But if you are a Windows user, the tutorial will help you because, as we already mentioned, it helps you to know the theoretical elements necessary to start working with the manager.

If you've never used MongoDB and don't even know the basics, this pdf manual is for you.


Author         StrateBi

License   CC BY-NC-SA 4.0

Size             12 pg / 128 kb

Level           Beginner

          



 MongoDB Project

We bring you another tutorial in pdf about MongoDB in English for beginners, prepared in this case by Miguel Martín.

When we say "for beginners" we are not exaggerating, because in fact the same author points out that in the tutorial it is assumed that the reader does not have any knowledge about MongoDB , they have only heard the name. Hence, everything is explained in the most basic and detailed way possible.

As you read the tutorial, we encourage you to accompany the author in the development of an application in Debian, and finally, learn how to optimize its operation and make it optimal maintenance.


Author         Miguel Martín

License   CC BY-NC-SA 4.0

Size             22 pg / 334 kb

Level           Beginner

          



 NoSQL Managers - MongoDB

Marta Zorrilla and Diego García-Saiz from the University of Cantabria, have prepared this tutorial in pdf on MongoDB which, as an outline, explains several important concepts for the management of this manager .

Before delving into practical issues, MongoDB is approached from a theoretical point of view giving the reader an overview of the database manager they will be working with.

Subsequently, it explains how the CRUD operations are carried out, which in this case are called Find, Insert, Update and Remove and that are key to managing a non-relational database, as well as the rest of the contents that are presented. in the tutorial.

Although this tutorial in English on MongoDB includes some basic topics, it also includes others that require a previous base, therefore it is recommended for those who have already used this or another non-relational database manager.


Author         Marta Zorrilla

License   CC BY-NC-SA 4.0

Size             37 pg / 741 kb

Level           Beginner / Intermediate

          

No comments:

Post a Comment