Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 495 Bytes

Fog Node

Fog Computing Simulation - Fog Part implemented with Spring Web Server

IDE

IntelliJ IDEA Community 2017

Preparation

  1. create a folder called fog-space under home folder

  2. copy kmeans_example.py script to newly created folder

Start

mvn spring-boot:run

Configurations

some configurations require attention as follows

config.properties

queue.max_capacity : set the maximum concurrent tasks number 

application.properties

server.port=8090