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
Graph Databases Will Change Your Freakin Life -...
Search
funkatron
September 17, 2016
Programming
0
250
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 2023
funkatron
0
190
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
370
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
150
How We Changed The World With Open Source - WordCampMSP 17
funkatron
0
89
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
62
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
210
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
84
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
60
Grumpy and Funky Save the World
funkatron
0
190
Other Decks in Programming
See All in Programming
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
1.5k
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.1k
色々なIaCツールを実際に触って比較してみる
iriikeita
0
330
Quine, Polyglot, 良いコード
qnighy
4
640
受け取る人から提供する人になるということ
little_rubyist
0
230
Why Jakarta EE Matters to Spring - and Vice Versa
ivargrimstad
0
1.1k
詳細解説! ArrayListの仕組みと実装
yujisoftware
0
580
CSC509 Lecture 09
javiergs
PRO
0
140
弊社の「意識チョット低いアーキテクチャ」10選
texmeijin
5
24k
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
初めてDefinitelyTypedにPRを出した話
syumai
0
410
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1030
460k
Bash Introduction
62gerente
608
210k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
The World Runs on Bad Software
bkeepers
PRO
65
11k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Unsuck your backbone
ammeep
668
57k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
410
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
A Philosophy of Restraint
colly
203
16k
Designing for humans not robots
tammielis
250
25k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
860
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