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
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Building Adaptive Systems
keathley
43
2.7k
Done Done
chrislema
185
16k
Side Projects
sachag
455
43k
Building Applications with DynamoDB
mza
96
6.6k
BBQ
matthewcrist
89
9.8k
Embracing the Ebb and Flow
colly
87
4.8k
Building an army of robots
kneath
306
46k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Writing Fast Ruby
sferik
628
62k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
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!