Mongodb Project
Mongodb Project
SUPERMARKET DATABASE
NIIT ABUJA
JOSEPH IGBETAR
MMS-SE
MongoDB is a NoSQL database used to store large
quantities of complex and diverse data such as
product catalogs, logs and analytics.
FOR THE
DATBASE? High Performance: Optimized for read and write
operations.
AND SCOPE
OF
DATABASE
STRUCTURE Employees: Records
staff details, roles,
Relationship among
entities: The entities of
employment history, and the database are
salary. expressed by an Entity
Relationship Diagram.
MongoDB: NoSQL database for integral
data storage.
TOOLS FOR
IMPLEMENTATION Visual Studio Code: Integrated
Development Environment (IDE) for
schema development.
Key features:
•Visualize and explore data.
•Build queries interactively.
•Perform CRUD (Create, Read, Update, Delete) operations easily.
BENEFITS OF MONGODB
COMPASS
• 1. User-Friendly Interface • 3. Interactive Query Builder
• Intuitive, graphical interface for • Build and execute queries visually
managing MongoDB. without needing to know complex
• Ideal for users unfamiliar with the query syntax.
MongoDB shell or those who prefer • Real-time feedback to test and refine
visual interaction. queries.
• 2. Simplified Database Management
• 4. Data Import and Export
• Easily create, view, and modify
databases, collections, and documents
• Import data from JSON or CSV files
without writing commands. into collections with just a few clicks.
• Perform CRUD (Create, Read, Update, • Export data into various formats for
Delete) operations through a point-and- sharing or analysis.
click interface. • 5. Ideal for All Skill Levels
MONGODB COMPASS
DATABASE