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
YeSQL
Search
Danielle Smith
July 01, 2015
0
24
YeSQL
Short demonstration of PostgreSQL's JSON data type, as a SQL alternative to NoSQL.
Danielle Smith
July 01, 2015
Tweet
Share
More Decks by Danielle Smith
See All by Danielle Smith
Ruby Ruby
daninithepanini
0
140
A Brief History of Ruby
daninithepanini
0
39
Static Type Inferencing ... in Ruby?
daninithepanini
0
21
Off the Rails
daninithepanini
0
26
Action Game
daninithepanini
0
35
RubyGL
daninithepanini
0
26
Game Dev in Ruby
daninithepanini
0
36
Euler vs Hamilton
daninithepanini
0
40
Featured
See All Featured
Navigating Team Friction
lara
187
15k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Typedesign – Prime Four
hannesfritz
42
2.7k
Balancing Empowerment & Direction
lara
1
430
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Done Done
chrislema
184
16k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
A Tale of Four Properties
chriscoyier
160
23k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Transcript
YeSQL PostgreSQL as a “NoSQL” Database
Postgres JSONB • Unstructured data ⇐ (NoSQL bit) • Deeply-nestedly
Query-able • Stored in binary format (small and fast) • Index-able! { } Hi, I’m Jason!
Relational NoSQL • Unstructured data with relationships • Schema-less-ness with
guaranteed safety • Have your NoSQL and join it, too!