Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

mp911de/under-the-hood-reactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Drivers Showcase

This repository explains differences in behavior between various reactive data store drivers. You will get an impression what happens under the hood and see how various operators/settings affect performance.

Right now, there are samples for MongoDB and Apache Cassandra.

How to run

You need a running MongoDB (3.0+) and Apache Cassandra (3.0+) instance, each running on default ports. Tests will create the required keyspace/database/tables themselves.