Skip to content

bearddan2000/python-cli-cassandra-single-node-without-ssl-create-keyspace-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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