Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

SpringOnePlatform2016/sneak-peek-spring-data-cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sneak Peek at Spring Data Cassandra

This repository contains code samples for the Sneak Peek at Spring Data Cassandra talk.

Preparation

Install Cassandra

Before we can start we have to install Cassandra 3.4 or greater, e.g. via brew on Max OS.

$ brew install cassandra

or download Cassandra from https://www.apache.org/dist/cassandra/

$ wget https://www.apache.org/dist/cassandra/3.7/apache-cassandra-3.7-bin.tar.gz
$ tar xzf apache-cassandra-3.7-bin.tar.gz

More details can be found here: https://wiki.apache.org/cassandra/GettingStarted

Start Cassandra

/usr/local/bin/cassandra -f 

That should be enough to get you started. Now you can simply type mvn clean install to run the example.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •