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
funkatron
February 04, 2017
Programming
0
200
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
funkatron
0
160
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
100
How We Changed The World With Open Source - WordCampMSP 17
funkatron
0
55
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
35
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
160
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
45
Stronger Than Fear: Mental Health in the Developer Community
funkatron
0
44
Grumpy and Funky Save the World
funkatron
0
93
Graph Databases Wlll Change Your Freakin Life - MidwestPHP 2017
funkatron
0
340
Other Decks in Programming
See All in Programming
A Philosophy of Software Design 後半
yosuke_furukawa
PRO
10
2.8k
Springin‘でみんなもクリエイターに!
ueponx
0
220
Jetpack Composeでの画面遷移
iwata_n
0
180
The strategies behind ddd – AdeoDevSummit 2022
lilobase
PRO
4
250
GoogleI/O2022 LT報告会資料
shinsukefujita1126
0
350
Imperative is dead, long live Declarative! | Appdevcon
prof18
0
100
ES2022の新機能
smt7174
0
260
Node-RED 3.0 新機能紹介
utaani
0
140
短納期でローンチした新サービスをJavaで開発した話/launched new service using Java
eichisanden
6
1.9k
Let's keep Commodore 64 alive for the next 40 years
mehowte
1
110
Reactは何を提供するLibraryなのか?
taro28
3
300
大規模プロダクトにLinterを導入し運用している話
hirokiotsuka
0
210
Featured
See All Featured
Docker and Python
trallard
27
1.6k
How to name files
jennybc
40
61k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
39
13k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
655
120k
10 Git Anti Patterns You Should be Aware of
lemiorhan
638
52k
The MySQL Ecosystem @ GitHub 2015
samlambert
238
11k
Visualization
eitanlees
125
11k
How to Ace a Technical Interview
jacobian
265
21k
In The Pink: A Labor of Love
frogandcode
131
21k
Building Adaptive Systems
keathley
25
1.1k
Writing Fast Ruby
sferik
612
57k
Fontdeck: Realign not Redesign
paulrobertlloyd
73
4.1k
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