|
| 1 | +- name: What is a skill on MongoDB? |
| 2 | + messages: |
| 3 | + - role: user |
| 4 | + content: What is a skill on MongoDB? |
| 5 | + reference: MongoDB skills represent the knowledge and ability to work with MongoDB. |
| 6 | + This includes topics like data modeling, aggregation, performance, and more. |
| 7 | + MongoDB Skill Badges are free, focused credentials designed to help you quickly |
| 8 | + learn and validate specific MongoDB skills. Each skill badge takes roughly 60-90 |
| 9 | + minutes to earn, including videos and hands-on labs followed by a short assessment |
| 10 | + to verify your mastery. |
| 11 | + expectedLinks: |
| 12 | + - https://learn.mongodb.com/skills |
| 13 | +- name: What skills badges are available for me to earn? |
| 14 | + messages: |
| 15 | + - role: user |
| 16 | + content: What skills badges are available for me to earn? |
| 17 | + reference: MongoDB offers a range of Skill Badges that you can explore on our |
| 18 | + skills page. Currently this includes several badges on data modeling topics and |
| 19 | + we're working to add more over time. We recommend starting with the "Relational |
| 20 | + to Document Model" skill. From there you can explore other topics like "Schema |
| 21 | + Design Patterns and Antipatterns", "Advanced Schema Patterns and Antipatterns", |
| 22 | + and "Schema Design Optimization". |
| 23 | + expectedLinks: |
| 24 | + - https://learn.mongodb.com/skills |
| 25 | +- name: What skill badge is available to earn on the document model? |
| 26 | + messages: |
| 27 | + - role: user |
| 28 | + content: What skill badge is available to earn on the document model? |
| 29 | + reference: The "Relational to Document Model" skill teaches you about the document model. |
| 30 | + It covers how to model your workload, how to design data relationships, and how to |
| 31 | + validate your schemas. Further, you will learn about the MongoDB methodology for |
| 32 | + converting from a relational model to a document model. |
| 33 | + expectedLinks: |
| 34 | + - https://learn.mongodb.com/skills |
| 35 | + - https://learn.mongodb.com/courses/relational-to-document-model |
| 36 | +- name: What skill badge is available to earn on schema patterns? |
| 37 | + messages: |
| 38 | + - role: user |
| 39 | + content: What skill badge is available to earn on schema patterns? |
| 40 | + reference: The "MongoDB Schema Design Patterns and Antipatterns" skill teaches |
| 41 | + you how to structure data in the document model. It covers the three |
| 42 | + most common schema design patterns, specifically the inheritance pattern, |
| 43 | + the computed pattern, and the extended reference pattern. You will learn when |
| 44 | + and how you should apply these patterns in your data model. |
| 45 | + expectedLinks: |
| 46 | + - https://learn.mongodb.com/skills |
| 47 | + - https://www.mongodb.com/docs/manual/data-modeling/design-patterns/ |
| 48 | + - https://learn.mongodb.com/courses/schema-design-patterns-and-antipatterns |
| 49 | + - https://learn.mongodb.com/courses/advanced-schema-patterns-and-antipatterns |
| 50 | + - https://learn.mongodb.com/courses/schema-design-optimization |
| 51 | +- name: What skill badge do you have on the schema antipatterns? |
| 52 | + messages: |
| 53 | + - role: user |
| 54 | + content: What skill badge do you have on the schema antipatterns? |
| 55 | + reference: >- |
| 56 | + The "MongoDB Schema Design Patterns and Antipatterns" skill teaches you |
| 57 | + about patterns to avoid when modeling your data for the document model. |
| 58 | + You will learn how to identify and avoid antipatterns such as unbounded |
| 59 | + arrays and bloated documents in your schema design. |
| 60 | +
|
| 61 | + The "MongoDB Advanced Schema Design Patterns and Antipatterns" skill teaches |
| 62 | + you about more complex antipatterns such as massive number of collections, |
| 63 | + unnecessary indexes, data normalization, and case sensitivity. This category of |
| 64 | + antipattern is classified as "advanced" because you must do more than analyze |
| 65 | + your schema to identify their performance impacts. |
| 66 | + expectedLinks: |
| 67 | + - https://learn.mongodb.com/skills |
| 68 | +- name: What skill badges are availabe to earn on advanced schema patterns? |
| 69 | + messages: |
| 70 | + - role: user |
| 71 | + content: What skill badges are availabe to earn on advanced schema patterns? |
| 72 | + reference: The skill, "MongoDB Advanced Schema Design Patterns and |
| 73 | + Antipatterns", teaches you about advanced schema design patterns including |
| 74 | + the approximation pattern and the schema versioning pattern. You will learn |
| 75 | + how to identify when they are suitable and how you should apply them to your |
| 76 | + data model. |
| 77 | + expectedLinks: |
| 78 | + - https://learn.mongodb.com/skills |
| 79 | + - https://learn.mongodb.com/courses/advanced-schema-patterns-and-antipatterns |
| 80 | +- name: What skill badge do you have on updating your schema? |
| 81 | + messages: |
| 82 | + - role: user |
| 83 | + content: What skill badge do you have on updating your schema? |
| 84 | + reference: The skill, "MongoDB Advanced Schema Design Patterns and |
| 85 | + Antipatterns", teaches you about your schema lifecycle including the |
| 86 | + recommendations on how to update the schema as well as how you can migrate |
| 87 | + your application to the new schema without downtime. It also covers how to |
| 88 | + use schema versioning to manage evolving your data model to new business |
| 89 | + requirements which add new fields. |
| 90 | + expectedLinks: |
| 91 | + - https://learn.mongodb.com/skills |
| 92 | + - https://www.mongodb.com/docs/manual/data-modeling/design-patterns/data-versioning/schema-versioning/ |
| 93 | + - https://learn.mongodb.com/courses/advanced-schema-patterns-and-antipatterns |
| 94 | +- name: What skill badge do you have on migrating your schema? |
| 95 | + messages: |
| 96 | + - role: user |
| 97 | + content: What skill badge do you have on migrating your schema? |
| 98 | + reference: The skill, "MongoDB Advanced Schema Design Patterns and |
| 99 | + Antipatterns", teaches you about your schema lifecycle including the |
| 100 | + recommendations on how to update the schema as well as how you can migrate |
| 101 | + your application to the new schema without downtime. It also covers how to |
| 102 | + use schema versioning to manage evolving your data model to new business |
| 103 | + requirements which add new fields. |
| 104 | + expectedLinks: |
| 105 | + - https://learn.mongodb.com/skills |
| 106 | + - https://www.mongodb.com/docs/manual/data-modeling/design-patterns/data-versioning/schema-versioning/ |
| 107 | + - https://learn.mongodb.com/courses/advanced-schema-patterns-and-antipatterns |
| 108 | +- name: What skill badge do you have to optimize an existing schema? |
| 109 | + messages: |
| 110 | + - role: user |
| 111 | + content: What skill badge do you have to optimize an existing schema? |
| 112 | + reference: The skill, "MongoDB Schema Design Optimization", teaches you how to |
| 113 | + optimize your existing schema. You will learn how to implement schema |
| 114 | + patterns (if you are not already doing so!) focused on performance |
| 115 | + optimization such as the single collection pattern, the subset pattern, the |
| 116 | + bucket pattern, and the outlier pattern. It will also teach how you can |
| 117 | + design your data model for performance in a sharded cluster and more broadly |
| 118 | + as a means to scale out your schema. |
| 119 | + expectedLinks: |
| 120 | + - https://learn.mongodb.com/skills |
| 121 | + - https://www.mongodb.com/docs/manual/data-modeling/design-patterns/ |
| 122 | + - https://learn.mongodb.com/courses/schema-design-optimization |
| 123 | +- name: What skill badge do you have on schema validation? |
| 124 | + messages: |
| 125 | + - role: user |
| 126 | + content: What skill badge do you have on schema validation? |
| 127 | + reference: The skill, "From Relational Model (SQL) to MongoDB's Document Model", |
| 128 | + teaches you about the schema validation. It covers how to model your |
| 129 | + workload, how to design data relationships, and how to validate your |
| 130 | + schemas. You will learn about the MongoDB metholodgy for converting from a |
| 131 | + relational model to a document model. You will also learn how to use |
| 132 | + MongoDB's schema validation feature to enforce predefined rules for |
| 133 | + documents in an application |
| 134 | + expectedLinks: |
| 135 | + - https://learn.mongodb.com/skills |
| 136 | + - https://www.mongodb.com/docs/manual/core/schema-validation/ |
| 137 | + - https://learn.mongodb.com/courses/relational-to-document-model |
| 138 | +- name: Does MongoDB offer any digital badges? |
| 139 | + messages: |
| 140 | + - role: user |
| 141 | + content: Does MongoDB offer any digital badges? |
| 142 | + reference: MongoDB offers a catalog of skill credentials. Upon completion of a given |
| 143 | + skill's learning material you can take an assessment to be awarded a digital badge. |
| 144 | + This badge allows you to demonstrate your knowledge and skills in MongoDB across |
| 145 | + various social channels. These badges are free to earn and share. |
| 146 | + expectedLinks: |
| 147 | + - https://learn.mongodb.com/skills |
| 148 | +- name: What is the cost of earning a digital badge with MongoDB? |
| 149 | + messages: |
| 150 | + - role: user |
| 151 | + content: What is the cost of earning a digital badge with MongoDB? |
| 152 | + reference: Badges are free but you must earn them by taking an assessment. In |
| 153 | + order to accept the badge you must create a credly.com account which is also free. |
| 154 | + Credly is an independent organization and provides the service MongoDB uses to deliver |
| 155 | + digital badges. |
| 156 | + expectedLinks: |
| 157 | + - https://learn.mongodb.com/skills |
| 158 | + - https://www.credly.com/users/sign_up |
| 159 | +- name: What is the easiest way to learn MongoDB? |
| 160 | + messages: |
| 161 | + - role: user |
| 162 | + content: What is the easiest way to learn MongoDB? |
| 163 | + reference: > |
| 164 | + The easiest way to learn MongoDB is to take one of our database skills |
| 165 | + offerings. These are short courses focused on a single topic that last no |
| 166 | + more than 90 minutes from start to finish and award you a digital badge |
| 167 | + upon completion of an assessment. If you are new to MongoDB we recommend |
| 168 | + starting with the "Relational to Document Model" skill. You can see the full |
| 169 | + list of skills at https://learn.mongodb.com/skills. |
| 170 | + |
| 171 | + If you prefer a complete, in-depth course format, we recommend taking our |
| 172 | + 12 hour course "Introduction to MongoDB" which you can find at |
| 173 | + https://learn.mongodb.com/learning-paths/introduction-to-mongodb. It gives |
| 174 | + a broad and rounded introduction. The difference in learning between a skill |
| 175 | + and a course is the time commitment, courses are longer whilst skills are |
| 176 | + designed to be finished end to end in 90 minutes or less. |
| 177 | + expectedLinks: |
| 178 | + - https://learn.mongodb.com/skills |
| 179 | + - https://learn.mongodb.com/learning-paths/introduction-to-mongodb |
| 180 | +- name: What is the difference between a skill and a course on learn.mongodb.com? |
| 181 | + messages: |
| 182 | + - role: user |
| 183 | + content: What is the difference between a skill and a course on learn.mongodb.com? |
| 184 | + reference: >- |
| 185 | + The primary difference between a skill and a course is the time commitment. |
| 186 | + Courses are longer and more hands-on whilst skills are designed to be finished end |
| 187 | + to end in 90 minutes or less. |
| 188 | +
|
| 189 | + Each skill provides a digital badge on completion, courses do not. The breadth and |
| 190 | + depth of content in a skill is typically shallower than a course covering the same |
| 191 | + topics. |
| 192 | + expectedLinks: |
| 193 | + - https://learn.mongodb.com |
| 194 | + - https://learn.mongodb.com/skills |
0 commit comments