通过Apache Cassandra页面和其他链接的Cassandra文档,重点似乎是CQL,并且没有对jdbc的引用。 Cassandra jdbc还在积极开发吗?谷歌搜索'cassandra jdbc'会出现一些问题,但似乎没有任何内容与apache或datastax相关联。如果有人使用的是Cassandra jdbc,你使用哪一个?
感谢
答案 0 :(得分:3)
Progress DataDirect's Cassandra driver supports the following:
You can find more information over here: https://www.progress.com/jdbc/apache-cassandra或https://www.progress.com/jdbc/datastax-enterprise
希望这很有帮助。如果您有任何具体问题,请与我们联系。
答案 1 :(得分:1)
CData Software(我工作的公司)制作JDBC Driver for Cassandra。截至2016年5月31日,该驱动程序处于Beta版,但它已编写为JDBC标准,并且可以在支持JDBC的任何和所有环境中运行。
上面的链接将带您进入该页面以阅读有关驱动程序的更多信息并下载Beta版(或者在发布驱动程序后试用/完整版)。
答案 2 :(得分:1)