Git Product home page Git Product logo

klient's Introduction

Klient

Features

Klient can be used as a terminal client with colorful output for several databases .

  1. Colorful output
  2. Simple command - Resue [FORMULA...] which can be stored in $USER_HOMEDIR/.klient.toml
  3. More databases
    • kafka
    • mysql | pgsql
    • postgresql
    • clickhouse
    • redis

Installation

linux

$ sudo wget -O /usr/bin/klient https://github.com/lubit/klient/releases/download/0.0.1/klient.linux.amd64

macos

$ sudo wget -O /usr/bin/klient https://github.com/lubit/klient/releases/download/0.0.1/klient.mac

Usage

$ klient [driver] [commands] [FORMULA...]

Exmaple

$ klient kafka produce -B 'localhost:9092' -T test

kafka-produce

$ klient kafka consume  -B 'localhost:9092' -T test  -G test-consumer-group -u root -p 12345

kafka-consume

TIPS

Omit [FORMULA...] parameters which were stored in $USER_HOMEDIR/.klient.toml

$ klient kafka consume

kafka-consume-without-params

$ klient kafka status  -B 'localhost:9092' -T test  -G test-consumer-group

kafka-status

$ klient mysql -H localhost -P 3306 -u root -p 12345 -e 'select *  from user'

mysql


Reference Driver

postgresql: github.com/lib/pq


Authors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.