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
Escolhendo o banco de dados da sua aplicação. S...
Search
Kirmayr Tomaz
April 03, 2018
Technology
1
85
Escolhendo o banco de dados da sua aplicação. SQL ou NoSQL?
Apresentação realizada no Segundo Meetup do BackEndBr
Kirmayr Tomaz
April 03, 2018
Tweet
Share
More Decks by Kirmayr Tomaz
See All by Kirmayr Tomaz
Comunicação não violenta na visão de um dev
kirmayrtomaz
0
200
Funcionamento interno do Node.js e boas práticas
kirmayrtomaz
0
64
Node.js e elasticsearch
kirmayrtomaz
0
50
javascript de ponta a pont
kirmayrtomaz
0
88
Funcionamento interno do Node.js e boas práticas
kirmayrtomaz
1
250
TypeScript
kirmayrtomaz
1
67
FEMUG-AM/Descubra Manaus na SEMINFO
kirmayrtomaz
0
99
Stack de Desenvolvimento web
kirmayrtomaz
1
420
Eu robô - Automação de teste com selenium
kirmayrtomaz
0
80
Other Decks in Technology
See All in Technology
こんなデータマートは嫌だ。どんな? / waiwai-data-meetup-202504
shuntak
5
1.7k
ゆるくVPC Latticeについてまとめてみたら、意外と奥深い件
masakiokuda
2
230
さくらの夕べ Debianナイト - さくらのVPS編
dictoss
0
180
大規模サービスにおける カスケード障害
takumiogawa
3
790
ソフトウェア開発現代史: "LeanとDevOpsの科学"の「科学」とは何か? - DORA Report 10年の変遷を追って - #DevOpsDaysTokyo
takabow
0
170
Micro Frontends: Necessity, Implementation, and Challenges
rainerhahnekamp
0
310
OCI Database with PostgreSQLのご紹介
rkajiyama
0
140
”知のインストール”戦略:テキスト資産をAIの文脈理解に活かす
kworkdev
PRO
9
4.1k
TopAppBar Composableをカスタムする
hunachi
0
170
Startups On Rails 2025 @ Tropical on Rails
irinanazarova
0
240
GitHub MCP Serverを使って Pull Requestを作る、レビューする
hiyokose
2
700
Enterprise AI in 2025?
pamelafox
0
150
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
640
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
The World Runs on Bad Software
bkeepers
PRO
67
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
BBQ
matthewcrist
88
9.6k
A better future with KSS
kneath
239
17k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Site-Speed That Sticks
csswizardry
5
470
RailsConf 2023
tenderlove
30
1.1k
The Cost Of JavaScript in 2023
addyosmani
49
7.7k
Transcript
None
Kirmayr Tomaz • De Manaus/AM • Bacharel em Sistemas de
Informação - UFAM • Concrete Solutions • Mentor no Traning Center @kirmayrtomaz
[email protected]
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
chave = { valor: { cachorro: { nome: 'joao', idade:
2 } } }
None
None
None
None
None
None
None
const mongoExemplo = { fistname: 'joao', citiesVisited: ['Manaus', 'São Paulo'],
addresses: [ {state: 'AM', city: 'Manaus'}, {state: 'SP', city: 'Campinas'} ], lastcity: 'Chicago' }
None
None
None
None
None
None
None
const sqlNomeLinha = { fistName: 'joao', lastName: 'Felipe' } const
sqlEnderecoLinha = { state: 'AM', city: 'Manaus' } const cassandraExemplo = { person: { fistName: 'joao', lastName: 'Felipe' }, addresses: {state: 'AM', city: 'Manaus'} }
None
None
None
None
None
None
None
• ◦ • ◦ • ◦ • ◦
None
None
None
None
None
None