110 likes | 457 Views
what you need to know to get started. MongoDB Essentials. Choosing Installing Getting up and running Console Application integration. What you will learn. When you have lots of writes When you want to scale up/out When you find you are fighting rather than leveraging schema.
E N D
what you need to know to get started MongoDB Essentials
Choosing • Installing • Getting up and running • Console • Application integration What you will learn
When you have lots of writes • When you want to scale up/out • When you find you are fighting rather than leveraging schema. “It's not my fault the chapters are short, MongoDB is just easy to learn.” – Carl Seguin, The Little MongoDB Book Choosing Mongo
No Schema • No (enforced) relationships • Yes, it is: • Durable • Atomic (record scope) • Isolated • Consistent Key concerns
Download from mongodb.org/downloads • Unzip the package. • Run mongod • (yup, that’s it!) Installing
Run mongo Getting Up and Running
A collection • A document • Sub document • An index Demo One - console
Look Mom, no ORM! Demo Two – Application
http://openmymind.net/mongodb.pdf • http://mongodb.org/ • http://10gen.com/ • http://plusnconsulting.com/ • nuri@plusnconsulting.com • (818) 446.NUHA References