kisekitw / cassandra-web

cassandra web ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cassandra-web

Demo

index

Features

  • Theme Dark
  • Table Row Prev Next Page
  • Table Row Edit
  • Table Row filter
  • Table Row Delete
  • Table Rown Find
  • Table Definition
  • Table Export
  • Table Import
  • CQL Query

Usage

download

$ wget https://github.com/orzhaha/cassandra-web/releases/download/v1.0.5/linux.tar.gz

unzip

$ tar zxvf linux.tar.gz

npm install

$ cd client && npm i && npm run build

run service

$ ./service -c config.yaml

depend

cqlsh


Docker

docker pull ipushc/cassandra-web
Environment
  • HOST_PORT: ":80"
  • CASSANDRA_HOST: cassandra host
  • CASSANDRA_PORT: 9042
  • CASSANDRA_USERNAME: username
  • CASSANDRA_PASSWORD: password

API

API Doc

About

cassandra web ui

License:MIT License


Languages

Language:JavaScript 57.4%Language:Go 22.0%Language:CSS 18.6%Language:Dockerfile 1.1%Language:Smarty 0.7%Language:HTML 0.2%