Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haeramkeem/15445.fall.2024.courses.cs.cmu.edu
DBMS playground powered by Docker Compose
https://github.com/haeramkeem/15445.fall.2024.courses.cs.cmu.edu
Last synced: 24 days ago
JSON representation
DBMS playground powered by Docker Compose
- Host: GitHub
- URL: https://github.com/haeramkeem/15445.fall.2024.courses.cs.cmu.edu
- Owner: haeramkeem
- License: mit
- Created: 2024-07-05T01:38:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:11:51.000Z (7 months ago)
- Last Synced: 2024-11-08T14:30:33.013Z (3 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DBMS playground powered by Docker Compose
> **NOTE**: This repository is based on the context of [CMU CS 15445](https://15445.courses.cs.cmu.edu/).
## Index
- [DuckDB](./duckdb)
- [MySQL](./mysql)
- [PostgreSQL](./postgres)## Basic information
- Credential (Except for the DuckDB)
- All of the credentials are configured w/ same id:passwd (`toor:toor`) for simplicity.
- Port (Except for the DuckDB)
- Each DBMS container opens default port for the DBMS (e.g. `5432` for PostgreSQL)
- And web client container opens `+20000` port for that DBMS (e.g. `25432` for PGAdmin)
- Init SQL files
- SQL files for the initiation are stored in same directory named `init`.