Slide 1

Slide 1 text

Ordered List John Nunemaker WindyCityDB June 26, 2010 Why Is NoSQL So Darn Popular?

Slide 2

Slide 2 text

Present Future Past

Slide 3

Slide 3 text

Present Future Past

Slide 4

Slide 4 text

1960s Linked Pointers

Slide 5

Slide 5 text

IDS Integrated Data Store

Slide 6

Slide 6 text

IMS Information Management System

Slide 7

Slide 7 text

1970s Relational Birth

Slide 8

Slide 8 text

Edgar Codd Relational Daddy

Slide 9

Slide 9 text

System R SEQUEL

Slide 10

Slide 10 text

Ingres Berkeley

Slide 11

Slide 11 text

Oracle Not of the Matrix kind

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

1980s Relational Boom

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

Reliability and Speed The Invention of Indexing

Slide 16

Slide 16 text

Flexibility Struggles Medicine, Physics, etc.

Slide 17

Slide 17 text

1990s - 2000s WWW and Client/Server

Slide 18

Slide 18 text

Present Future Past

Slide 19

Slide 19 text

What changed between the past and the present?

Slide 20

Slide 20 text

The Web Image Credit: http://code.google.com/apis/socialgraph/images/the-web.png

Slide 21

Slide 21 text

NoSQL Not Only SQL

Slide 22

Slide 22 text

The movement defined by what it is not.

Slide 23

Slide 23 text

So what is it?

Slide 24

Slide 24 text

Development Friendly

Slide 25

Slide 25 text

How do we store? Moving from...

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

How do we use? Moving to...

Slide 28

Slide 28 text

{ id : 3, user_id : 25, line_items: [ { sku : '123', price: 1000, name : 'Nunemaker Autograph'}, { sku : '124', price: 1000, name : 'Banker Autograph'}, ], shipping_address: { street : '123 Some St.', city : 'South Bend', state : 'IN', zip : '11216' }, subtotal : 2000, tax : 140, total : 2140 }

Slide 29

Slide 29 text

Operations Friendly

Slide 30

Slide 30 text

instead of

Slide 31

Slide 31 text

Eventual Consistency

Slide 32

Slide 32 text

Single Item Transactions

Slide 33

Slide 33 text

Friends Galore!

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

Key/Value Fast and Simple

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

No content

Slide 39

Slide 39 text

No content

Slide 40

Slide 40 text

Eventually Consistent Key/Value

Slide 41

Slide 41 text

No content

Slide 42

Slide 42 text

No content

Slide 43

Slide 43 text

No content

Slide 44

Slide 44 text

Document Rich Data Models

Slide 45

Slide 45 text

No content

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

Relational Normalized and Solid

Slide 48

Slide 48 text

No content

Slide 49

Slide 49 text

No content

Slide 50

Slide 50 text

Present Future Past

Slide 51

Slide 51 text

Polyglot Persistence The future is

Slide 52

Slide 52 text

No content

Slide 53

Slide 53 text

“ The Paradox of Choice Faced with one attractive option, two-thirds of people are willing to go for it. But faced with two attractive options, only slightly more than half are willing to buy.

Slide 54

Slide 54 text

What if there are two attractive options and you have two choices?

Slide 55

Slide 55 text

Hosted The future is

Slide 56

Slide 56 text

No content

Slide 57

Slide 57 text

No content

Slide 58

Slide 58 text

No content

Slide 59

Slide 59 text

No content

Slide 60

Slide 60 text

No content

Slide 61

Slide 61 text

No content

Slide 62

Slide 62 text

Bright The future is

Slide 63

Slide 63 text

Don’t get to know a database, get to know several.

Slide 64

Slide 64 text

Ordered List Thank you! [email protected] John Nunemaker WindyCityDB June 26, 2010 @jnunemaker