Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lifeparticle/Database-Cheatsheet

Database-Cheatsheet
https://github.com/lifeparticle/Database-Cheatsheet

Last synced: 6 days ago
JSON representation

Database-Cheatsheet

Awesome Lists containing this project

README

        

| Type | Examples |
|------|----------|
| RDBMS | MySQL, PostgreSQL, Oracle Database, Microsoft SQL Server, MariaDB |
| Cloud-based, relational databases | Cloud SQL, Cloud Spanner, AlloyDB |
| NoSQL | **Key-value pair**: DynamoDB
**Columnar:** Snowflake
**Document:** MongoDB, DynamoDB, CosmosDB
**Graph:** ArangoDB
**Time series**: InfluxDB, KairosDB, Prometheus, ClickHouse |
| Cloud-based, NoSQL databases | Cloud Firestore |
| In-Memory Databases | Redis, SAP HANA, Oracle TimesTen |

# Resources

1. [Types of NoSQL databases](https://docs.aws.amazon.com/whitepapers/latest/choosing-an-aws-nosql-database/types-of-nosql-databases.html)
2. [What is NoSQL?](https://cloud.google.com/discover/what-is-nosql)
3. [What is a relational database?](https://cloud.google.com/learn/what-is-a-relational-database)
4. [What Is an In-Memory Database?](https://aws.amazon.com/nosql/in-memory/)