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
41
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
46
7.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Designing Experiences People Love
moore
142
24k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Music & Morning Musume
bryan
46
6.9k
Why Our Code Smells
bkeepers
PRO
340
57k
Agile that works and the tools we love
rasmusluckow
331
21k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
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!