Emmanuel Courreges writes: > FYI in case someone has already done it before me, > I am about to attempt to write a driver for Cassandra using CQL-Thrift. > Our C++ Apache WebService which already uses libdbi with drivers for mysql > and postgres is going to need access to Cassandra, and it seems to me like > coding a driver is less work than a whole backend with thread-pooling etc, > which I've already built on top of dbi. > > I will keep you posted, and hope I can give it back to the community when > done. > It will have to be C++ with a lot of extern "C" declarations apparently, > since thrift is C++. > > Regards, > Emmanuel Courrèges > Orange France - Profile and Syndication. >
Sounds like an interesting project, although it is unclear to me at this time how this apparently non-SQL database will fit into the strongly typed libdbi architecture. Please note also that we have planned long ago to move on to the 0.9 series which has several advantages over the latest official releases. You may wish to have a look at the current CVS code. The documentation contained therein should be quite up to date. I wish I had the time to finalize a release ... regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libdbi-drivers-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel
