There are a lot of types of databases out there. Which one you use depends on what you need it for. Here are a few examples ππ§΅
#100DaysOfCode #CodeNewbies #databases
βΆοΈ RELATIONAL DATABASE
This is the most popular database out there. It depends on tables which have relationships between them (thus "relational"). Popular examples include:
π@MySQL
π @PostgreSQL
π @SQLServer
βΆοΈ NOSQL DATABASE
The opposite of a relational database. It doesn't rely on tables and relationships, which is why it's called No-SQL. It is instead (usually) reliant on documents. Popular examples include:
π @MongoDB
π @couchbase
π @dynamodb by @awscloud
βΆοΈ GRAPH DATABASE
Databases that use "graphs" instead of tables for data. Graphs use nodes and edges to express relationships between entities. Examples:
π @neo4j
π @awscloud Neptune
βΆοΈ KEY-VALUE STORE
Databases optimised for storing "dictionaries" or key-value pairs. Most popular example:
π @RedisLabs
βΆοΈ TIME SERIES DATABASE
Databases optimised for storing "time series" data (data indexed in time order), used for (for example) trends. Example:
π @InfluxDB
Share this Scrolly Tale with your friends.
A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.
