feat: add iceberg with spark

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-05 23:23:34 +02:00
parent a0be74c4d8
commit f345a956c9
6 changed files with 112 additions and 0 deletions

8
docker-exec.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/zsh
docker compose \
-f templates/docker-compose.rising-wave.yaml \
-f templates/docker-compose.iceberg.yaml \
-f templates/docker-compose.clickhouse.yaml \
-f templates/docker-compose.yaml \
$@