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
Make sense of your (BIG) data!
Search
David Pilato
September 20, 2013
Programming
0
130
Make sense of your (BIG) data!
Quickie at JUG Summer Camp in La Rochelle, France
Building analytics on top of elasticsearch.
David Pilato
September 20, 2013
Tweet
Share
More Decks by David Pilato
See All by David Pilato
Tours JUG : elasticsearch
dadoonet
1
240
Elasticsearch workshop
dadoonet
8
6.4k
Open World Forum: Elastify your app: from SQL to NoSQL in 40 mn!
dadoonet
2
380
Elastify your app: from SQL to NoSQL in less than one hour!
dadoonet
0
130
Elsass JUG / Lorraine JUG: Elasticsearch
dadoonet
1
220
Other Decks in Programming
See All in Programming
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
260
NIKKEI Tech Talk#38
cipepser
0
250
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
430
Claude Agent SDK を使ってみよう
hyshu
0
1.4k
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
Claude CodeによるAI駆動開発の実践 〜そこから見えてきたこれからのプログラミング〜
iriikeita
0
340
CSC305 Lecture 10
javiergs
PRO
0
260
AIと人間の共創開発!OSSで試行錯誤した開発スタイル
mae616
2
810
組込みだけじゃない!TinyGo で始める無料クラウド開発入門
otakakot
2
380
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
110
PHPに関数型の魂を宿す〜PHP 8.5 で実現する堅牢なコードとは〜 #phpcon_hiroshima / phpcon-hiroshima-2025
shogogg
1
340
contribution to astral-sh/uv
shunsock
0
540
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Embracing the Ebb and Flow
colly
88
4.9k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Mobile First: as difficult as doing things right
swwweet
225
10k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Docker and Python
trallard
46
3.6k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Facilitating Awesome Meetings
lara
57
6.6k
Transcript
MAKE SENSE OF YOUR (BIG) DATA! Building analytics live David
Pilato Technical advocate elasticsearch. @dadoonet lundi 23 septembre 13
ELASTICSEARCH A search engine? For analytics? Seriously? lundi 23 septembre
13
ELASTICSEARCH A search engine? For analytics? Seriously? lundi 23 septembre
13
KIBANA Yeah! I know! For logs analysis with logstash! lundi
23 septembre 13
DEMO TIME # Launch Elasticsearch (download it from: http://www.elasticsearch.org/download/) $
bin/elasticsearch -f # Add Twitter river: https://github.com/elasticsearch/elasticsearch-river-twitter/ $ bin/plugin -install elasticsearch/elasticsearch-river-twitter/1.4.0 # Start river $ curl -XPUT localhost:9200/_river/twitter/_meta -d '{ "type" : "twitter", "twitter" : { "oauth" : { ... } } }' # Install Kibana and open it in a browser $ bin/plugin -install elasticsearch/kibana $ open http://localhost:9200/_plugin/kibana/ lundi 23 septembre 13
MAKE SENSE OF YOUR (BIG) DATA! Building analytics live David
Pilato Technical advocate elasticsearch. @dadoonet lundi 23 septembre 13