Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suganyarajes/mongodb-day36
MongoDB is a scalable, high-performance, open-source NoSQL database designed for flexibility and ease of use, enabling efficient storage and retrieval of large volumes of unstructured data.
https://github.com/suganyarajes/mongodb-day36
database dbdiagram mongodb nosql query task
Last synced: about 9 hours ago
JSON representation
MongoDB is a scalable, high-performance, open-source NoSQL database designed for flexibility and ease of use, enabling efficient storage and retrieval of large volumes of unstructured data.
- Host: GitHub
- URL: https://github.com/suganyarajes/mongodb-day36
- Owner: suganyarajes
- Created: 2024-06-05T16:28:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T18:39:12.000Z (5 months ago)
- Last Synced: 2024-06-05T20:43:39.841Z (5 months ago)
- Topics: database, dbdiagram, mongodb, nosql, query, task
- Homepage: https://github.com/suganyarajes/MongoDb-Day36.git
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#MongoDb Zen Class Design
#Zen Class Program MongoDB Design
This repository contains the MongoDB database design and queries for the Zen Class Program, including collections for users, codekata, attendance, topics, tasks, company drives, and mentors.Collections:
1.Users: Stores user details including personal information, role, and batch information.
2.Codekata: Contains coding challenges with details such as difficulty level, description, and test cases.
3.Attendance: Tracks student attendance and task submission status for each session.
4.Topics: Lists the topics covered in sessions with scheduled dates and details.
5.Tasks: Contains information about tasks assigned to users.
6.Company Drives: Stores details about placement drives conducted by companies.
7.Mentors: Contains information about mentors and their mentee counts.
8.Submissions: Tracks the submissions of tasks and codekata by users, including details like marks, type, and submission timestamps.git clone: https://github.com/suganyarajes/MongoDb-Day36.git