Skip to content

Experimental Database

John Holt edited this page Oct 31, 2016 · 19 revisions

The experimental database keeps track of:

  1. experiments (experiment table)
  2. experiment team members (experimentteams table)
  3. users in the team (user)
  4. roles in the team (role)

The data is loaded from an external XML script.

Testing

The loading can be tested from the experimental database loader:

console -M localhost EXPDB

This has a menu press M to see the menu.

Set the experimental data file path with F (there are some test files in ISIS\ExperimentalDatabase\master\DatabaseController\tests\testxml.xml)

And update with U.

Clone this wiki locally