[[TOC(Software/bAM/*, depth=2)]] == Result Aggregate Manager == The Result aggregate manager service group provides experimenter access to ML server databases. ''' getSchema ''' {{{ Get the Schema of a given experiment measurement database ID of the Experiment }}} ''' listTables ''' Service that lists tables in the experiment with given experiment ID. {{{ Get the list of tables in given experiment measurement database ID of the Experiment }}} ''' querryDatabase ''' {{{ Get the Schema of a given experiment measurement database ID of the Experiment Format to return result in. An SQLite query to run against the database }}} ''' dumpDatabase ''' {{{ Dump the complete database holding the measurement results for a given experiment ID of the Experiment }}} ---- ''' Notes ''' The 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] ---- ''' Installation and Configuration ''' The Result service is packaged in the ''omf-aggmgr-result-5.4'' package. It can be installed form the package repository with {{{ apt-get install omf-aggmgr-result-5.4 }}} Instructions on how to add the Orbit software repository to your list of apt-sources can be found ​here. Once installed the service is configured by TODO.