Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/python-cli-cassandra-single-node-without-ssl-create-keyspace-client

POC for single node without ssl cassandra in python.
https://github.com/bearddan2000/python-cli-cassandra-single-node-without-ssl-create-keyspace-client

cassandra cassandra-driver cli client create keyspace node padas python single ssl without

Last synced: about 2 months ago
JSON representation

POC for single node without ssl cassandra in python.

Awesome Lists containing this project

README

        

# python-cli-cassandra-single-node-without-ssl-create-keyspace-client

## Description
POC for single node without ssl cassandra in python.

- Features
- single node cassandra
- cql
- create keyspace
- 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`