Skip to content

Instantly share code, notes, and snippets.

@bradobro
Created April 5, 2022 15:31
Show Gist options
  • Save bradobro/5305731c116482d7355290915f5a067d to your computer and use it in GitHub Desktop.
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
#!/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 git@github.com:confluentinc/ksql.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment