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
930
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.2k
MongoDB for Analytics
jnunemaker
PRO
11
920
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
56
9.4k
Don't Repeat Yourself, Repeat Others
jnunemaker
PRO
7
3.4k
I Have No Talent
jnunemaker
PRO
14
960
Why MongoDB Is Awesome
jnunemaker
PRO
18
4.4k
Other Decks in Programming
See All in Programming
AIにコードを生成するコードを作らせて、再現性を担保しよう! / Let AI generate code to ensure reproducibility
yamachu
7
6.1k
"使いづらい" をリバースエンジニアリングする UI の読み解き方
rebase_engineering
0
110
ワンバイナリWebサービスのススメ
mackee
10
7.5k
型安全なDrag and Dropの設計を考える
yudppp
5
680
衛星の軌道をWeb地図上に表示する
sankichi92
0
260
JVM の仕組みを理解して PHP で実装してみよう
m3m0r7
PRO
1
250
『Python → TypeScript』オンボーディング奮闘記
takumi_tatsuno
1
140
#QiitaBash TDDでAIに設計イメージを伝える
ryosukedtomita
2
1.6k
💎 My RubyKaigi Effect in 2025: Top Ruby Companies 🌐
yasulab
PRO
1
130
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
330
複数アプリケーションを育てていくための共通化戦略
irof
8
3.1k
Devinで実践する!AIエージェントと協働する開発組織の作り方
masahiro_nishimi
6
2.7k
Featured
See All Featured
How STYLIGHT went responsive
nonsquared
100
5.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Become a Pro
speakerdeck
PRO
28
5.4k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
It's Worth the Effort
3n
184
28k
The Cost Of JavaScript in 2023
addyosmani
49
8.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Facilitating Awesome Meetings
lara
54
6.4k
A Tale of Four Properties
chriscoyier
159
23k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Site-Speed That Sticks
csswizardry
8
600
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! john@orderedlist.com John Nunemaker WindyCityDB June 26,
2010 @jnunemaker