jedberg / cassandra-sample

A program that does some simple interactions with Cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cassandra-sample

A program that does some simple interactions with Cassandra

To run the program, install the required libraries from requirements.txt (easiest is to use pip)

Then just run sample.py

You'll need cassandra running somewhere -- the easiest is to run it locally. If that doesn't work you can run it elsewhere, just edit line 47 with the correct hostname.

About

A program that does some simple interactions with Cassandra


Languages

Language:Python 100.0%