Henry
Henry

Reputation: 926

Hector integration with CQL

Will Hector be integrated with CQL in Cassandra 0.8.1? Is anyone actively developing this or know of it? Also, does anyone know of any other Java clients (like Pelops, Hector, Kundera, etc) that are being developed to integrate to use the new CQL in the release of Cassandra 0.8.1? Does anyone have any recommendations on which Java client to use while running a Cassandra database?

Upvotes: 1

Views: 2248

Answers (2)

vivek mishra
vivek mishra

Reputation: 1162

Kundera does provide support for CQL as nativequery

Upvotes: 1

eggsy84
eggsy84

Reputation: 1139

Hector does have CQL support now.

You can see a few examples on their GitHub page:

Hector CQL Github Page

Also from what I have used only really at beginner level - the Hector library seems to be the most complete and logical to use/understand.

Upvotes: 4

Related Questions