RESTAURANT DATA ANALYSIS -MONGODB
The data has been gathered from ZOMATO,a popular indian food delivery and restaurant aggregator. The details of individual restaurants are obtained through he api and stored in MONGODB.
MongoDB is a document-oriented NoSQL database used for high volume data storage. Instead of using tables and rows as in the traditional relational databases, MongoDB makes use of collections and documents. Documents consist of key-value pairs which are the basic unit of data in MongoDB. Collections contain sets of documents and function which is the equivalent of relational database tables.
Mongodb’s cloud database platform ATLAS to store the details of various restaurants. Each restaurant is a separate document in the database.
The link to the webpage is below:
https://rpubs.com/leander/RESTAURANT-DATA (SAFARI,CHROME,EDGE)