Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case you are interested in the format of variable definition, here it goes.

Image Modified

Adding request into database

...

Note
titleWhy URI in a first place?

We have decided to use URI format due to the fact that Catalog QT will, most probably, support multiple input sources (e.g. UDA, files, HDC based serialised data). Sticking to with typical description of source:  `{shot, run, user, machine, version}` was not enough. This is why we have decided to switch to URI based description of data source.

At the moment only locally stored, MDSPlus based, pulse files are supported by Catalog QT. There is an ongoing development to provide support for UDA based source of the data.

Image Added

Listing requests inside Catalog QT

It is possible to list all the requests that were ever stored inside Catalog QT DB. It is possible using command: -listRequests

Code Block
> java -jar ./target/catalogAPI.jar -listRequests --pretty-format --url http://catalog:8080

ID: [     1] - Submission date: 26-06-2020 18:32:40 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=1106;run=2020;machine=f4f;user=g2michal;version=3

ID: [     2] - Submission date: 26-06-2020 18:33:29 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=55102;run=3;version=3;machine=west;user=g2fpi;occurrence=1

ID: [     3] - Submission date: 26-06-2020 18:33:43 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=55101;run=3;version=3;machine=west;user=g2fpi;occurrence=1

ID: [     4] - Submission date: 26-06-2020 18:33:51 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=55100;run=3;version=3;machine=west;user=g2fpi;occurrence=1

ID: [     5] - Submission date: 26-06-2020 18:33:56 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=3106;run=2020;version=3;machine=f4f;user=g2bpalak

ID: [     6] - Submission date: 26-06-2020 18:34:01 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=2106;run=2020;version=3;machine=f4f;user=g2bpalak

ID: [     7] - Submission date: 26-06-2020 18:34:06 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=1206;run=2020;version=3;machine=f4f;user=g2bpalak

ID: [     8] - Submission date: 26-06-2020 18:34:11 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=1106;run=2020;version=3;machine=f4f;user=g2bpalak

ID: [     9] - Submission date: 30-06-2020 13:00:10 - Current status:  PROCESSED
	- experiment URI: mdsplus:/?shot=1106;run=2021;machine=f4f;user=g2michal;version=3

Using Catalogue Client at Gateway - fast track
Anchor
CLI_fast_track
CLI_fast_track

...