Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Graph Databases Will Change Your Freakin Life - PNWPHP16
funkatron
September 17, 2016
Programming
0
230
Graph Databases Will Change Your Freakin Life - PNWPHP16
Given at #PNWPHP
funkatron
September 17, 2016
Tweet
Share
More Decks by funkatron
See All by funkatron
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
170
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
110
How We Changed The World With Open Source - WordCampMSP 17
funkatron
0
56
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
38
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
160
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
46
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
45
Grumpy and Funky Save the World
funkatron
0
94
Graph Databases Wlll Change Your Freakin Life - MidwestPHP 2017
funkatron
0
350
Other Decks in Programming
See All in Programming
AWS Config Custom Rule、ノーコードでできるかな?
watany
0
250
Babylon.jsで作ったsceneをレイトレーシングで映えさせる
turamy
1
210
YATA: collaborative documents and how to make them fast
horusiath
1
150
NestJS_meetup_atamaplus
atamaplus
0
210
ゴーファーくんと辿るプログラミング言語の歴史/history-of-programming-languages-with-gopher
iwasiman
11
4.9k
リーダブルテストコード / #vstat
jnchito
47
35k
Computer Vision Seminar 1/コンピュータビジョンセミナーvol.1 OpenCV活用
fixstars
0
140
How to Test Your Compose UI (Droidcon Berlin 2022)
stewemetal
1
130
SGGとは
inoue2002
0
430
クックパッドマートの失敗したデータ設計 Before / After 大放出
mokuzon
20
25k
Now in Android Overview
aosa4054
0
390
10歳の minne から、これから長く続くプロダクトを作るすべての人へ
tsumichan
9
3.6k
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
229
9.4k
Done Done
chrislema
174
14k
Docker and Python
trallard
27
1.6k
A Philosophy of Restraint
colly
192
15k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_i
25
15k
Writing Fast Ruby
sferik
612
57k
Automating Front-end Workflow
addyosmani
1351
200k
Reflections from 52 weeks, 52 projects
jeffersonlam
337
17k
From Idea to $5000 a Month in 5 Months
shpigford
373
44k
The Cult of Friendly URLs
andyhume
68
4.8k
Streamline your AJAX requests with AmplifyJS and jQuery
dougneiner
127
8.5k
Testing 201, or: Great Expectations
jmmastey
21
5.5k
Transcript
GRAPH DATABASES WILL CHANGE YOUR FREAKIN’ LIFE ED FINKLER CTO
GraphStory.com WHAT IS?
I’VE GOT A DOPE VISUALIZATION FOR YOU DOGG This Effin
Guy HEY I JUST DOWNLOADED D3.JS
GraphStory.com NO. INCORRECT.
GraphStory.com GRAPH THEORY AND MATH AND STUFF
GraphStory.com I WAS TOLD THERE WOULD BE NO MATH
GraphStory.com IT’S ABOUT DATA
MANY DATA Visualiza!on by Kim Albrecht h"p:/ /www.kimalbrecht.com/project/cosmic-web/
GraphStory.com BUT IGNORE THAT
GraphStory.com ZOOOOOO000M IN
GraphStory.com HOW DO WE REPRESENT A THING OR AN ENTITY
OR WHATEVER YOU WANT TO CALL IT
GraphStory.com RELATIONAL DATABASES USE A LEDGER-STYLE STRUCTURE
GraphStory.com CAN GET COMPLEX AND RIGID WHEN REPRESENTING RELATIONSHIPS
GraphStory.com LET’S TALK ABOUT [NEO4J] GRAPHS
GraphStory.com GRAPHS ARE MUCH SIMPLER
GraphStory.com THINGS ARE NODES OR VERTICES
GraphStory.com NODES HAVE PROPERTIES { KEYS: “VALUES” }
GraphStory.com NODES HAVE LABELS TO TELL YOU WHAT TYPE OF
THING IT IS
GraphStory.com n:Person id: 1234 first_name: “Ed” last_name: “Finkler”
GraphStory.com NODES ARE CONNECTED BY RELATIONSHIPS OR EDGES
GraphStory.com RELATIONSHIPS HAVE A TYPE AND A DIRECTION AND CAN
HAVE PROPERTIES
GraphStory.com n:Person id: 4321 first_name: “Griffin” last_name: “Finkler” n:Person id:
1234 first_name: “Ed” last_name: “Finkler” r:CHILD_OF created: 2002
GraphStory.com DOTS AND LINES ALL THE WAY DOWN
GraphStory.com IT’S SIMPLER
GraphStory.com IT’S MORE POWERFUL
GraphStory.com WHEN THE MEANING IS IN THE RELATIONSHIPS
GraphStory.com SOMETIMES DIRECT RELATIONSHIPS BUT THAT’S NOT HARD TO DO
WITH RELATIONAL DBS PERSON A PERSON B
GraphStory.com SOMETIMES INDIRECT RELATIONSHIPS THIS IS HARDER TO DO TRAVERSE
WITH RELATIONAL DATABASES ACTOR A ACTOR B MOVIE A DIRECTOR A MOVIE B ACTOR C
GraphStory.com ANSWERING QUESTIONS YOU DIDN’T EXPECT
YOU WANT TO KNOW HOW MANY PEOPLE WHO BOUGHT A
TOASTER, LIVE IN KANSAS, AND HAVE A CRIMINAL RECORD, USED THE COUPON IN YESTERDAY’S PAPER? NO. GET THE HELL OUT. This Effin Guy ASKING YOUR BACKEND DEV IF YOU CAN GET SOME NEW DATA OUT OF THE DB
GraphStory.com WITH A GRAPH, YOU COULD ANSWER THAT QUESTION. IF
YOU HAVE ALL THAT DATA IN THERE, AND THERE ARE PATHS BETWEEN THEM.
GraphStory.com YOU CAN ADD MORE RELATIONSHIPS AS NEEDED AND STILL
BE PERFORMANT
GraphStory.com EGOTISTICAL LIVE QUERY TIME
GraphStory.com CMD+TAB, SON
GraphStory.com GRAPHS AREN’T MAGIC
GraphStory.com GRAPHS DON’T SOLVE ALL YOUR PROBLEMS
GraphStory.com IF YOU’RE ASKING QUESTIONS ABOUT THE RELATIONSHIPS, THEY ARE
REALLY NICE AND REALLY POWERFUL AND SOMETIMES SEEM LIKE WITCHCRAFT
GraphStory.com ESPECIALLY IF YOU HAVE MANY DATAS
WHAT GREAT DELIGHTS AWAIT YOU DATAS FOR FUN AND EXPLORATION
▸ GraphStory.com -> Free Trial (no CC!) -> Sample Data ▸ h!p:/ /neo4j.com/developer/example-data/ ▸ h!ps:/ /github.com/OSMIHelp/osmi-survey-graph
@GRAPHSTORYCO • GRAPHSTORY.COM @FUNKATRON https://joind.in/talk/1385f QUESTION TIME IS NOW