+ All Categories
Home > Technology > MongoDB - IF2012

MongoDB - IF2012

Date post: 15-Jan-2015
Category:
Upload: radek-simko
View: 68 times
Download: 2 times
Share this document with a friend
Description:
Talk about MongoDB on InstallFest conference on Sillicon Hill 4.3.2012 http://installfest.cz/if12/
Popular Tags:
22
{ name: "MongoDB", tags: [ "agile", "scalable", "noSQL", "non-relational", "non-scheme" ], speaker: "Radek Šimko" }
Transcript
Page 1: MongoDB - IF2012

{ name: "MongoDB", tags: [ "agile", "scalable", "noSQL",

"non-relational", "non-scheme" ], speaker: "Radek Šimko"}

Page 2: MongoDB - IF2012
Page 3: MongoDB - IF2012
Page 4: MongoDB - IF2012

~ $ whoamifacebook.com/radeksimko

twitter.com/radeksimko

plus.google.com/105226520260545998888

linkedin.com/in/radeksimko

foursquare.com/radeksimko

last.fm/maarlin

Page 5: MongoDB - IF2012

What do we monitor?

Page 6: MongoDB - IF2012

Few of our recipes

Page 8: MongoDB - IF2012

So what is MongoDB?

Page 9: MongoDB - IF2012

Document-oriented

Page 10: MongoDB - IF2012

Easy to use API

Page 11: MongoDB - IF2012

Language Drivers● C● C++● Erlang● Haskell● Java● Javascript● .NET (C# F#, PowerShell, etc)● Perl● PHP● Python● Ruby● Scala

Page 12: MongoDB - IF2012

Indexes● compound

A - B - C = A = A - B● sparsed

Page 13: MongoDB - IF2012

Replica Sets

RS1 RS2 RS3

Page 14: MongoDB - IF2012

Sharding

RS1-A RS2-A RS3-A

RS1-B RS2-B RS3-B

Page 15: MongoDB - IF2012

What cannot Mongo do?

- Fulltext search

- relations (foreign keys, joining tables)

- SQL

- triggers

- authentication (when sharding)

Page 16: MongoDB - IF2012

It's open!git clone git://github.com/mongodb/mongo.git

Page 17: MongoDB - IF2012

It's under development!

Always use latest STABLE version.

Page 18: MongoDB - IF2012

> db.mongodb_users.find();

Page 19: MongoDB - IF2012
Page 20: MongoDB - IF2012

We are looking fortalented developers!

Page 22: MongoDB - IF2012

Recommended