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

https://github.com/phyulwin/freecodecamp-relational-databases-projects


https://github.com/phyulwin/freecodecamp-relational-databases-projects

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

### General classification for major Amazon Web Services storage services:

* Amazon DynamoDB → NoSQL database

* Key-value and document database
* Serverless
* Good for fast scalable apps

* Amazon S3 → Object storage

* Stores files, images, videos, backups, logs
* Not a database
* Uses buckets and objects

* Amazon RDS → SQL relational database service

* Supports PostgreSQL, MySQL, etc.
* Traditional tables, joins, foreign keys

* Amazon Aurora → SQL relational database

* AWS high-performance version of MySQL/PostgreSQL

* Amazon Redshift → SQL data warehouse

* Analytics and large-scale reporting

* Amazon ElastiCache → In-memory cache

* Uses Redis or Memcached

* Amazon Neptune → Graph database

* Nodes and relationships

* Amazon DocumentDB → NoSQL document database

* MongoDB-compatible style

* Amazon EFS → File storage

* Shared Linux filesystem

* Amazon Glacier → Archive/cold storage

* Long-term backup storage