Skip to content

Running mip algorithms on exareme

alexpap edited this page Mar 11, 2016 · 2 revisions
  • Configuration
    • Clone https://github.com/madgik/mip-algorithms repository.
    • By default, Exareme is configured to use rawdb as external local engine.
    • Set up rawdb and fill the host, port parameters in mip-algorithms/properties.json.
    • Clone https://github.com/madgik/exareme.git repository and checkout 'mip' branch.
    • Congigure the gateway.properties with your local path of mip-algorithms.
    • Run Exareme in local mode for testing.
  • Exareme Gateway API :
    • GET /mining/algorithms : list the available algorithms, along with thei parameters.
    • POST /mining/query/<algorithms_name> : submit an algorithm (with the required parameters) for execution. Returns query_key.
    • POST /mining/query/<query_key>/status : returns the execution status of the corresponding algorithm.
    • POST /mining/query/<query_key>/result : returns the corresponding algorithm results (upon completion).
  • Usage examples :
Clone this wiki locally