Skip to content

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

License

Notifications You must be signed in to change notification settings

orange-cloudfoundry/ksql-test-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published