Spring Data MongoDB - 01

Опубликовано: 10 Май 2026
на канале: Web Developers Toolkit
116
1

Index
00:00 - Intro
00:37 - NoSQL
01:35 - Reasons to use NoSQL
03:29 - setup MongoDB Atlas & Compass
07:21- MongoDB Query
21:11 - Aggregations
27:38 - Myths

Hey there, let’s get started with spring data mongodb tutorial.
this series is targeted towards using spring data framework to perform crud operations on MongoDB which is NoSQL database.

In this series we are covering how to use MongoDB atlas to setup our NoSQL DB & use MongoDB compass to query DB. How to construct mongoDB query & How to construct Aggregation pipeline.
Also in the end we will talk about some myths talked about mongoDB or NoSQL db.