connect « cassandra « Java Database Q&A





1. Connecting and playing with Cassandra in Java    stackoverflow.com

I have read some tutorials on what Cassandra is and what it can do but my problem is how to interface with Cassandra in java? (A tutorial will be nice :-) ...

2. Hector to connect with Cassandra    stackoverflow.com

im trying to connect cassandra with Hector:

public class Main {
    public static void main(String[] args) {
        StringSerializer stringSerializer = StringSerializer.get();
  ...

3. How to connect my Java based Cassandra client to a Cassandra cluster, rather than a specific node?    stackoverflow.com

Greetings, I am trying to learn Cassandra and have setup a 4 node Cassandra cluster. Ihave written a client in Java using Hector, which currently connects to a hard coded single node ...