Changes between Version 2 and Version 3 of Software/eAM/hResult


Ignore:
Timestamp:
Sep 11, 2014, 6:46:30 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/hResult

    v2 v3  
    1 [[TOC(Software/bAM/*, depth=3)]]
     1[[TOC(Software/bAM/*, depth=2)]]
    22
    33== Result Aggregate Manager ==
     
    55The Result aggregate manager service group provides experimenter access to ML server databases.
    66
    7 === getSchema ===
     7
     8''' getSchema '''
    89
    910{{{
     
    1819}}}
    1920
    20 === listTables ===
     21''' listTables '''
    2122
    2223Service that lists tables in the experiment with given experiment ID.
     
    3334}}}
    3435
    35 === querryDatabase ===
     36''' querryDatabase '''
    3637
    3738{{{   
     
    5253}}}
    5354
    54 === dumpDatabase ===
     55''' dumpDatabase '''
    5556{{{
    5657  <service name="dumpDatabase"><info>Dump the complete database holding the measurement results for a given experiment</info>       
     
    6364}}}
    6465
     66----
     67
     68''' Notes '''
     69
     70The result service lives on the console of the domain you are running an experiment on. This console can be directly queried for experiment results. The data sets the results service provides must to be specified via OEDL ruby language extension in the experiment script. More information on OEDL can be found [http://omf.mytestbed.net/projects/omf6/wiki/OEDLOMF6 here]
     71
     72----
     73
     74''' Installation and Configuration '''
     75
     76The Result service is packaged in the ''omf-aggmgr-result-5.4'' package. It can be installed form the package repository with
     77
     78{{{
     79apt-get install omf-aggmgr-result-5.4
     80}}}
     81
     82Instructions on how to add the Orbit software repository to your list of apt-sources can be found ​here.
     83
     84Once installed the service is configured by TODO.