Skip to content

mariomarroquim/cassandra-hits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra Hits

Ruby on Rails project that shows read and write performance over a Cassandra cluster.

Usage

  • Configure and start the cluster.
  • Create a Keyspace called CassandraHits and a Column Family called Hits.
  • Configure the IP addresses for the nodes in config/initializers/constantes.rb.
  • Run ab -n 1000 -c 2 http://localhost:3000/cluster/hit against the app instance.
  • See what happens on http://localhost:3000/cluster. Graphs, numbers, etc.
  • More info at my paper that is going to be finished next month :)

Support

You can contact me at [email protected].

About

Shows read and write performance over a Cassandra cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published