Reputation: 1353
I was just wondering if it is possible to run KSQL on windows machine. I downloaded from https://www.confluent.io/product/ksql/ and not sure how to set up and run.
Thanks MR
Upvotes: 2
Views: 604
Reputation: 32060
Your best bet is to run it under Docker. You can find the images on Docker Hub, and there are Docker Compose files to bring up the full stack as required.
Upvotes: 2