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
54
Como Fazer Minha Gem e o Rails Conversarem Bem
brenooliveira
0
43
Javascript Pitfalls
brenooliveira
0
83
Elasticsearch - Turbinando sua aplicação PHP
brenooliveira
1
150
Falando sobre testes automatizados
brenooliveira
0
83
Other Decks in Technology
See All in Technology
普通のエンジニアがLaravelコアチームメンバーになるまで
avosalmon
0
650
事業貢献を考えるための技術改善の目標設計と改善実績 / Targeted design of technical improvements to consider business contribution and improvement performance
oomatomo
0
240
Azureの開発で辛いところ
re3turn
0
150
「完全に理解したTalk」完全に理解した
segavvy
1
270
ソフトウェア開発における「パーフェクトな意思決定」/Perfect Decision-Making in Software Development
yayoi_dd
2
2.6k
Agentic RAG with LangGraph
atsushii
0
110
ハイテク休憩
sat
PRO
2
190
AWS環境におけるランサムウェア攻撃対策の設計
nrinetcom
PRO
1
320
組織に自動テストを書く文化を根付かせる戦略(2024冬版) / Building Automated Test Culture 2024 Winter Edition
twada
PRO
25
6.9k
型情報を用いたLintでコード品質を向上させる
sansantech
PRO
2
200
アジャイルチームが変化し続けるための組織文化とマネジメント・アプローチ / Agile management that enables ever-changing teams
kakehashi
2
1.5k
生成AIによるテスト設計支援プロセスの構築とプロセス内のボトルネック解消の取り組み / 20241220 Suguru Ishii
shift_evolve
0
160
Featured
See All Featured
A designer walks into a library…
pauljervisheath
205
24k
Making Projects Easy
brettharned
116
6k
Statistics for Hackers
jakevdp
796
220k
The Invisible Side of Design
smashingmag
299
50k
Raft: Consensus for Rubyists
vanstee
137
6.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
YesSQL, Process and Tooling at Scale
rocio
170
14k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
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