/compose-dbms

DBMS playground powered by Docker Compose

Primary LanguageDockerfileMIT LicenseMIT

DBMS playground powered by Docker Compose

NOTE: This repository is based on the context of CMU CS 15445.

Index

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.