Image based on confluentinc/ksqldb-cli:0.28.2 and add some tools to it.
jq
- JSON processing tool (https://stedolan.github.io/jq/)
Pull the image from github container registry:
docker pull ghcr.io/orange-cloudfoundry/orange-ksql-enriched:<image_tag>
Clone the repository:
git clone https://github.com/orange-cloudfoundry/orange-ksql-enriched.git
Then, build the image:
docker build -t orange-ksql-enriched:<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> orange-ksql-enriched:<image_tag>