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
120
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.3k
Open World Forum: Elastify your app: from SQL to NoSQL in 40 mn!
dadoonet
2
370
Elastify your app: from SQL to NoSQL in less than one hour!
dadoonet
0
130
Elsass JUG / Lorraine JUG: Elasticsearch
dadoonet
1
210
Other Decks in Programming
See All in Programming
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.8k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
110
ソフトウェアエンジニアの成長
masuda220
PRO
10
1.1k
PHPのバージョンアップ時にも役立ったAST
matsuo_atsushi
0
110
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
170
昭和の職場からアジャイルの世界へ
kumagoro95
1
380
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
280
ペアーズでの、Langfuseを中心とした評価ドリブンなリリースサイクルのご紹介
fukubaka0825
2
320
Honoとフロントエンドの 型安全性について
yodaka
7
1.2k
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
230
ARA Ansible for the teams
kksat
0
150
2,500万ユーザーを支えるSREチームの6年間のスクラムのカイゼン
honmarkhunt
6
5.3k
Featured
See All Featured
Statistics for Hackers
jakevdp
797
220k
Six Lessons from altMBA
skipperchong
27
3.6k
For a Future-Friendly Web
brad_frost
176
9.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Adopting Sorbet at Scale
ufuk
74
9.2k
Rails Girls Zürich Keynote
gr2m
94
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
174
51k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
114
50k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
What's in a price? How to price your products and services
michaelherold
244
12k
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