Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topheman/m102-notes
My general notes taken on the fly while watching the M102 for DBA courses
https://github.com/topheman/m102-notes
Last synced: about 2 months ago
JSON representation
My general notes taken on the fly while watching the M102 for DBA courses
- Host: GitHub
- URL: https://github.com/topheman/m102-notes
- Owner: topheman
- Created: 2015-06-18T18:11:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T17:20:28.000Z (over 9 years ago)
- Last Synced: 2024-04-08T00:39:39.521Z (9 months ago)
- Language: Shell
- Homepage: http://dev.topheman.com/m102-mongodb-for-dbas-completed
- Size: 1.89 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Note: No answers to any homeworks or final exam included.*
M102 - General notes
====================About a year and a half ago, [I attended the M101JS : MongoDB for NodeJS Developers](http://dev.topheman.com/mongodb-for-node-js-developers-certificate/). Since then, MongoDB university launches courses about every four three months.
I decided to attend to the [M102: MongoDB for DBAs](https://university.mongodb.com/courses/M102/about) and successfully completed.
**I'm not a DBA**. I don't pretend to be or become one, but since I was in web development, I've been working with databases. Here are the reasons why I attended this course :
* I've already passed the M101 for developers. Whatever, it's a good way to refresh my mind about all those concepts
* It's more focused on scalability, performance, from an administrator's point of view : always good to know (even in pure development, can be reusable)This repo contains my general notes, taken on the fly while watching the video courses. I may need them as a reminder for later and it *might* help someone else ...
#Summary
* [Week 1 - Concepts](https://github.com/topheman/m102-notes/blob/master/week1.md)
* [Week 2 - CRUD](https://github.com/topheman/m102-notes/blob/master/week2.md)
* [Week 3 - Storage Engine](https://github.com/topheman/m102-notes/blob/master/week3.md)
* [Week 4 - Replication - part 1](https://github.com/topheman/m102-notes/blob/master/week4.md)
* [Week 5 - Replication - part 2](https://github.com/topheman/m102-notes/blob/master/week5.md)
* [Week 6 - Scalability](https://github.com/topheman/m102-notes/blob/master/week6.md)
* [Week 7 - Backup and Recovery](https://github.com/topheman/m102-notes/blob/master/week7.md)#Contributing
You're welcome to contribute to this repo, by submitting a pull-request or sharing your fork for cherry-picking.
##Contributors
* Christophe Rosset [@topheman](https://github.com/topheman) (maintainer)
* [@waja](https://github.com/waja)