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
#QiitaBash MCPのセキュリティ
ryosukedtomita
0
880
High-Level Programming Languages in AI Era -Human Thought and Mind-
hayat01sh1da
PRO
0
710
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.1k
都市をデータで見るってこういうこと PLATEAU属性情報入門
nokonoko1203
1
590
PicoRuby on Rails
makicamel
2
120
GraphRAGの仕組みまるわかり
tosuri13
8
520
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
260
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
110
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.9k
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
670
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
190
Discover Metal 4
rei315
2
110
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Done Done
chrislema
184
16k
Visualization
eitanlees
146
16k
Six Lessons from altMBA
skipperchong
28
3.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Automating Front-end Workflow
addyosmani
1370
200k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
Fireside Chat
paigeccino
37
3.5k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
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