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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Adiel Cristo
April 06, 2019
Technology
0
21
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
40
Saindo do Legado com os Componentes Symfony - PHP Conference Brasil 2019
adielcristo
0
180
Crawling the Web with the New Symfony Components
adielcristo
0
37
PHP Internals: Primeiros Passos - PHP Community Summit 2019
adielcristo
0
95
Testando aplicações legadas: por onde começo?
adielcristo
0
88
OWASP Top 10-2017: Sua aplicação está protegida?
adielcristo
0
46
Other Decks in Technology
See All in Technology
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
290
AI時代のSaaSとETL
shoe116
1
120
身体を持ったパーソナルAIエージェントの 可能性を探る開発
yokomachi
1
110
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
160
実践 Datadog MCP Server
nulabinc
PRO
1
100
vLLM Community Meetup Tokyo #3 オープニングトーク
jpishikawa
0
330
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.7k
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
560
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.2k
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
200
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
560
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
160
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Speed Design
sergeychernyshev
33
1.6k
How to Talk to Developers About Accessibility
jct
2
150
The Art of Programming - Codeland 2020
erikaheidi
57
14k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
A Tale of Four Properties
chriscoyier
163
24k
GitHub's CSS Performance
jonrohan
1032
470k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
290
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