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
Search
Breno Oliveira
March 01, 2015
Technology
1
120
Elasticsearch
Utilizando elastic search em produção
Breno Oliveira
March 01, 2015
Tweet
Share
More Decks by Breno Oliveira
See All by Breno Oliveira
Spring e Eureka Service Discovery
brenooliveira
0
59
Como Fazer Minha Gem e o Rails Conversarem Bem
brenooliveira
0
45
Javascript Pitfalls
brenooliveira
0
87
Elasticsearch - Turbinando sua aplicação PHP
brenooliveira
1
150
Falando sobre testes automatizados
brenooliveira
0
87
Other Decks in Technology
See All in Technology
非エンジニアのあなたもできる&もうやってる!コンテキストエンジニアリング
findy_eventslides
3
860
あなたのWebサービスはAIに自動テストしてもらえる?アクセシビリティツリーで読み解く、AIの『視点』
yusukeiwaki
1
3.4k
Why React!?? Next.jsそしてReactを改めてイチから選ぶ
ypresto
10
3.9k
Railsアプリケーション開発者のためのブックガイド
takahashim
13
5.6k
AIを導⼊しても、 開発⽣産性は"爆増"していない なぜ?
kinosuke01
4
3.6k
API提供者のためのMCPサーバー設計ガイド / MCP Server Design Guide for API Providers
yokawasa
0
240
Geospatialの世界最前線を探る [2025年版]
dayjournal
2
450
Optuna DashboardにおけるPLaMo2連携機能の紹介 / PFN LLM セミナー
pfn
PRO
1
770
RailsのPostgreSQL 18対応
yahonda
0
1.3k
C# 14 / .NET 10 の新機能 (RC 1 時点)
nenonaninu
1
1.3k
Pythonによる契約プログラミング入門 / PyCon JP 2025
7pairs
5
2.3k
いま注目しているデータエンジニアリングの論点
ikkimiyazaki
0
550
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
How to Ace a Technical Interview
jacobian
280
23k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Embracing the Ebb and Flow
colly
88
4.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
600
Transcript
ElasticSearch Breno Oliveira @brenoholiveira brenooliveira.com.br
ElasticSearch NÃO é um banco dados
API Restful indexar/ buscar documentos
Construido sobre o Apache Lucene
Filtros Full Text Search Aggregations
Nos não queremos mais ver essa tela
Logo …
MySQL NÃO é o cara certo para isso …
Então vamos entender mais sobre ele …
MySQL ElasticSearch Database Index Table Type Row Document Column Field
Schema Mapping Partition Shard
E como fica a estrutura de documento?
None
Inserindo dados
None
Bulk
require 'snippet' RUBY
None