Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timonback/wacc
- Owner: timonback
- Created: 2016-11-22T12:01:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T20:34:17.000Z (about 8 years ago)
- Last Synced: 2024-11-02T19:41:57.346Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.03 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.