eyealike/libcassandra
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.