Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Sample application with CQL schema for illustration of bad modeling example in Apache Cassandra.

Notifications You must be signed in to change notification settings

jacekgajek/cassandra-trainings-bad-model-example

 
 

Repository files navigation

Bad Cassandra modeling example

Bad modeling example for Cassandra trainings. Contains:

  • schema definition
  • cassandra-stress schenarios
  • sample Java application for data generation

To run all stress tests, including the semantive.generator.model Java application:

  1. Build .jar file for the Java application data generator: mvn package
  2. Make sure there that the 9042 port isn't occupied by a host service or another container.
  3. Spin up a cassandra node and run stress tests: docker-compose up --build

About

Sample application with CQL schema for illustration of bad modeling example in Apache Cassandra.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Dockerfile 0.3%