Learn MongoDB Basics in 25 minutes

Published: 16 January 2023
on channel: Fast and Simple Development
405
10

In 25 minutes you will understand the basics of MongoDB, how the NoSQL Document database works and what a programmer needs to know.

Understand how to insert, update and delete and how to use the amazing $inc operator and how Geo Queries work in MongoDB.

See an example of how a Geo Search works using Lat and Lon and how to create a 2d Index.

We will go over the Robo-Mongo / Studio 3T user interface and show what can be done Fast and Simple.

All steps required are explained in this Hands on Tutorial.

I focus on Java 8, Spring Boot 2.7.7 and who you how to create a web page with Google Chats connected to data server from your Java Spring Boot application.

This is a brief introduction of my classes.

Chapters:
00:00 Introduction
00:34 Java and Spring Boot
01:00 Local install vs Mongo Atlas
02:00 Robo Mongo / Studio 3T
02:30 MongoDB Basics
03:10 JSON and BSON
03:30 Create a MongoDB Connection to localhost
04:00 Create your first Database
04:40 Mongo Shell
05:00 Create new collection called widgets
05:10 Insert a new Document
06:20 Find
08:00 Find with Query
08:45 Limit and Sort
10:00 Update
13:20 Save
15:00 Remove
16:00 The Amazing $inc operator
19:40 Geo-spacial
20:00 Lat Long location values
22:00 Geo Searches using $near
22:50 - Creating Geo Index
24:00 - Geo Search by Distance
24:50 - Summary











More can be found on my Udemy classes: https://www.udemy.com/user/tomjay2

Find this on my GitHib: https://github.com/ThomasJay

As well as my Web site: https://www.thomasjayconsulting.com

I want to help you learn and find an Amazing Job or just increase your Skills.

#Java #SpringBoot #software