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
57
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
ハノーバーメッセ2025座談会.pdf
iotcomjpadmin
0
140
Cloud Native Scalability for Internal Developer Platforms
hhiroshell
2
500
JSX - 歴史を振り返り、⾯⽩がって、エモくなろう
pal4de
3
1k
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
1
280
VCpp Link and Library - C++ breaktime 2025 Summer
harukasao
0
220
実践! AIエージェント導入記
1mono2prod
0
130
Observability infrastructure behind the trillion-messages scale Kafka platform
lycorptech_jp
PRO
0
120
OTFSG勉強会 / Introduction to the History of Delta Lake + Iceberg
databricksjapan
0
120
doda開発 生成AI元年宣言!自家製AIエージェントから始める生産性改革 / doda Development Declaration of the First Year of Generated AI! Productivity Reforms Starting with Home-grown AI Agents
techtekt
0
180
20250623 Findy Lunch LT Brown
3150
0
710
ユーザーのプロフィールデータを活用した推薦精度向上の取り組み
yudai00
0
460
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
2
200
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
190
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.9k
KATA
mclloyd
29
14k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Bash Introduction
62gerente
614
210k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Language of Interfaces
destraynor
158
25k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
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