◐ Shell
clean mode source ↗

GitHub - ieure/python-cassandra: Egg of the Thrift client for Cassandra

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Python-Cassandra

This package can be used to generate a Python egg for the Cassandra thrift bindings.

Installation

$ make
$ sudo easy_install dist/*.egg

Usage

from cassandra.Cassandra import *
# Get the first 100 results from Table['key'][‘ColumnFamily']
print get_slice_args('Table', 'Key', ColumnParent('ColumnFamily'), '', '',
                     True, 100)