17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Linkedin - Data Modeling In MongoDB
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
MongoDB is a leading noSQL database that stores data in documents or collections, which is very different from the relational or SQL databases that most data developers are familiar with. In this course, instructor John Cokos explores ways to use MongoDB at scale with complex data modeling techniques and cloud deployments. As a means of nstrating the complexities of modeling real-world data with MongoDB, John works through the process of setting up an application resembling a social media website, and shows you how to model frequently used, deeply nested, and shared data sources to support an enterprise-level application. John also presents a series of challenges and solutions, so you can test your learning along the way.
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01 - Introduction/01 - Introduction to data modeling.mp4
11.7 MB
~Get Your Files Here !/01 - Introduction/01 - Introduction to data modeling.srt
7.6 KB
~Get Your Files Here !/01 - Introduction/02 - Prerequisites.mp4
6.7 MB
~Get Your Files Here !/01 - Introduction/02 - Prerequisites.srt
7.8 KB
~Get Your Files Here !/01 - Introduction/03 - The problem domain Social media project.mp4
5.5 MB
~Get Your Files Here !/01 - Introduction/03 - The problem domain Social media project.srt
5.3 KB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/01 - Mongo ERD vs. SQL.mp4
12.2 MB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/01 - Mongo ERD vs. SQL.srt
13.3 KB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/02 - Application-driven architecture.mp4
20.3 MB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/02 - Application-driven architecture.srt
21.8 KB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/03 - Query-first modeling.mp4
11 MB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/03 - Query-first modeling.srt
12.4 KB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/04 - Challenge Create the golden model object for an online retailer.mp4
3.9 MB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/04 - Challenge Create the golden model object for an online retailer.srt
3.9 KB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/05 - Solution.mp4
4.9 MB
~Get Your Files Here !/02 - 1. MongoDB Modeling Basics/05 - Solution.srt
3.2 KB
~Get Your Files Here !/03 - 2. Complex Modeling/01 - Embedded documents as subdocuments.mp4
8 MB
~Get Your Files Here !/03 - 2. Complex Modeling/01 - Embedded documents as subdocuments.srt
7.3 KB
~Get Your Files Here !/03 - 2. Complex Modeling/02 - Summary and partial documents.mp4
12.2 MB
~Get Your Files Here !/03 - 2. Complex Modeling/02 - Summary and partial documents.srt
11.4 KB
~Get Your Files Here !/03 - 2. Complex Modeling/03 - One-to-one relationships.mp4
14.5 MB
~Get Your Files Here !/03 - 2. Complex Modeling/03 - One-to-one relationships.srt
13.1 KB
~Get Your Files Here !/03 - 2. Complex Modeling/04 - One-to-many relationships with embedded documents.mp4
16.6 MB
~Get Your Files Here !/03 - 2. Complex Modeling/04 - One-to-many relationships with embedded documents.srt
14.3 KB
~Get Your Files Here !/03 - 2. Complex Modeling/05 - One-to-many relationships with back references.mp4
9.1 MB
~Get Your Files Here !/03 - 2. Complex Modeling/05 - One-to-many relationships with back references.srt
7.2 KB
~Get Your Files Here !/03 - 2. Complex Modeling/06 - Many-to-many relationships.mp4
11.5 MB
~Get Your Files Here !/03 - 2. Complex Modeling/06 - Many-to-many relationships.srt
9.3 KB
~Get Your Files Here !/03 - 2. Complex Modeling/07 - Challenge Create the proper relationships and summary documents for an online store.mp4
4.2 MB
~Get Your Files Here !/03 - 2. Complex Modeling/07 - Challenge Create the proper relationships and summary documents for an online store.srt
2.8 KB
~Get Your Files Here !/03 - 2. Complex Modeling/08 - Solution.mp4
12.6 MB
~Get Your Files Here !/03 - 2. Complex Modeling/08 - Solution.srt
11.2 KB
~Get Your Files Here !/04 - 3. Implementation Tools/01 - Schema versioning.mp4
11.2 MB
~Get Your Files Here !/04 - 3. Implementation Tools/01 - Schema versioning.srt
10.4 KB
~Get Your Files Here !/04 - 3. Implementation Tools/02 - JSON Schema.mp4
13.6 MB
~Get Your Files Here !/04 - 3. Implementation Tools/02 - JSON Schema.srt
14.1 KB
~Get Your Files Here !/04 - 3. Implementation Tools/03 - Modeling tools.mp4
31.7 MB
~Get Your Files Here !/04 - 3. Implementation Tools/03 - Modeling tools.srt
23.1 KB
~Get Your Files Here !/04 - 3. Implementation Tools/04 - ORMs.mp4
38.9 MB
~Get Your Files Here !/04 - 3. Implementation Tools/04 - ORMs.srt
24.5 KB
~Get Your Files Here !/04 - 3. Implementation Tools/05 - Challenge Create a schema in a visual tool and in Mongoose.mp4
2.7 MB
~Get Your Files Here !/04 - 3. Implementation Tools/05 - Challenge Create a schema in a visual tool and in Mongoose.srt
2.5 KB
~Get Your Files Here !/04 - 3. Implementation Tools/06 - Solution.mp4
9.5 MB
~Get Your Files Here !/04 - 3. Implementation Tools/06 - Solution.srt
6.6 KB
~Get Your Files Here !/05 - 4. Best Practices/01 - Embedding vs. references.mp4
15.8 MB
~Get Your Files Here !/05 - 4. Best Practices/01 - Embedding vs. references.srt
15.6 KB
~Get Your Files Here !/05 - 4. Best Practices/02 - Optimization Antipatterns.mp4
16.4 MB
~Get Your Files Here !/05 - 4. Best Practices/02 - Optimization Antipatterns.srt
16.9 KB
~Get Your Files Here !/05 - 4. Best Practices/03 - Optimization Best practices.mp4
9 MB
~Get Your Files Here !/05 - 4. Best Practices/03 - Optimization Best practices.srt