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
NoSQL in the Cloud
Search
Adiel Cristo
April 06, 2019
Technology
0
16
NoSQL in the Cloud
Adiel Cristo
April 06, 2019
Tweet
Share
More Decks by Adiel Cristo
See All by Adiel Cristo
Entregando Bons Resultados com BDD - PHP Conference Brasil 2019
adielcristo
0
34
Saindo do Legado com os Componentes Symfony - PHP Conference Brasil 2019
adielcristo
0
180
Crawling the Web with the New Symfony Components
adielcristo
0
33
PHP Internals: Primeiros Passos - PHP Community Summit 2019
adielcristo
0
82
Testando aplicações legadas: por onde começo?
adielcristo
0
83
OWASP Top 10-2017: Sua aplicação está protegida?
adielcristo
0
41
Other Decks in Technology
See All in Technology
職種別ミートアップで社内から盛り上げる アウトプット文化の醸成と関係強化/ #DevRelKaigi
nishiuma
2
160
いまからでも遅くない!SSL/TLS証明書超入門(It's not too late to start! SSL/TLS Certificates: The Absolute Beginner's Guide)
norimuraz
0
200
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
130
10年の共創が示す、これからの開発者と企業の関係 ~ Crossroad
soracom
PRO
1
730
Wasmのエコシステムを使った ツール作成方法
askua
0
140
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
470
Reflections of AI: A Trilogy in Four Parts (GOTO; Copenhagen 2025)
ondfisk
0
110
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
140
Where will it converge?
ibknadedeji
0
210
Simplifying Cloud Native app testing across environments with Dapr and Microcks
salaboy
0
150
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.4k
「AI駆動PO」を考えてみる - 作る速さから価値のスループットへ:検査・適応で未来を開発 / AI-driven product owner. scrummat2025
yosuke_nagai
3
830
Featured
See All Featured
How to Ace a Technical Interview
jacobian
280
24k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.9k
Agile that works and the tools we love
rasmusluckow
331
21k
The Cost Of JavaScript in 2023
addyosmani
54
9k
Why Our Code Smells
bkeepers
PRO
339
57k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Code Reviewing Like a Champion
maltzj
526
40k
We Have a Design System, Now What?
morganepeng
53
7.8k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Transcript
NoSQL in the Cloud Adiel Cristo April 2019
NoSQL in the Cloud 2 ✔ Some Background ✔ NoSQL
✔ ACID ✔ Cap Theorem ✔ Cloud Providers ✔ Heroku ✔ Google Cloud ✔ AWS
Some Background ✔ NoSQL ✔ Entities ✔ Properties ✔ Keys
✔ Sharding ✔ Replication 3
ACID ✔ Atomic ✔ Consistent ✔ Isolated ✔ Durable 4
CAP Theorem ✔ Consistency ✔ Availabiliy ✔ Partition Tolerance 5
CAP Theorem ✔ Eventually Consistent Operations 6
CAP Theorem ✔ Strongly Consistent Operations 7
Warning!! ✔ The creation and/or use of the listed services
may incur costs. Please read carefully the related docs before proceed to use them!! 8
Warning!! ✔ The creation and/or use of the listed services
may incur costs. Please read carefully the related docs!! 9
Cloud Providers ✔ Heroku mLab MongoDB ✔ Google Cloud Datastore
✔ AWS DynamoDB ✔ MongoDB Atlas ✔ Azure Table Storage ✔ Oracle NoSQL Database 10
Heroku mLab MongoDB ✔ Add-ons ✔ Region Availability ✔ Plans
& Pricing ✔ Sandbox (Free) ✔ … ($$$) 11
Google Cloud Datastore ✔ Region Availability ✔ Plans & Pricing
✔ Free Quota ✔ Backup/Restore ($$$) ✔ Import/Export ($$$) 12
AWS DynamoDB ✔ Region Availability ✔ Plans & Pricing ✔
Free Tier ✔ Provisioned ✔ On-Demand 13
Hands-On ✔ Creating a Heroku project 14
Adiel Cristo Camaçari, BA, Brazil https://github.com/arcristo https://twitter.com/adielcristo https://www.adielcristo.com http://phpba.com.br 15
Links ✔ https://cloud.google.com/datastore/ ✔ https://aws.amazon.com/dynamodb/ ✔ https://www.mongodb.com/cloud/atlas ✔ https://elements.heroku.com/addons ✔
https://azure.microsoft.com/en-us/services/storage/tables/ ✔ https://cloud.oracle.com/en_US/nosql ✔ https://dzone.com/articles/nosql-in-the-cloud-a-scalable-alternative-to-relat 16