Skip to content

WArchive Bachelor Project: Distributed Systems

Lasse Schuirmann edited this page Mar 5, 2016 · 1 revision

This page contains additional information for a student project, organized by a partner university, which will be using coala.

Aims (as far as coala is concerned)

There are two partial goals for this project related to coala:

  • Interfacing coala with the GUI web interface (running it on code, showing results)
    • Getting HTML output from coala to the GUI
    • Exchange of configuration/status data between coala and the GUI
  • Create an API to use graphr from coala

Interfacing coala with graphr

There is the technical hurdle of interfacing python with java. It is probably thoughtful to use Py4J.

Clone this wiki locally