Optimizing the Data Tier in Serverless web Applications 課程筆記
繼續學習 re:Invent 2016 的 Serverless 系列課程. 這一堂內容主要是講Serverless架構中,有關於資料層這方面的一些重點提示.
Data tier options on AWS
選項
後端資料層的選項大概有這幾種, 依適合的場合來選擇.
- DynamoDB
- ElastiCache
- RDS
- Redshift
DynamoDB use cases
NoSQL 與 SQL 各有擅場, 這邊舉了一些DynamoDB適合的場景
- 線上廣告: Ad serving, ID lookup ..
- IoT: Tracking state, metadata and readings from millions of devices ..
- Gaming: 排行榜, session information..
- Mobile & Web …