- What is MongoDB? Pros and Cons
- What is NoSQL Database?
- Difference between JSON and BSON
- What is Horizontal Scalability in MongoDB?
- MongoDB Installation in Windows OS
- MongoDB Shell
- Creation, Display, and Deletion of DataBases, Collections, and Documents
- CRUD Operations MongoDB Shell
- MongoDB Service start and stop in windows
- MongoDB Compass
- Indexes in MongoDB
- Aggregation framework in MongoDB
- Aggregation function with examples part 01 ($group, $sum, $avg, $min, $max, $count, $first, $last, $push, $addToSet, $unwind, $sort, $project, $switch, $toUpper, $toLower)
- Aggregation function with examples part 02 ($merge, $cond, $type, $literal, $match, $limit, $skip, $facet, $bucket, $redact, $lookup)
- Mathematical Aggregation Functions ($mod, $abs, $round, $exp, $log, $log10, $pow, $sqrt, $trunc, $sin, $cos, $tan, $degreesToRadians, $radiansToDegrees, $round, $ceil, $floor)
- Array related aggregation functions ($arrayElemAt, $concatArrays, $filter, $isArray, $size, $slice, $map, $reduce, $zip, $in, $arrayToObject, $objectToArray, $first, $last, $reverseArray, $range, $indexOfArray, $push, $addToSet, $setUnion, $setIntersection, $setDifference, $setEquals, $sortArray)
- String related aggregation functions ($concat, $substr, $toUpper, $toLower, $strcasecmp, $indexOfBytes, $indexOfCP, $split, $regexFind, $regexFindAll, $regexMatch, $trim, $ltrim, $rtrim, $replaceOne, $replaceAll, $strLenBytes, $strLenCP, $regexReplace)
- Date and Time related aggregation functions ($year, $month, $dayOfMonth, $hour, $minute, $second, $dayOfWeek, $dateToString, $dateSubtract, $dateAdd, $isoWeek, $isoDayOfWeek, $dateTrunc, $dateFromString, $dateToParts, $dateFromParts, $dateDiff, $week)
- Type Conversion Related Aggregation Functions ($convert, $toString, $toInt, $toBool, $toDouble, $toDate, $toObjectId, $toDecimal, $toLong, $type, $isNumber)
- Embedding and Referencing approaches in mongo db
- Relationships in MongoDB
- One-to-One Relationship example
- One-to-Many Relationship Example
- Many-to-Many Relationship Example
- Polymorphic Relationships in MongoDB
- Cascading Deletes/Updates in MongoDB
- Operation log or oplog in MongoDB
- Change Streams in MongoDB
- Schema Validation In MongoDB
Welcome to my blog where you can learn about programming languages and other IT subjects. I also have a YouTube channel where I share coding tutorials and more. Follow me on @CodeWithGagan to enhance your programming skills and stay up-to-date with the latest technology trends.
MongoDB Tutorials
Subscribe to:
Posts (Atom)
Primitive Types in TypeScript
In TypeScript, primitive types are the most basic data types, and they are the building blocks for handling data. They correspond to simple ...
-
JavaScript is a popular high-level programming language that is primarily used to add interactivity to web pages. It is a scripting language...
-
Before learning JavaScript, there are some fundamental concepts and skills that you should be familiar with. Here are some prerequisites for...
-
The useEffect() hook is a built-in hook in React that allows functional components to perform side effects. Side effects are operations that...
No comments:
Post a Comment