forked from posulliv/libcassandra
-
Notifications
You must be signed in to change notification settings - Fork 5
A high level C++ and C client for Cassandra
License
minaguib/libcassandra
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== End-Of-Life notice This driver did its job at the time, but since has been greatly superceded by: https://github.com/datastax/cpp-driver Please switch to the above. Original README: == 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. . Internal libgenthrift generated by thrift 0.6.0 == 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/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++ and C client for Cassandra
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 65.8%
- M4 31.8%
- Shell 2.2%
- Other 0.2%