Skip to content

Tools for downloading and working with raw data stored in Apache Cassandra

Notifications You must be signed in to change notification settings

mlew/cassandra-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra-Tools

This package is a set of tools for exporting cassandra data in different formats.

Installation

To install cassandra-tools, simply:

pip install -U -e 'git+ssh://git@github.com/mlew/cassandra-tools.git#egg=cassandra-tools'

Or, for development:

git clone git@github.com:mlew/cassandra-tools.git
cd cassandra-tools
pip install -U -e .

Make sure you have python headers installed so you can compile the C extension for thrift.

sudo apt-get install python-dev

About

Tools for downloading and working with raw data stored in Apache Cassandra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages