https://github.com/aboyce/mongodb
Notes and helper snippets whilst learning MongoDB (Developer and Administrator Certification).
https://github.com/aboyce/mongodb
certifications database mongo mongodb
Last synced: about 2 months ago
JSON representation
Notes and helper snippets whilst learning MongoDB (Developer and Administrator Certification).
- Host: GitHub
- URL: https://github.com/aboyce/mongodb
- Owner: aboyce
- Created: 2021-11-06T14:10:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T08:49:11.000Z (about 4 years ago)
- Last Synced: 2024-12-29T16:44:31.270Z (over 1 year ago)
- Topics: certifications, database, mongo, mongodb
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MongoDB
### Concepts
#### [NoSQL](/concepts/NoSQL.md)
#### [Architecture](/concepts/Architecture.md)
#### [Sharding](/concepts/Sharding.md)
#### [Replication](/concepts/Replication.md)
#### [Data Modelling](/concepts/DataModelling.md)
### Specifics
#### [CRUD](/specifics/CRUD.md)
#### [Querying](/specifics/Querying.md)
#### [Indexes](/specifics/Indexes.md)
#### [Aggregation Framework](/specifics/Aggregation%20Framework.md)
#### [Aggregation Framework Performance](/specifics/Aggregation%20Framework%20Performance.md)
#### [Views](/specifics/Views.md)
#### [Shell](/specifics/Shell.md)
#### [Logging](/specifics/Logging.md)
#### [Profiling](/specifics/Profiling.md)
#### [Monitoring and Debugging](/specifics/Monitoring%20and%20Debugging.md)
#### [Security](/specifics/Security.md)