Skip to content

Accenture/caspanda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov.io

                                     _       
  ___ __ _ ___ _ __   __ _ _ __   __| | __ _ 
 / __/ _` / __| '_ \ / _` | '_ \ / _` |/ _` |
| (_| (_| \__ \ |_) | (_| | | | | (_| | (_| |
 \___\__,_|___/ .__/ \__,_|_| |_|\__,_|\__,_|
              |_|                            

Aaron Benz
Charlie Hack
Spring 2015

caspanda

Pandas interface for Cassandra.

Installation

$ python setup.py install

should suffice to process dependencies for most users.

You'll also need Cassandra:

$ brew install cassandra

Usage

TODO: usage examples

Tests

There are some unit and integration tests in the caspanda/tests/ directory.

Run from the command line with

$ nosetests

TODO

  • grep -r TODO .
  • brainstorm naming convention for CassandraPanda--
    not really clear what it's for / why it's needed from the name

About

Using Pandas easily with Cassandra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%