MongoDB Online Course Videos
The MongoDB guys are doing some free online course on MongoDB.
The MongoDB for DBAs is already online with the first two weeks.
If you want to download the videos and watch them online (like me on the tube) you can check you this project on github.
To get it running on Ubuntu make sure you have python 2.7 and a few other dependencies.
Published at DZone with permission of its author, Andrew Salvadore. (source)If you want to download the videos and watch them online (like me on the tube) you can check you this project on github.
To get it running on Ubuntu make sure you have python 2.7 and a few other dependencies.
Run
Run the following commands and you'll be downloading in secs.git clone git://github.com/nonsleepr/edu_10gen_dl.git vi config.py // change email and password in the config file. // Also set domain to 'education.10gen.com' sudo apt-get install python-bs4 sudo apt-get install python-mechanize python edu_10gen.pyThe config.py needs to have your 10gen username (email) and password.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)
Tags:





Comments
Michael Zaikin replied on Thu, 2013/03/07 - 3:46am
Hi!
I have Ubuntu 10.04 and it hasn't required libs for script execution. Is there any ability to download by click the whole content? Maybe I can watch it directly on Youtube?
Thanks!