Skip to content
/ autocs Public

Multi-stage program for modeling cloud computing infrastructure in software-defined networks

Notifications You must be signed in to change notification settings

ibraym/autocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Cloud Simulator (AutoCS) Project

Used tools and technologies

To implement the simulation tool:

  • Java programming language is the programing language of CloudSim extensions family.
  • CloudSim Plus.

For code editing, testing and versioning control:

  • Visual Studio Code.
  • Git.
  • GitHub

To implement the web interfaces:

Core, Backend, and Engine components

  • Java programming language
  • Spring framework
  • Jackson framework

Messaging Broker component

  • RabbitMQ

Frontend component

  • TypeScript programming language
  • React
  • Material UI
  • Nivo data visualization library

System Deployment

The system deployment process is carried out using Docker containers. We provide the docker files which are required to deploy the different components of the system. Every component will run in a separated docker container.

To startup the services use:

docker-compose up -d

About

Multi-stage program for modeling cloud computing infrastructure in software-defined networks

Resources

Stars

Watchers

Forks