Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Why NoSQL?
John Nunemaker
PRO
December 30, 2010
Programming
10
700
Why NoSQL?
Keynote for WindyCityDB 2010. My thoughts on why NoSQL is taking off the way it is.
John Nunemaker
PRO
December 30, 2010
Tweet
Share
More Decks by John Nunemaker
See All by John Nunemaker
Atom
jnunemaker
PRO
7
2.8k
MongoDB for Analytics
jnunemaker
PRO
8
530
Addicted to Stable
jnunemaker
PRO
32
2k
MongoDB for Analytics
jnunemaker
PRO
21
2.1k
MongoDB for Analytics
jnunemaker
PRO
16
28k
Why You Should Never Use an ORM
jnunemaker
PRO
49
7.9k
Don't Repeat Yourself, Repeat Others
jnunemaker
PRO
7
2.9k
I Have No Talent
jnunemaker
PRO
14
680
Why MongoDB Is Awesome
jnunemaker
PRO
18
4.1k
Other Decks in Programming
See All in Programming
量子コンピュータ時代のプログラミングセミナー / 20230119_Amplify_seminar _shift_optimization
fixstars
0
190
ipa-medit: Memory search and patch tool for IPA without Jailbreaking/ipa-medit-bh2022-europe
tkmru
0
130
Rによる大規模データの処理
s_uryu
2
640
10年以上続くプロダクトの フロントエンド刷新プロジェクトのふりかえり
yotahada3
2
340
Workshop on Jetpack compose
aldefy
0
140
Showkase、Paparazziを用いたビジュアルリグレッションテストの導入にチャレンジした話 / MoT TechTalk #15
mot_techtalk
0
120
Remote SSHで行うVS Codeリモートホスト開発とトラブルシューティング
smt7174
1
500
Gradle build: The time is now
nonews
1
490
jq at the Shortcuts
cockscomb
1
440
爆速の日経電子版開発の今
shinyaigeek
2
640
Zynq MP SoC で楽しむエッジコンピューティング ~RTLプログラミングのススメ~
ryuz88
0
390
WordPress(再)入門 - 基礎知識・環境編
oleindesign
1
140
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
182
15k
Code Reviewing Like a Champion
maltzj
508
38k
How to Ace a Technical Interview
jacobian
270
21k
Docker and Python
trallard
30
1.9k
Side Projects
sachag
451
37k
What the flash - Photography Introduction
edds
64
10k
We Have a Design System, Now What?
morganepeng
37
5.9k
What’s in a name? Adding method to the madness
productmarketing
12
1.9k
Done Done
chrislema
178
14k
Agile that works and the tools we love
rasmusluckow
320
20k
Testing 201, or: Great Expectations
jmmastey
25
5.7k
Large-scale JavaScript Application Architecture
addyosmani
499
110k
Transcript
Ordered List John Nunemaker WindyCityDB June 26, 2010 Why Is
NoSQL So Darn Popular?
Present Future Past
Present Future Past
1960s Linked Pointers
IDS Integrated Data Store
IMS Information Management System
1970s Relational Birth
Edgar Codd Relational Daddy
System R SEQUEL
Ingres Berkeley
Oracle Not of the Matrix kind
None
1980s Relational Boom
None
Reliability and Speed The Invention of Indexing
Flexibility Struggles Medicine, Physics, etc.
1990s - 2000s WWW and Client/Server
Present Future Past
What changed between the past and the present?
The Web Image Credit: http://code.google.com/apis/socialgraph/images/the-web.png
NoSQL Not Only SQL
The movement defined by what it is not.
So what is it?
Development Friendly
How do we store? Moving from...
None
How do we use? Moving to...
{ 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 }
Operations Friendly
instead of
Eventual Consistency
Single Item Transactions
Friends Galore!
None
Key/Value Fast and Simple
None
None
None
None
Eventually Consistent Key/Value
None
None
None
Document Rich Data Models
None
None
Relational Normalized and Solid
None
None
Present Future Past
Polyglot Persistence The future is
None
“ 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.
What if there are two attractive options and you have
two choices?
Hosted The future is
None
None
None
None
None
None
Bright The future is
Don’t get to know a database, get to know several.
Ordered List Thank you!
[email protected]
John Nunemaker WindyCityDB June 26,
2010 @jnunemaker