Skip to content

doylemark/cooper

Repository files navigation

Cooper - Cloudsim Interface

This is a web interface for exploring cloudsimplus simulations.

This repository includes both a Java API for collecting simulation data from cloudsimplus and a React web interface.

Gitlab Mirror

This repository is mirrored on Gitlab however the primary remote is Github.

Building the library

  1. Start the postgres container
docker compose up -d
  1. Install Dependencies
sh mvnw install
  1. Migrate the database
sh mvnw flyway:migrate
  1. Run the Maven build again to generate JOOQ models from the database schema
sh mvnw install

About

Web interface for cloudsimplus simulations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published