| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This package can be used to generate a Python egg for the Cassandra thrift bindings.
$ make $ sudo easy_install dist/*.egg
from cassandra.Cassandra import *
# Get the first 100 results from Table['key'][‘ColumnFamily']
print get_slice_args('Table', 'Key', ColumnParent('ColumnFamily'), '', '',
True, 100)
| Back | FazBrowse Home | New Git URL |