Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orzhaha/cassandra-web
cassandra web ui
https://github.com/orzhaha/cassandra-web
cassandra cassandra-ui cassandra-web golang javascript vue vuejs web
Last synced: about 23 hours ago
JSON representation
cassandra web ui
- Host: GitHub
- URL: https://github.com/orzhaha/cassandra-web
- Owner: orzhaha
- License: mit
- Created: 2018-05-04T15:28:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T06:46:40.000Z (6 months ago)
- Last Synced: 2024-08-12T17:43:36.322Z (5 months ago)
- Topics: cassandra, cassandra-ui, cassandra-web, golang, javascript, vue, vuejs, web
- Language: JavaScript
- Size: 54 MB
- Stars: 83
- Watchers: 8
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cassandra-web
[![latest-tag](https://badgen.net/github/release/orzhaha/cassandra-web)](https://github.com/orzhaha/cassandra-web/releases)
## Demo
![index](webui.gif)## 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---
## Supported Cassandra Versions
------------------2.1.x | 2.2.x | 3.x.x
-------| ------| ---------
yes | yes | yes---
## 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
```sh
docker pull ipushc/cassandra-web
```
##### Environment* HOST_PORT: ":80"
* READ_ONLY: false (default)
* CASSANDRA_HOST: cassandra host
* CASSANDRA_PORT: 9042
* CASSANDRA_USERNAME: username
* CASSANDRA_PASSWORD: password
* APP_PATH: path---
## API
API [Doc](./Doc.md)
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=orzhaha/cassandra-web&type=Date)](https://star-history.com/#orzhaha/cassandra-web&Date)