This repo is configured with a devcontainer. To use the devcontainer, install the VSCode Remote extension pack and follow the instructions or open GitHub Codespaces from GitHub.com.
The devcontainer is configured with the following services.
| Service | Env var / URL | 
|---|---|
| CockroachDB | DATABASE_URL=postgres://root@cockroach:26257/defaultdb | 
| Kafka UI | http://localhost:34197 | 
| Kafka | KAFKA_BOOTSTRAP_SERVER=kafka:9092 | 
| Zookeeper | zookeeper:2181 | 
Sample data is available under data/. Additional datasets may be downloaded from the Azure Databricks sample datasets page.