All Projects → aurasphere → Mongodb University Classes

aurasphere / Mongodb University Classes

Licence: mit
Courseware and solutions of problems from MongoDB University's classes that I've attended.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Mongodb University Classes

Rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 258 (+69.74%)
Mutual labels:  batch, mongodb
Mall Api
🚀node+mongodb 接口
Stars: ✭ 149 (-1.97%)
Mutual labels:  mongodb
Lapidus
Stream your PostgreSQL, MySQL or MongoDB databases anywhere, fast.
Stars: ✭ 145 (-4.61%)
Mutual labels:  mongodb
Efcore.bulkextensions
Entity Framework Core Bulk Batch Extensions for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, SQLite
Stars: ✭ 2,295 (+1409.87%)
Mutual labels:  batch
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+7523.68%)
Mutual labels:  mongodb
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (-2.63%)
Mutual labels:  mongodb
Bodywork Core
Deploy machine learning projects developed in Python, to Kubernetes. Accelerated MLOps 🚀
Stars: ✭ 145 (-4.61%)
Mutual labels:  batch
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (+0%)
Mutual labels:  mongodb
Nextjs Express Mongoose Crudify Boilerplate
Next.js (React) + Redux + Express REST API + MongoDB + Mongoose-Crudify boilerplate
Stars: ✭ 148 (-2.63%)
Mutual labels:  mongodb
Forge
🏹 Free and open source developer tool.
Stars: ✭ 147 (-3.29%)
Mutual labels:  mongodb
Supersafebank
Sample Event Sourcing implementation with .NET Core
Stars: ✭ 142 (-6.58%)
Mutual labels:  mongodb
Node Mongo Seeds
A tool to quickly populate your mongo db from a set of .json files
Stars: ✭ 145 (-4.61%)
Mutual labels:  mongodb
Node Easy Notes App
A simple Note-Taking app built using Node.js, Express and Mongoose
Stars: ✭ 148 (-2.63%)
Mutual labels:  mongodb
Mongojs
Node.js module that implements the offical mongo api
Stars: ✭ 1,782 (+1072.37%)
Mutual labels:  mongodb
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (-3.95%)
Mutual labels:  mongodb
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (-4.61%)
Mutual labels:  mongodb
Mongo Hacker
MongoDB Shell Enhancements for Hackers
Stars: ✭ 1,786 (+1075%)
Mutual labels:  mongodb
Vue Shopping
vue电商 基于Vue2.5+Koa2+Mongodb+Vant的移动电商webapp
Stars: ✭ 148 (-2.63%)
Mutual labels:  mongodb
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (+0%)
Mutual labels:  mongodb
Mean Blog
Blog using Nodejs, Expressjs, Angularjs and Mongodb. MEAN Javascript Fullstack application
Stars: ✭ 151 (-0.66%)
Mutual labels:  mongodb

Donate

MongoDB University

Overview

Courseware and solutions of problems from MongoDB University's classes that I've attended.

Structure

This repository is organized into different folders. Each folder represents a class that I've attended at MongoDB University. Each class directory will contain a directory for each week of duration (each one with a different topic) plus one with the final exam and its solution. In each week folder you will find the following:

  • A zip file with the week's handouts and other courseware material.
  • A folder for each homework of the week. This folder will contain a README file with the problem statement and, if the solution requires the use of the Mongo shell, a Javascript file with the query used (you can test it by passing the Javascript file as an argument when opening the Mongo shell) or a Shell/Batch script.
  • You may also find a Batch and a Shell script called setup_db which will import the databases/collections used for the weekly exercises. In order to work, these scripts assumes that you already have a MongoDB instance running on localhost, that you have the MongoDB bin folder on system path and that the handouts zip have been unzipped on the same folder of the script.

Contributions

Feel free to open an issue if you have any questions or other stuff related to this project that you want to share. Please DO NOT open an issue to ask for a question update. The solutions in this repository exist only for historical purposes so I won't update them even if the University courses change.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].