- M101P: MongoDB for Developers · Week 6: Application Engineering watched videos and submitted homework
- Geneva MongoDB User Group Meetup at HEPIA; attended the conferences:
- MongoDB Aggregation Framework by Alain Helaili (@AlainHelaili)
- Fuzzy Search in MongoDB by John Page (@johnlpage); see github.com/johnlpage/FuzzGo
- M101P: MongoDB for Developers · Week 5: Aggregation Framework watched videos and submitted homework
- M101P: MongoDB for Developers · Week 4: Performance watched videos and submitted homework
- M101P: MongoDB for Developers · Week 3: Schema Design watched videos and submitted homework
### 20.02.2014
### 18.02.2014
- M101P: MongoDB for Developers · Week 2: CRUD watched videos and submitted homework
- M101P: MongoDB for Developers · Week 1: Introduction: watched videos and submitted homework
- Webinar: Getting Started with MongoDB · Back to Basics
- Downloaded and installed MongoDB 2.4.9 up & running in a few inutes: download, unpack, create a folder for the data and start the MongoDB server:
cd mongo; mkdir -p data/db; bin/mongod --dbpath data/db/