Database - Mongodb: Presented by
Database - Mongodb: Presented by
Presented by:
Varude Akshata Vivek-18141102
Kamble Shweta Shashikant-18141114
Introduction
1)Here we try to create a simple registration form for cake shope for booking a
cake by using Mongodb database .
2)Mongodb is one of the best tools for serious web developers.
3)MongoDb is a cross-Plattform document oriented NoSQL database.
4)We use local database rather than cloud database.
5)For this Install setup of Mongodb.
6)Code Language – Express js n node js.
7)For this install node js.
2
Camparison Between MongoDb
and Sql:
MongoDB is an open-source MySQL is a popular open-source
database developed by relational database management
MongoDB, Inc. MongoDB stores system (RDBMS) that is
data in JSON-like documents developed, distributed and
that can vary in structure. It is a supported by Oracle Corporation
popular
In NoSQL
MongoDB, database
each individual In MySQL, each individual
records are stored as records are stored as ‘rows’ in a
‘documents’. table.
Documents belonging to a A ‘table’ is used to store rows
particular class or group as (records) of similar type.
stored in a ‘collection’.
Example: collection of users.
MongoDB was designed with MySQL concept does not allow
high availability and scalability efficient replication and sharding
in mind, and includes out-of- but in MySQL one can access 3
Conclusion :
So,here we conclude that The simple registration
page project is done by using MongoDb database
by using javascript coding for database connectivity.
4
THANK YOU.