Skip to content

dgnyshn/ksql-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSQL-CLI

The main purpose is while supporting all features of ksql cli , at the same time listing errors and changing server connection on the fly. Inspired from docker-shell and ksql.

Installation

Build From The Source Code

You can build from the source code following those steps

- git clone git@github.com:theLastAirbander/ksql-cli.git
- cd ksql-cli
- sudo go build -o /usr/local/bin/ksql-cli .
- ksql-cli

Features

  • Execute queries
  • List / Show , Print, Create , Drop , Terminate, Describe , Select ,Insert
  • Server Health check and status
  • Visualize response
  • Interactivity
  • Save environment details and change server connection on the fly

How to use

After install you can type 'ksql-cli' then you can start to use.

asciicast

Meta

Doğanay Şahin @last_air_bander - doganaysahin40@gmail.com

Contributing

  • Fork it (https://github.com/theLastAirbander/ksql-cli.git)
  • Create your feature branch (git checkout -b feature/fooBar)
  • Commit your changes (git commit -am 'Add some fooBar')
  • Push to the branch (git push origin feature/fooBar)
  • Create a new Pull Request