Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 809 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 809 Bytes

Orange-ksql-enriched

Image based on confluentinc/ksqldb-cli:0.28.2 and add some tools to it.

Generic tools

How to get it or build it

How to get it

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

How to build it

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> .

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> orange-ksql-enriched:<image_tag>