Skip to content

jorge-imperial/libcassandra

 
 

Repository files navigation

== libcassandra

A C++ wrapper library for the interface to cassandra generated by thrift. This library is based on
the Java client hector.

== Install

$ ./config/autorun.sh
$ ./configure
$ make 
$ make install

== Compiling apps with libcassandra

$ g++ file.cc -lcassandra -lthrift -I/usr/local/include/thfit

Obviously, you should modify the line for your include to be where your thrift headers are
installed.

== Copyright

Copyright (c) 2010 Padraig O'Sullivan. See COPYING for details.

About

A high level C++ client for Cassandra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published