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
What's new in AppKit on macOS 26
1024jp
0
150
CDK引数設計道場100本ノック
badmintoncryer
2
450
ご注文の差分はこちらですか? 〜 AWS CDK のいろいろな差分検出と安全なデプロイ
konokenj
3
550
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
790
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
200
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
15k
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
1k
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
2
12k
スタートアップの急成長を支えるプラットフォームエンジニアリングと組織戦略
sutochin26
1
7.1k
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
580
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
940
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
70
11k
How STYLIGHT went responsive
nonsquared
100
5.6k
Six Lessons from altMBA
skipperchong
28
3.9k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
RailsConf 2023
tenderlove
30
1.1k
Building an army of robots
kneath
306
45k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Designing Experiences People Love
moore
142
24k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
980
Done Done
chrislema
184
16k
Visualization
eitanlees
146
16k
Designing for Performance
lara
610
69k
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