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.
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
- 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
After install you can type 'ksql-cli' then you can start to use.
Doğanay Şahin @last_air_bander - doganaysahin40@gmail.com
- 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