1 / 9

MongoDB Essentials

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.

nolen
Download Presentation

MongoDB Essentials

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. what you need to know to get started MongoDB Essentials

  2. Choosing • Installing • Getting up and running • Console • Application integration What you will learn

  3. 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

  4. No Schema • No (enforced) relationships • Yes, it is: • Durable • Atomic (record scope) • Isolated • Consistent Key concerns

  5. Download from mongodb.org/downloads • Unzip the package. • Run mongod • (yup, that’s it!) Installing

  6. Run mongo Getting Up and Running

  7. A collection • A document • Sub document • An index Demo One - console

  8. Look Mom, no ORM! Demo Two – Application

  9. http://openmymind.net/mongodb.pdf • http://mongodb.org/ • http://10gen.com/ • http://plusnconsulting.com/ • nuri@plusnconsulting.com • (818) 446.NUHA References

More Related