Question: Create a NoSQL database; create as many collections as you need and enter as many documents you want to insert into the database. Ensure that

Create a NoSQL database; create as many collections as you need and enter as many documents you want to insert into the database. Ensure that you have enough collections and documents so that it looks like a NoSQL database for a medium-size application. Ensure that each team member created at least 2 collections and entered sufficient documents into the collections. (20% marks) 2. Write a Python application to read data from your NoSQL Database. Create your collections so that you can Read, Insert, Delete, Update data through Pymongo. Each student must create the above functions for at least one collection. You need to comment on your name in the file. Each function must be implemented, and I will ask for the demo at the time of evaluation. (25% marks) 3. Create an application interface that will display data and take user input to insert, delete, update data into your database; reuse the code you have written in questions 2 to read, insert, delete, update data into mongoDB. (25% marks) 4. Use MatPlotlib library to display different charts on top of the data you are receiving from MongoDB. (10% marks) 5. Documentation with project details and screenshots (20% marks).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!