47degrees / sbt-embedded-cassandra

Simple plugin for starting an embedded Cassandra instance from SBT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for dockerized Cassandra

vejeta opened this issue · comments

It would be nice to have dockerized cassandra instances instead of the Java embedded Cassandra for the integration tests.

  • Pros: Using the same Cassandra versions that in production environments.
  • Cons: Possibly speed, bandwidth usage

Other information:

This idea is inspired in other approaches to do Integration Tests:

docker-it-scala can work with two underlying libraries to communicate to docker engine through REST API or unix socket.