Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/python-cli-cassandra-multi-node-without-ssl-insert-client
POC for multi node without ssl cassandra in python.
https://github.com/bearddan2000/python-cli-cassandra-multi-node-without-ssl-insert-client
cassandra cassandra-driver cli client insert multi node padas python ssl without
Last synced: about 2 months ago
JSON representation
POC for multi node without ssl cassandra in python.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-cassandra-multi-node-without-ssl-insert-client
- Owner: bearddan2000
- Created: 2023-12-15T18:12:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:13:01.000Z (about 1 year ago)
- Last Synced: 2024-07-30T17:38:06.957Z (6 months ago)
- Topics: cassandra, cassandra-driver, cli, client, insert, multi, node, padas, python, ssl, without
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-cli-cassandra-multi-node-without-ssl-insert-client
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cli-cassandra-multi-node-without-ssl-insert-client
## Description
POC for multi node without ssl cassandra in python.- Features
- multi node cassandra
- cql
- create keyspace
- create table
- single insert
- pandas dataframe## Tech stack
- python
- cassandra-driver
- padas
- cassandra## Docker stack
- python:3.8-bullyseye
- cassandra:4.0## To run
`sudo ./install.sh -u`## To stop (optional)
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`