Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker compose files and tests #763

Open
kdhrubo opened this issue Nov 6, 2024 · 1 comment
Open

Add docker compose files and tests #763

kdhrubo opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request tests anything to do with Tests (resources, data, config, etc.) verification Testing task
Milestone

Comments

@kdhrubo
Copy link
Collaborator

kdhrubo commented Nov 6, 2024

Add docker compose files like this one

https://github.com/9tigerio/db2rest/blob/master/docker-compose/postgresql/docker-compose.yml

  1. Test health
  2. Create employee table with following attributes - id pk, name
  3. Insert 1 employee
  4. Query all

This is required for the following databases

  1. MySQL
  2. MariaDB
  3. SQLSERVER (if free image available)
  4. Oracle
  5. Tembo
  6. PgML
  7. Yugabyte (not sure if image is available, its open source though)
  8. Neon (not sure if image is available)
  9. Nile (not sure if image is available)
@kdhrubo kdhrubo added the enhancement New feature or request label Nov 6, 2024
@kdhrubo kdhrubo added this to the Nov2024 milestone Nov 6, 2024
@kdhrubo kdhrubo modified the milestones: Nov2024, Jan2025 Jan 20, 2025
@kdhrubo
Copy link
Collaborator Author

kdhrubo commented Jan 23, 2025

@thadguidry - i believe its good for the following:

  1. MySQL
  2. MariaDB
  3. SQLSERVER (if free image available)
  4. Oracle
  5. PostgreSql

@kdhrubo kdhrubo self-assigned this Jan 23, 2025
kdhrubo pushed a commit that referenced this issue Jan 23, 2025
@kdhrubo kdhrubo added verification Testing task tests anything to do with Tests (resources, data, config, etc.) labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests anything to do with Tests (resources, data, config, etc.) verification Testing task
Projects
None yet
Development

No branches or pull requests

2 participants