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
32
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
40
Other Decks in Technology
See All in Technology
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
150
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
230
ChatGPTとPlantUML/Mermaidによるソフトウェア設計
gowhich501
1
130
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
390
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.8k
AI開発ツールCreateがAnythingになったよ
tendasato
0
120
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
450
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
200
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
Webブラウザ向け動画配信プレイヤーの 大規模リプレイスから得た知見と学び
yud0uhu
0
230
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
240
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
We Have a Design System, Now What?
morganepeng
53
7.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Agile that works and the tools we love
rasmusluckow
330
21k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
How STYLIGHT went responsive
nonsquared
100
5.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
How GitHub (no longer) Works
holman
315
140k
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