Repo of the demo performed at Subsurface 2023.
- build the docker image:
docker build . -t nessie-demo
- on one background shell run
./start-nessie.sh
- on another shell run
./start-shell
- Run the commands that are in the
commands
text file - Have fun 🐉
- Build the docker image:
./build-image.sh
- Run
docker compose up
- Access Airflow UI on
localhost:8080
, Spark UI onlocalhost:4040
, Nessie UI onlocalhost:19120
- Run the WAP_Demo DAG from the UI.