Docker image that provides tools to generate a sample of data for testing ksql
jq
- JSON processing tool (https://stedolan.github.io/jq/)- Kcat - kcat is a generic non-JVM producer and consumer for Apache Kafka (https://github.com/edenhill/kcat)
Pull the image from github container registry:
docker docker pull ghcr.io/orange-cloudfoundry/ksql-test-docker:<image_tag>
Clone the repository:
https://github.com/orange-cloudfoundry/ksql-test-docker.git
Then, build the image:
docker build -t ksql-test-docker:<image_tag> .
see : https://docs.ksqldb.io/en/latest/operate-and-deploy/installation/install-ksqldb-with-docker/
docker run -e KSQL_KSQL_QUERIES_FILE=<path-in-container-to-sql-file> ksql-test-docker:<image_tag>