A Docker Compose deployment for Deephaven.
For instructions on launching and using Kafka, see How to connect to a Kafka stream. For instructions on getting started with Deephaven, see the Quickstart.
To launch Deephaven, execute the following in your deployment directory:
curl -O https://raw.githubusercontent.com/deephaven/deephaven-core/main/containers/python-redpanda/docker-compose.yml
docker compose pull
docker compose up -d