FWIW, there is also a JDBC driver for Cassandra/CQL: https://code.google.com/a/apache-extras.org/p/cassandra-jdbc/
I'm not sure why this is a good thing, but I'm mentioning it as per Mateusz's remark regarding the Impala JDBC driver. In addition, Datastax is working on a binary protocol that enables native CQL, instead of going over thrift. The current implementation is java based: https://github.com/datastax/java-driver/tree/master/driver-core On 31 March 2013 23:01, Mateusz Loskot <[email protected]> wrote: > On 31 March 2013 21:01, Denis Arnaud <[email protected]> wrote: >> Now that you bring the issue about supporting NoSQL databases, we can think >> of plenty other cases, e.g., MongoDB, HBase, Hypertable, Impala, Drill. Note >> that Hypertable may be easier to support, as it is being developed natively >> in C++. > > The term of NoSQL has been dangling around for a while: > https://github.com/SOCI/soci/wiki/Roadmap > > I suppose, any storage interface accessible with CRUD operations > should be "wrapable" as SOCI backend, especially those with > text-based queries. > >> As for Impala, a friend of mine is developing a JDBC driver and a >> client wrapper interface >> (https://github.com/pauldeschacht/impala-java-client), but it is in Java... > > The fact that JDBC is used sounds encouraging, it should feasible then :) > > Best regards, > -- > Mateusz Loskot, http://mateusz.loskot.net > > ------------------------------------------------------------------------------ > Own the Future-Intel(R) Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. Compete > for recognition, cash, and the chance to get your game on Steam. > $5K grand prize plus 10 genre and skill prizes. Submit your demo > by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 > _______________________________________________ > soci-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/soci-users ------------------------------------------------------------------------------ Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
