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
Elasticsearch Distributed Search and Analytics
Search
Ferhat Sobay
February 28, 2014
Programming
0
160
Elasticsearch Distributed Search and Analytics
Ferhat Sobay
February 28, 2014
Tweet
Share
Other Decks in Programming
See All in Programming
0から始めるモジュラーモノリス-クリーンなモノリスを目指して
sushi0120
0
280
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
300
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
あのころの iPod を どうにか再生させたい
orumin
2
2.4k
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
7
2.8k
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
370
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
20250808_AIAgent勉強会_ClaudeCodeデータ分析の実運用〜競馬を題材に回収率100%の先を目指すメソッドとは〜
kkakeru
0
170
Constant integer division faster than compiler-generated code
herumi
2
630
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
720
実践 Dev Containers × Claude Code
touyu
1
190
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
660
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Code Reviewing Like a Champion
maltzj
525
40k
Automating Front-end Workflow
addyosmani
1370
200k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Thoughts on Productivity
jonyablonski
69
4.8k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Into the Great Unknown - MozCon
thekraken
40
2k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
We Have a Design System, Now What?
morganepeng
53
7.7k
Transcript
Ferhat Sobay www.sebula.com @sebula ElasticSearch www.elasticsearch.org www.searchly.com @searchlyapp www.rcmmndr.com @rcmmndr
www.istanbulcoders.org www.clojureist.com
• Schema less • JSON/Rest • NoSQL – Full Text
Search Engine • Distributed • Apache 2 • Run with zero configuration
Site Search
Site Search
Site Search
Startup • wget http:// • tar -xzf elasticsearch.1.0.1..... • bin/elasticsearch
Indexing and Search • Curl -XPOST http://localhost:9200/test-index/test-type -d '{“name”:”ferhat”}' •
Curl -XGET http://localhost:9200/test-index/test-type? q=ferhat
Distributed Architecture • Replication • Scales reading • SPOF •
Sharding • Lucene fragments • Scales writing • General data distribution and scalability
Distributed Architecture • curl -XPUT http://localhost:9200/test -d '{ “settings.index_number_of_shards”: 5,
“settings.index_number_of_replicas” : 1 }'
Distributed Architecture
Distributed Architecture
Elasticsearch • Plugins • Clients • Hadoop Integration • Kibana
& Logstash
Data Analysis
Data Analysis Facets – Aggregation Framework • 1.0 Aggregation Framework
• Facets still exits
Kibana
Log Analysis
Notification • Distributed Percolator • Java Metrics Library ES integration
Misc • Index restore & Backup 1.0 • Federated client
1.0
Q/A