Databases¶
Relational and NoSQL engines used in production, selected according to the consistency, access-pattern and latency requirements of each system.
-
MySQL
An open-source relational database management system, widely used for its performance, reliability and ease of use.
-
PostgreSQL
An open-source relational database known for robustness, scalability and support for advanced features.
-
SQL Server
Microsoft's relational database, known for high performance, scalability and security.
-
MongoDB
A document-oriented NoSQL database built for flexibility and horizontal scalability, well suited to unstructured data.
-
Redis
An open-source in-memory key-value store, known for its speed, caching capabilities and support for a variety of data structures.
-
DynamoDB
A fully managed NoSQL database service from AWS, known for its scalability, reliability and low latency.