Savvas Stephanides | Unpezable Games πŸ‡¨πŸ‡ΎπŸ•ΉοΈ Profile picture
I'm a dev. Unpezable Games https://t.co/MRmO6Zyuwb

Aug 5, 2020, 6 tweets

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.

Keep scrolling