As of now, I\'m able to connect to Cassandra via the following code:
import com.datastax.driver.core.Cluster; import com.datastax.driver.core.Session; publi
Spring Data Cassandra provides repository abstractions for Cassandra that you should be able to use in conjunction with the RepositoryItemWriter to write to Cassandra from Spring Batch.
RepositoryItemWriter