Skip to content

Commit

Permalink
docs: add missing dev docker instructions for backends (#8352)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
  • Loading branch information
ncclementi and cpcloud authored Feb 14, 2024
1 parent 32665af commit a20f44a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/contribute/02_workflow.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,16 @@ These client-server backends need to be started before testing them.
They can be started with `docker compose` directly, or using the `just` tool.

- ClickHouse: `just up clickhouse`
- PostgreSQL: `just up postgres`
- Exasol: `just up exasol`
- Flink: `just up flink`
- Impala: `just up impala`
- SQL Server: `just up mssql`
- MySQL: `just up mysql`
- impala: `just up impala`
- Oracle: `just up oracle`
- PostgreSQL: `just up postgres`
- RisingWave: `just up risingwave`
- Trino: `just up trino`
- Druid: `just up druid`

### Test the backend locally

Expand Down

0 comments on commit a20f44a

Please sign in to comment.