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
260
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
250
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
430
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
170
How We Changed The World With Open Source - WordCampMSP 17
funkatron
0
140
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
85
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
260
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
110
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
69
Grumpy and Funky Save the World
funkatron
0
250
Other Decks in Programming
See All in Programming
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
18
10k
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
AI時代のUIはどこへ行く?
yusukebe
16
8.4k
Improving my own Ruby thereafter
sisshiki1969
1
160
速いWebフレームワークを作る
yusukebe
5
1.7k
はじめてのMaterial3 Expressive
ym223
2
140
MLH State of the League: 2026 Season
theycallmeswift
0
230
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
580
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
150
旅行プランAIエージェント開発の裏側
ippo012
2
870
AIでLINEスタンプを作ってみた
eycjur
1
230
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
1.1k
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
How GitHub (no longer) Works
holman
315
140k
Embracing the Ebb and Flow
colly
87
4.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Become a Pro
speakerdeck
PRO
29
5.5k
Docker and Python
trallard
45
3.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Building an army of robots
kneath
306
46k
Side Projects
sachag
455
43k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Balancing Empowerment & Direction
lara
3
610
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