https://github.com/phyulwin/freecodecamp-relational-databases-projects
https://github.com/phyulwin/freecodecamp-relational-databases-projects
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phyulwin/freecodecamp-relational-databases-projects
- Owner: phyulwin
- License: cc0-1.0
- Created: 2026-05-19T23:57:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-20T03:17:41.000Z (about 1 month ago)
- Last Synced: 2026-05-20T05:52:14.445Z (about 1 month ago)
- Homepage: https://www.freecodecamp.org/learn/relational-databases-v9
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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