MongoDB Tutorial #1 Introduction | RDBMS VS MongoDB
Welcome to the free beginner class on MongoDB. These MongoDB video tutorials teach you EVERYTHING you need to know about MongoDB
MongoDB is available under General Public license
for free and it is also available under Commercial
license from the manufacture.
Database
Database is a physical container for collections. Each database gets its own set of files on the file system. A single MongoDB server typically has multiple databases.
Collection
Collection is a group of MongoDB documents. It is the equivalent of an RDBMS table. A collection exists within a single database. Documents within a collection can have different fields.
A document is a set of key-value pairs. Documents have dynamic schema. Dynamic schema means that documents in the same collection do not need to have the same set of fields or structure, and common fields in a collection's documents may hold different types of data.
Learn New Technologies -- Visit Our Channel
1) CodeIgniter Mini Project Tutorial in Hindi/Urdu
Using Angular JS & Boostrap 3 : https://goo.gl/FSwsJ4
2) Codeigniter Tutorial for Beginners
Step by Step in Hindi : https://goo.gl/bxG6gJ
3) PDO-OOP-PHP-CRUD-with-Bootstrap : https://goo.gl/q1KRTn
4) AngularJS Tutorial for Beginners
(For Absolute Beginners ) : https://goo.gl/Hak26N
5) JSON Tutorial for Beginner : https://goo.gl/ryPu35
6) Git and GitHub Training In Hindi : https://goo.gl/HpToSd
7) Java Tutorial For Beginners
(Step by Step tutorial) : https://goo.gl/QxJ68x
8) PHP Tutorial for Beginners (For Absolute Beginners) : https://goo.gl/S3urkU
9) OOPS Tutorial for Beginners in PHP : https://goo.gl/k2kJDM
10) Bootstrap Tutorial for Beginners : https://goo.gl/NGFDse
11) Magic Methods in PHP Tutorial : https://goo.gl/BdYLfJ
12) Build a PHP MVC Application : https://goo.gl/yqDCkb
13) Whats new in PHP 7 | (Introduction) : https://goo.gl/rTTKkr
14) CRUD with PHP and MySQLi Tutorial : https://goo.gl/yyjWD7
15) Technology Tips and Tricks : https://goo.gl/MpR952
16) MongoDB Tutorial for Beginners (Hindi) : https://goo.gl/NZXD1u
Any questions or suggestions you may have, let me know in the comments below and I will try to reply as soon as I can.
You can connect with us in social Media :-
Youtube : https://www.youtube.com/tutorialspoint2016
Twitter: https://twitter.com/tutorialspoint2
facebook : https://www.facebook.com/tutorialspoint2016
Instragram : https://www.instagram.com/tutorialspoint2016
Google plus : https://plus.google.com/+TutorialsPoint2016
Blogger : http://tutorialspoint2016.blogspot.in/
Don't forget to hit the Subscribe & Like button!
MongoDB is available under General Public license
for free and it is also available under Commercial
license from the manufacture.
Database
Database is a physical container for collections. Each database gets its own set of files on the file system. A single MongoDB server typically has multiple databases.
Collection
Collection is a group of MongoDB documents. It is the equivalent of an RDBMS table. A collection exists within a single database. Documents within a collection can have different fields.
A document is a set of key-value pairs. Documents have dynamic schema. Dynamic schema means that documents in the same collection do not need to have the same set of fields or structure, and common fields in a collection's documents may hold different types of data.
Learn New Technologies -- Visit Our Channel
1) CodeIgniter Mini Project Tutorial in Hindi/Urdu
Using Angular JS & Boostrap 3 : https://goo.gl/FSwsJ4
2) Codeigniter Tutorial for Beginners
Step by Step in Hindi : https://goo.gl/bxG6gJ
3) PDO-OOP-PHP-CRUD-with-Bootstrap : https://goo.gl/q1KRTn
4) AngularJS Tutorial for Beginners
(For Absolute Beginners ) : https://goo.gl/Hak26N
5) JSON Tutorial for Beginner : https://goo.gl/ryPu35
6) Git and GitHub Training In Hindi : https://goo.gl/HpToSd
7) Java Tutorial For Beginners
(Step by Step tutorial) : https://goo.gl/QxJ68x
8) PHP Tutorial for Beginners (For Absolute Beginners) : https://goo.gl/S3urkU
9) OOPS Tutorial for Beginners in PHP : https://goo.gl/k2kJDM
10) Bootstrap Tutorial for Beginners : https://goo.gl/NGFDse
11) Magic Methods in PHP Tutorial : https://goo.gl/BdYLfJ
12) Build a PHP MVC Application : https://goo.gl/yqDCkb
13) Whats new in PHP 7 | (Introduction) : https://goo.gl/rTTKkr
14) CRUD with PHP and MySQLi Tutorial : https://goo.gl/yyjWD7
15) Technology Tips and Tricks : https://goo.gl/MpR952
16) MongoDB Tutorial for Beginners (Hindi) : https://goo.gl/NZXD1u
Any questions or suggestions you may have, let me know in the comments below and I will try to reply as soon as I can.
You can connect with us in social Media :-
Youtube : https://www.youtube.com/tutorialspoint2016
Twitter: https://twitter.com/tutorialspoint2
facebook : https://www.facebook.com/tutorialspoint2016
Instragram : https://www.instagram.com/tutorialspoint2016
Google plus : https://plus.google.com/+TutorialsPoint2016
Blogger : http://tutorialspoint2016.blogspot.in/
Don't forget to hit the Subscribe & Like button!
Comments
Post a Comment