Created
April 5, 2022 15:31
-
-
Save bradobro/5305731c116482d7355290915f5a067d to your computer and use it in GitHub Desktop.
How to build ksql-cli locally on a mac so you don't have to run it via docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# you probably don't want to run this file--just use it as a guide | |
$ You'll need a Java SDK (like openjdk) and the Java build tool, maven. | |
# for Mac: brew install maven | |
git clone [email protected]:confluentinc/ksql.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment