Bancos de dados SQL e NoSQL na AWS: uma comparação

SQL and NoSQL Databases on AWS: A Comparison

AWS is the market leader in cloud computing, offering SQL and NoSQL solutions to its customers. Both are great, but which should you choose?

Imagem em destaque

What is a database and why is it important?

DynamoDB is Amazon's proprietary key-value and document database solution. Like other cloud-based services, it is serverless, which means it can dynamically scale up or down as needed.

Another important point is that DynamoDB global tables replicate data across multiple AWS regions, so you can always access your data from the closest available server, no matter where in the world you are.

Which service to choose?

If you intend to build a project from scratch and are sure that you will work with AWS for the long term, then regardless of whether your database is relational or not, you should stick with Amazon's proprietary solutions. They tend to be cheaper and have more support than the alternatives.

On the other hand, if you want to move to the cloud or want to make sure your database is as compatible as possible, services like RDS or DocumentDB are your best bet. Either way, you can't go wrong.

Source: BairesDev

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.