forked from xiaozhou/libcassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
A high level C++ and C client for Cassandra
License
sirikata/libcassandra
Folders and files
Name | Name | Last commit message | 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. The master branch will follow along with Cassandra trunk. Branches corresponding to stable releases of Cassandra will be available. Downloads of these branches are also provided. The current master and 0.7.0 branches will work with Apache Cassandra 0.7.x. == Install $ ./config/autorun.sh $ ./configure $ make $ make install == Running unit tests If Google's C++ unit test framework, gtest, is installed on your machine, the unit tests can be run. $ make check The unit tests require a cassandra server with the default out of the box storage-conf.xml file to be running. == Compiling apps with libcassandra $ g++ file.cc -lcassandra -lthrift -I/usr/local/include/thrift 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. env CXXFLAGS="-DT_GLOBAL_DEBUG_VIRTUAL=0 -Wno-variadic-macros -Wno-overloaded-virtual" ./configure
About
A high level C++ and C client for Cassandra
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 98.2%
- C 1.1%
- Other 0.7%