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
300
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
250
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
440
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
180
How We Changed The World With Open Source - WordCampMSP 17
funkatron
0
150
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
90
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
270
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
120
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
74
Grumpy and Funky Save the World
funkatron
0
260
Other Decks in Programming
See All in Programming
O Que É e Como Funciona o PHP-FPM?
marcelgsantos
0
210
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.7k
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
360
bootcamp2025_バックエンド研修_WebAPIサーバ作成.pdf
geniee_inc
0
140
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
260
Towards Transactional Buffering of CDC Events @ Flink Forward 2025 Barcelona Spain
hpgrahsl
0
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
300
Blazing Fast UI Development with Compose Hot Reload (droidcon London 2025)
zsmb
0
260
Amazon Verified Permissions実践入門 〜Cedar活用とAppSync導入事例/Practical Introduction to Amazon Verified Permissions
fossamagna
2
100
マンガアプリViewerの大画面対応を考える
kk__777
0
370
Cursorハンズオン実践!
eltociear
2
1.2k
When Dependencies Fail: Building Antifragile Applications in a Fragile World
selcukusta
0
110
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
How to Ace a Technical Interview
jacobian
280
24k
Why Our Code Smells
bkeepers
PRO
340
57k
Embracing the Ebb and Flow
colly
88
4.9k
Designing Experiences People Love
moore
142
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Documentation Writing (for coders)
carmenintech
75
5.1k
Code Reviewing Like a Champion
maltzj
526
40k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
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