Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifeparticle/Database-Cheatsheet
Database-Cheatsheet
https://github.com/lifeparticle/Database-Cheatsheet
Last synced: 6 days ago
JSON representation
Database-Cheatsheet
- Host: GitHub
- URL: https://github.com/lifeparticle/Database-Cheatsheet
- Owner: lifeparticle
- License: mit
- Created: 2024-03-11T09:54:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T12:36:11.000Z (8 months ago)
- Last Synced: 2024-08-01T10:19:19.301Z (3 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)