filmov
tv
Laravel MongoDB Tutorial #1 | Overview of MongoDB | Install MongoDB on Windows | Setup MongoDB

Показать описание
Welcome to Laravel MongoDB Tutorial in which we are going to create simple Project with Laravel & MongoDB.
MongoDB is an open source NoSQL database management program. NoSQL (Not only SQL) is used as an alternative to traditional relational databases.
Overview of NoSQL Databases:
NoSQL Databases are quite useful for working with large sets of distributed data. MongoDB is a tool that can manage document-oriented information, store or retrieve information.
Overview of MongoDB:
MongoDB is used for high-volume data storage, helping organizations store large amounts of data while still performing rapidly. Organizations also use MongoDB for its ad-hoc queries, indexing, load balancing, aggregation, server-side JavaScript execution and other features.
Difference between SQL & NOSQL Databases:
Structured Query Language (SQL) is a standardized programming language that is used to manage relational databases. SQL normalizes data as schemas and tables, and every table has a fixed structure.
Instead of using tables and rows as in relational databases, as a NoSQL database, the MongoDB architecture is made up of collections and documents. Documents are made up of Key-value pairs -- MongoDB's basic unit of data. Collections, the equivalent of SQL tables, contain document sets.
MongoDB offers support for many programming languages, such as C, C++, C#, Go, Java, Python, Ruby and Swift.
How does MongoDB work?
MongoDB environments provide users with a server to create databases with MongoDB. MongoDB stores data as records that are made up of collections and documents.
MongoDB for Laravel:
And most importantly, MongoDB is a great choice for Laravel projects. As we get started with Laravel development using MongoDB, we'll work through an example of how to build a application.
Pre Requirements:
Install Xampp or Wamp Server for Apache Server to run PHP & Laravel Projects with MongoDB
Steps to Install MongoDB on Windows:
1) Install MongoDB Community Server
2) Install MongoDB PHP Driver / Extension
1) Install MongoDB Community Server
Install MongoDB Community Server from below link for Windows:
(Check MongoDB Compass to install it)
2) Install MongoDB PHP Driver / Extension
Install MongoDB PHP Driver / Extension from below link as per your Windows OS Version:
Popular Stack Developers Series that can help you:-
►Join this channel to get the complete source code of all series:
Follow Stack Developers on Social Media to get updates and resolve your queries
#mongodb #mongodbtutorial #mongodbtutorialforbeginners
Комментарии