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
670
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.6k
MongoDB for Analytics
jnunemaker
PRO
8
490
Addicted to Stable
jnunemaker
PRO
32
2k
MongoDB for Analytics
jnunemaker
PRO
21
2k
MongoDB for Analytics
jnunemaker
PRO
16
27k
Why You Should Never Use an ORM
jnunemaker
PRO
47
7.6k
Don't Repeat Yourself, Repeat Others
jnunemaker
PRO
7
2.9k
I Have No Talent
jnunemaker
PRO
14
660
Why MongoDB Is Awesome
jnunemaker
PRO
18
4k
Other Decks in Programming
See All in Programming
それ全部エラーメッセージに書いてあるよ!〜独学でPHPプログラミングが上達するたった一つの方法〜
77web
1
150
Pythonで鉄道指向プログラミング
usabarashi
0
130
Cloudflare WorkersでGoのHTTPサーバーを動かすライブラリを作った話
syumai
0
140
実践 SpiceDB - クライドネイティブ時代をサバイブできるパーミッション管理の実装を目指して / Practical SpiceDB
lmt_swallow
0
120
閱讀原始碼 - 再戰十年的 jQuery
eddie
1
290
Introduction to Property-Based Testing @ COSCUP 2022
cybai
1
150
Getting Started With Data Structures
adoranwodo
1
260
Rに管理されてみる
kazutan
0
250
SwiftUI+TCAに挑戦!NewsPicks iOSアプリのリアーキテクチャ/re-architecture-newspicks-ios-app-with-swiftui-and-tca
takehilo
0
390
このタイミングで知っておきたい 開発生産性の高いエンジニア組織の特徴とは / dev-sumi-20220721-productivity-features
findyinc
7
2.6k
20220706_Google Apps Scriptを実演で学ぶ~ GAS × Slack ~
apachan
2
620
How GitHub Supports Vim License Detection, The Five Years Journey
othree
1
350
Featured
See All Featured
Web development in the modern age
philhawksworth
197
9.3k
How To Stay Up To Date on Web Technology
chriscoyier
780
250k
How STYLIGHT went responsive
nonsquared
85
4k
Thoughts on Productivity
jonyablonski
44
2.4k
Support Driven Design
roundedbygravity
87
8.6k
Side Projects
sachag
450
37k
Scaling GitHub
holman
451
140k
The Mythical Team-Month
searls
210
39k
Web Components: a chance to create the future
zenorocha
303
40k
Making Projects Easy
brettharned
98
4.4k
Pencils Down: Stop Designing & Start Developing
hursman
113
9.8k
JazzCon 2018 Closing Keynote - Leadership for the Reluctant Leader
reverentgeek
173
8.6k
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