Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelselasi/alx-backend-storage
Advanced MySQL, NoSQL, Redis
https://github.com/samuelselasi/alx-backend-storage
mongodb mysql nosql
Last synced: 6 days ago
JSON representation
Advanced MySQL, NoSQL, Redis
- Host: GitHub
- URL: https://github.com/samuelselasi/alx-backend-storage
- Owner: samuelselasi
- Created: 2023-10-11T12:34:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T08:54:54.000Z (over 1 year ago)
- Last Synced: 2024-11-23T06:18:01.951Z (2 months ago)
- Topics: mongodb, mysql, nosql
- Language: Python
- Homepage:
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storage - Backend Specialization
![download (2)](https://github.com/samuelselasi/alx-backend-storage/assets/85158665/d1c9a745-4f65-4c24-97c1-40edea703971)## Table of Contents
* [About](#about)
* [Requirements](#requirements)
* [Projects](#projects)## About
This directory consists of:* Advanced MySQL
* NoSQL
* Redis## Requirements
* All your files will be executed on Ubuntu `18.04` LTS using MySQL `5.7` (version `5.7.30`)
* All your files should end with a new line
* All your SQL queries should have a comment just before
* All your files should start by a comment describing the task
* All SQL keywords should be in uppercase (`SELECT`, `WHERE`…)
* A `README.md` file, at the root of the folder of the project, is mandatory
* The length of your files will be tested using `wc`## Projects
0. [0x00-MySQL_Advanced](./0x00-MySQL_Advanced)
1. [0x01-NoSQL](./0x01-NoSQL)
2. [0x02-redis_basic](./0x02-redis_basic)