Skip to content

Instantly share code, notes, and snippets.

View robertocsa's full-sized avatar

Roberto Carlos dos Santos robertocsa

View GitHub Profile
@robertocsa
robertocsa / CassandraExample.java
Created July 7, 2018 21:25 — forked from MBtech/CassandraExample.java
Cassandra Java Example
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package mb.learningcurve.Cassandra;
import com.datastax.driver.core.Cluster;
import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.Row;