Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timonback/scalable-computing


https://github.com/timonback/scalable-computing

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Group-11_Timo-Smit_Timon-Back_Remi-Brandt

This project uses docker swarm for orchestration management.

## Report
[https://www.overleaf.com/8736236dpnkwhbdgprq](https://www.overleaf.com/8736236dpnkwhbdgprq)

## Start-up

For the master node:
./swarm.sh

On all other nodes:
./swarm_join.sh
(Change HOST_IP with your master IP, also access to the docker-tokens file has to be granted)

## Data inspection in mongo

docker exec -it scalablecomputing_mongo_1 mongo
use newsForYou
db.users.find()
db.articles.find()
db.ratings.find()

## Compile docker images (images are on hub.docker.com and tryed to keep up to date)
sbt compile (only first time to get the sources)
sbt docker:publishLocal