Skip to content

ieure/python-cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Egg of the Thrift client for Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages