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
February 04, 2017
Programming
0
290
Graph Databases Will Change Your Freakin Life
Learn more: GraphStory.com
If you saw it, rate this talk:
https://joind.in/talk/e4d89
funkatron
February 04, 2017
Tweet
Share
More Decks by funkatron
See All by funkatron
Stronger Than Fear: Mental Health in the Developer Community 2023
funkatron
0
240
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
130
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
80
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
64
Grumpy and Funky Save the World
funkatron
0
250
Other Decks in Programming
See All in Programming
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
0
150
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
210
20250708_JAWS_opscdk
takuyay0ne
2
150
CIを整備してメンテナンスを生成AIに任せる
hazumirr
0
200
Jakarta EE Meets AI
ivargrimstad
0
280
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
300
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
6.7k
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
640
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1.1k
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
160
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
590
TypeScriptでDXを上げろ! Hono編
yusukebe
3
860
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1031
460k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Into the Great Unknown - MozCon
thekraken
40
1.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
Optimizing for Happiness
mojombo
379
70k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Faster Mobile Websites
deanohume
308
31k
Building Applications with DynamoDB
mza
95
6.5k
Visualization
eitanlees
146
16k
BBQ
matthewcrist
89
9.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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 [PROPERTY] GRAPHS
GraphStory.com NEO4J JANUSGRAPH ORIENTDB ARANGODB ET AL…
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 p1:Person id: 4321 first_name: “Griffin” last_name: “Finkler” p2: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
None
WHAT GREAT DELIGHTS AWAIT YOU DATAS FOR FUN AND EXPLORATION
▸ GraphStory.com -> Free Trial -> 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/E4D89 QUESTION TIME IS NOW