Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timonback/wacc

Using docker swarm mode with cassandra, mongo and custom play application to create a cluster
https://github.com/timonback/wacc

Last synced: about 1 month ago
JSON representation

Using docker swarm mode with cassandra, mongo and custom play application to create a cluster

Awesome Lists containing this project

README

        

# Solert

This project started in the RUG Web and Cloud Computing 2016 course. Goal was to create a scalable and fault-tolerant web application.

Used technologies:
- docker swarm mode
- vagrant to set up the 3 manager vms
- Cassandra NoSQL database
- MongoDB database
- Play Framework (Scala)

As we had trouble in the project to get Cassandra and Mongo running in a docker cluster with data sharing/sharding, we want other people to know, how we did it.

A good starting point is:
- Solert/Vagrantfile
- Report/report.pdf

Have fun exploring the repo.