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: 6 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T06:46:40.000Z (over 1 year ago)
- Last Synced: 2025-02-06T14:13:52.863Z (about 1 year ago)
- Topics: cassandra, cassandra-ui, cassandra-web, golang, javascript, vue, vuejs, web
- Language: JavaScript
- Size: 54 MB
- Stars: 86
- Watchers: 8
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cassandra-web
[](https://github.com/orzhaha/cassandra-web/releases)
## Demo

## 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
[](https://star-history.com/#orzhaha/cassandra-web&Date)