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
Building Data Driven Organizations
Search
Abe Stanway
September 13, 2014
Programming
1
200
Building Data Driven Organizations
Given at IT Weekend 2014 in Kiev
Abe Stanway
September 13, 2014
Tweet
Share
More Decks by Abe Stanway
See All by Abe Stanway
MOM! My algorithms SUCK
astanway
15
2.7k
A Deep Dive into Monitoring with Skyline
astanway
6
1.8k
Bring the Noise: Continuously Deploying Under a Hailstorm of Metrics
astanway
34
7.8k
Data Visualization in the Trenches
astanway
5
660
Gifs as Language
astanway
2
730
Your API is a Product
astanway
3
920
Zen and the Art of Writing Commit Logs
astanway
3
760
Other Decks in Programming
See All in Programming
CSC509 Lecture 07
javiergs
PRO
0
140
組織に自動テストを書く文化を根付かせる戦略(2024秋版) / Building Automated Test Culture 2024 Autumn Edition
twada
PRO
10
4.3k
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
4
150
Snowflake x dbtで作るセキュアでアジャイルなデータ基盤
tsoshiro
1
240
リリース8年目のサービスの1800個のERBファイルをViewComponentに移行した方法とその結果
katty0324
2
2.8k
2万ページのSSG運用における工夫と注意点 / Vue Fes Japan 2024
chinen
3
1.3k
推し活の ハイトラフィックに立ち向かう Railsとアーキテクチャ - Kaigi on Rails 2024
falcon8823
6
1.7k
Android 15 でアクションバー表示時にステータスバーが白くなってしまう問題
tonionagauzzi
0
110
Why Spring Matters to Jakarta EE - and Vice Versa
ivargrimstad
0
610
EventSourcingの理想と現実
wenas
5
2k
Kubernetes for Data Engineers: Building Scalable, Reliable Data Pipelines
sucitw
1
180
レガシーな Android アプリのリアーキテクチャ戦略
oidy
1
170
Featured
See All Featured
Six Lessons from altMBA
skipperchong
26
3.4k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
167
49k
Gamification - CAS2011
davidbonilla
80
5k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.6k
Designing for Performance
lara
604
68k
Being A Developer After 40
akosma
86
590k
The Art of Programming - Codeland 2020
erikaheidi
51
13k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
32
1.8k
RailsConf 2023
tenderlove
29
870
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
41
2.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
404
65k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Transcript
@AbeStanway BUILDING A DATA DRIVEN ORGANIZATION
1. why 2. how
1. why 2. how
“DATA IS THE NEW GOLD”
Predict the future!
Retain Customers!
Grow the business!
Recommend content!
Drive Engagement!
unclear paths to $$$
IN IT, It’s clear.
Data are Dollars
. IT Working = +$$$ IT Not Working = -$$$
. .
How do you know if your IT is working right
now?
How do you know if you are earning money right
now?
KPIs. What are they?
Etsy: Literally a Money per second Graph
Planet Labs: Literally an Images per day graph
What are the Kpis for kips?
$ per second items bought per second page requests per
second database queries per second memcache hits per second fread() per second
If you do not have the data about your infrastructure,
it is already broken. LEsson:
None
Test driven development -> data driven development
Without data, you are flying blind
How do you know you’re hitting your goals?
How do you know if You’re making the right ones
in the first place?
How do you know if you’re still in business?
How do you even know what planet you live on?
Assumptions are death
You need data, yo.
1. why 2. how
1. collect 2. analyze 3. ??? 4. Profit!
1. collect 2. analyze 3. ACT 4. Profit!
data that cannot be acted upon should not be analyzed.
None
You are running a business, not an art museum
You are Trying to Win the market, not a fields
medal
This can be disappointing
Data SCientist?
Data Scientist? Realist.
Find a way to Align your employees intellectual curiosity With
your Real business needs. LEssoN:
Train your organization
you need a data culture.
“It’s not shipped until it’s monitored”
“If you are not looking at Dashboards, you are not
doing your job”
Building instrumentation and watching dashboards are hard And Time consuming
App code -> statsD -> Graphite -> Dashboards -> Insights
by hand by hand by hand by hand by hand
Developers just want to code
Let’s automate
Which is easier to automate? Insights or data collection?
Insights are sexy and fun
Collection is hard And unsexy
Collection is hard And Boring
Collection is hard And unsexy
We’re on track to have excellent automated insights
anomaly detection
App code -> statsD -> Graphite -> Dashboards -> Insights
by hand by hand by hand AUTOMATIC! AUTOMATIC!
(…if only we had the data)
How do we automate data collection?
currently have ganglia, New relic, collectD, etc
NOT WHAT WE NEED
they provide data about your raw machines, not your CUSTOM
DEVELOPED TECHNOLOGY And Application level logic
Healthy servers don’t make you money. Healthy services do.
enter LARIMAR
Full disclosure: this is my new PROJECT ! we’re going
to talk about it because i’m pretty excited and the beta is opening up soon.
LARIMAR uses raw machine metrics to infer App level architecture
and inform developers about problems
A service: cpu resources disk io PCAP data ports Used
syscalls
A service: cpu resources disk io PCAP data ports Used
syscalls service fingerprint MACHINE LEARNING
A service: cpu resources disk io PCAP data ports Used
syscalls ABNORMAL BEHAVIOR MACHINE LEARNING
a system: service service service service service MACHINE LEARNING graphical
system fingerprint
a system: service service service service service MACHINE LEARNING Abnormal,
holistic system behavior
Larimar automates both analysis And Relevant data collection
so your developers can focus on coding and acting on
insights
No configuration!
App code -> statsD -> Graphite -> Dashboards -> Insights
by hand AUTOMATIC! AUTOMATIC! AUTOMATIC! AUTOMATIC!
1. collect 2. analyze 3. ACT 4. Profit!
organizational shifts are still needed to inspire ACTION on Data
but ACTION is easier to inspire when there is lots
of data and lots of insight everywhere
Create a culture where your developers create these kinds of
tools
When a data driven mindset is the default, tools will
build themselves.
Thanks! @abestanway ! ! larimar.io @larimarhq