Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timonback/scalable-computing
https://github.com/timonback/scalable-computing
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timonback/scalable-computing
- Owner: timonback
- Created: 2017-04-06T11:32:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T11:39:04.000Z (almost 8 years ago)
- Last Synced: 2024-11-02T19:41:51.058Z (2 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.shOn 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