Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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