Versions Compared

Key

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

...

Once this action is finished Catalog QT will be aware of all the variables that are supposed to be collected.

Anatomy of variable description

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

Image Added

Adding request into database

Catalog QT revolves around the concept of so called Request. Due to the fact that import may take time, users don't perform it in a blocking way. Instead users just tell Catalog QT what they want to have stored inside Catalog QT database. Then, requests are processed in background by Catalog QT Update Process.

Submitting new request is quite simple. All you have to do is to run CLI client with -addRequest argument.

Warning

Please note that pulse file you want to populate must be visible on the machine where Catalog QT Update Process is running.


Code Block
> java -jar ./target/catalogAPI.jar -addRequest --url http://catalog:8080 --user g2michal --experiment-uri ""


Using Catalogue Client at Gateway - fast track
Anchor
CLI_fast_track
CLI_fast_track

...