https://github.com/dgapitts/mongo_m101p_vagrant
https://github.com/dgapitts/mongo_m101p_vagrant
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/mongo_m101p_vagrant
- Owner: dgapitts
- Created: 2014-01-19T19:41:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-27T22:29:32.000Z (over 12 years ago)
- Last Synced: 2024-04-14T12:29:07.208Z (about 2 years ago)
- Language: Python
- Size: 86.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
------------
This repository started with my notes and vagrant build scripts and homework for the m101p ("mongo for python developers").
I have gone to use and extend this for homework and coursework for m102 ("mongo for DBAs") and m101js ("mongo for node.js developers)
Instructions
-------------
git clone git://github.com/dgapitts/mongo_m101p_vagrant.git
cd mongo_m101p_vagrant
vagrant up
ToDo
----
Investigate why the port forwarding doesn't currently work with bottle ("Fast and simple WSGI-framework for small web-applications"), which is WebApp webserver/middleware used in m101p.
Interestingly this port forwarding does work for the node webserver/middleware used in m101js.
Spoilers Alert!?
----------------
This repository contains my work, the scripts and json files used throughout these courses. Most of the homework answers are not in this repository (I have all my anwsers in private google docs), but in one or two cases there are some potential spoilers. However as most of the answers now appear to be readibly available on Stackoverflow/Blogs/YouTube there are many better indexed and better documented way to cheat on these exams.
This repository is an aid for myself, supporting my worknotes with the background scripts and json files i.e. if and when I want to work through the examples again.
This may be of interest for others doing this course... but of course you get out of these courses what you put in ;)