Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Why NoSQL?
Search
John Nunemaker
PRO
December 30, 2010
Programming
10
940
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
10
4.3k
MongoDB for Analytics
jnunemaker
PRO
11
930
Addicted to Stable
jnunemaker
PRO
32
2.6k
MongoDB for Analytics
jnunemaker
PRO
21
2.3k
MongoDB for Analytics
jnunemaker
PRO
16
30k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Don't Repeat Yourself, Repeat Others
jnunemaker
PRO
7
3.5k
I Have No Talent
jnunemaker
PRO
14
970
Why MongoDB Is Awesome
jnunemaker
PRO
18
4.4k
Other Decks in Programming
See All in Programming
効率的な開発手段として VRTを活用する
ishkawa
1
170
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
1
200
ペアプロ × 生成AI 現場での実践と課題について / generative-ai-in-pair-programming
codmoninc
2
22k
バイブコーディング超えてバイブデプロイ〜CloudflareMCPで実現する、未来のアプリケーションデリバリー〜
azukiazusa1
2
540
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
3
1k
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
150
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7.1k
Advanced Micro Frontends: Multi Version/ Framework Scenarios @WAD 2025, Berlin
manfredsteyer
PRO
0
400
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
210
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
270
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
220
ご注文の差分はこちらですか? 〜 AWS CDK のいろいろな差分検出と安全なデプロイ
konokenj
4
590
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Unsuck your backbone
ammeep
671
58k
It's Worth the Effort
3n
185
28k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.3k
Rails Girls Zürich Keynote
gr2m
95
14k
We Have a Design System, Now What?
morganepeng
53
7.7k
Into the Great Unknown - MozCon
thekraken
40
1.9k
Producing Creativity
orderedlist
PRO
346
40k
Designing Experiences People Love
moore
142
24k
Automating Front-end Workflow
addyosmani
1370
200k
BBQ
matthewcrist
89
9.7k
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