简体   繁体   中英

AWS database for a simple service

Which is the best AWS db for a simple microservice that has one table of data with potentially lots of fields per row.

The service will simply store data sent from an admin panel and then get queried by graphql.

Given your simple description I would go with Amazon's DynamoDB. According to their docs:

"Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It's a fully managed, multiregion, multimaster, durable database with built-in security, backup and restore, and in-memory caching for internet-scale applications. DynamoDB can handle more than 10 trillion requests per day and can support peaks of more than 20 million requests per second."

Seems to fulfill your needs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM