Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 903 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 903 Bytes

ksql-test-docker

Docker image that provides tools to generate a sample of data for testing ksql

Generic tools

How to get it or build it

How to get it

Pull the image from github container registry:
docker docker pull ghcr.io/orange-cloudfoundry/ksql-test-docker:<image_tag>

How to build it

Clone the repository:
https://github.com/orange-cloudfoundry/ksql-test-docker.git

Then, build the image:
docker build -t ksql-test-docker:<image_tag> .

How to use it

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>