Skip to content

Latest commit

 

History

History
executable file
·
35 lines (28 loc) · 564 Bytes

File metadata and controls

executable file
·
35 lines (28 loc) · 564 Bytes

python-cli-cassandra-single-node-without-ssl-index-client

Description

POC for single node without ssl cassandra in python.

  • Features
    • single node cassandra
    • cql
      • create keyspace
      • create table
      • bulk command
        • insert
        • delete
      • single insert
      • create index
    • 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