Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelmwangiw/docker-cqlsh-client
https://github.com/samuelmwangiw/docker-cqlsh-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelmwangiw/docker-cqlsh-client
- Owner: SamuelMwangiW
- Created: 2023-12-07T15:48:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:26:30.000Z (11 months ago)
- Last Synced: 2024-11-24T20:47:32.449Z (about 2 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a `cqlsh` client in a Docker container for when you need to connect to a remote ScyllaDB or Cassandra cluster without the need to the full [scylladb/scylla](https://hub.docker.com/r/scylladb/scylla) or [cassandra](https://hub.docker.com/_/cassandra) docker images which include the respective DB server.
# Running
To run the image, kindly execute the following on the terminal
```BASH
docker run --rm -it samuelmwangiw/cqlsh-client bash
```Once in CQLSH, you may proceed to connect to your ScyllaDB or Cassandra cluster as you normally would; e.g.
```BASH
cqlsh 10.42.0.69 -u ninja
```# Security
If you discover any security related issues, please email samuel at samuelmwangi dot co dot ke instead of using the issue tracker.