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
230
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
OnlineTestConf: Test Automation Friend or Foe
maaretp
0
110
Remix on Hono on Cloudflare Workers
yusukebe
1
280
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
250
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
Jakarta EE meets AI
ivargrimstad
0
530
タクシーアプリ『GO』のリアルタイムデータ分析基盤における機械学習サービスの活用
mot_techtalk
4
1.4k
Enabling DevOps and Team Topologies Through Architecture: Architecting for Fast Flow
cer
PRO
0
320
Macとオーディオ再生 2024/11/02
yusukeito
0
370
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Jakarta EE meets AI
ivargrimstad
0
130
OSSで起業してもうすぐ10年 / Open Source Conference 2024 Shimane
furukawayasuto
0
100
3rd party scriptでもReactを使いたい! Preact + Reactのハイブリッド開発
righttouch
PRO
1
600
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
32
1.5k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
GitHub's CSS Performance
jonrohan
1030
460k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Agile that works and the tools we love
rasmusluckow
327
21k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
720
Building Your Own Lightsaber
phodgson
103
6.1k
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
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