Skip to content

abhsrivastava/AstyanaxScala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Scala application to query cassandra using Astyanax library

install the cassandra image using

docker run --name cassandra -d -p 7000:7000 -p 9160:9160 -p 9042:9042 -p 7199:7199 -v /Users/abhsrivastava:/host -v /Users/abhsrivastava/data/cassandra:/var/lib/cassandra cassandra:latest

install the sample database from here

https://github.com/riptano/cdm

About

Query Cassandra using Astyanax and Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages