Last updated
Kurskode
mongodbdev
Varighet
14 timer (vanligvis 2 dag inkludert pauser)
Krav
Knowledge of a programming language (Java, PHP, C# or any other supported by MongoDB)
Oversikt
This course covers everything a database developer needs to know to successfully develop applications using MongoDB.
Kursplan
Manipulating Documents
- Query
- Insert
- Update
- Remove
- Upsert
- Removing databases, fields and others
Document Structure
- Datatypes
- References
- ID
- Keys
- Embedded sub-documents
- Tree structures
- Tailable Cursor
- Two Phase Commits
- Auto-incrementing Sequence field
Aggregation
- Distinct
- Aggregation Pipelines
- Map-reduce
Indexes
- Default _id
- Single Field
- Compound Index
- Multikey Index
- Geospatial Index
- Hashed Index
- Unique
- Sparse