- Serverless Design Patterns and Best Practices
- Brian Zambrano
- 138字
- 2021-08-27 19:12:05
Data layer
It's safe to say that most web applications today have some data store, whether it's a relational database (PostgreSQL, MySQL, SQLServer, and so on), a non-relational database (MongoDB, Redis, Cassandra, and so on), or even static file storage (S3, OS filesystem, and so on).
AWS RDS service will manage a PostgreSQL database for our coffee cupping application. RDS offers different RDBMS choices, most notably PostgreSQL, MySQL, Oracle, and SQLServer. There are other choices, and I encourage you to take a look at the various offerings. For this exercise, we'll be using a standard PostgreSQL database hosted on RDS. Many configuration options come with RDS, which we won't cover. Just know that it's possible and quite simple to run, configure, and manage a high-availability RDBMS instance using RDS. Other PaaS providers offer similar services for relational databases.
- 電力自動(dòng)化實(shí)用技術(shù)問答
- 構(gòu)建高質(zhì)量的C#代碼
- R Machine Learning By Example
- Java實(shí)用組件集
- Mastering Elastic Stack
- 機(jī)器學(xué)習(xí)流水線實(shí)戰(zhàn)
- Prometheus監(jiān)控實(shí)戰(zhàn)
- Applied Data Visualization with R and ggplot2
- C++程序設(shè)計(jì)基礎(chǔ)(上)
- 網(wǎng)絡(luò)服務(wù)器搭建與管理
- Windows安全指南
- 大數(shù)據(jù)案例精析
- 電腦上網(wǎng)入門
- AMK伺服控制系統(tǒng)原理及應(yīng)用
- Oracle 11g Anti-hacker's Cookbook