Giter Club home page Giter Club logo

palladio-simulation-che's Introduction

Palladio Architecture Simulation Extension for Eclipse Che

This is a Palladio Architecture Simulation Extension for Eclipse Che.

Usage

Import into workspace

Include this project in an Eclipse Che devfile:

projects:
  - name: PalladioArchSimExt
    source:
      type: git
      branch: master
      location: "https://github.com/ZhentangHe/palladio-simulation-che.git"

Notice that in this devfile a docker image is also needed:

components:
  - type: dockerimage
    image: palladiosimulator/palladio-experimentautomation
    alias: palladio-ea
    memoryLimit: 800Mi
    mountSources: true
    command: ['sleep','infinity']
    volumes:
      - name: result
        containerPath: /result

A devfile template is provided here.

Import this devfile while creating a new workspace.

You can also further integrate this extension in your own devfile/plugin registry.

Run the plugin in Hosted Che

To see your plug-in in action in the IDE, use the Hosted mode to start a new IDE instance and to install the plug-in in it. You now have two IDEs running: one for developing your plug-in and one for testing it.

a. In the command palette, run: Hosted Plugin: Start Instance command (press Ctrl + Shift + P or F1, and type the command).

b. Select the path PalladioArchSimExt to the root directory of the plug-in in your workspace.

Start Simulation

In the Hosted Che, open the command palette and type the command Palladio: Start Simulation.

Then select the .experiments file like shown in the picture:

Palladio Simulation Select File

Click on Simulate and let the simulation begin.

Palladio Simulation Processing

Output

The output files generated by each simulation will be saved under output to the root repository in different unix timestamped folders.

Further Work

  • Refactor
  • Parallel execution not tested
  • .sh script to be replaced

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.