Versions Compared

Key

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

...

Integration with IMAS Docker image

We plan to insert the environment of Catalog QT inside the IMAS Docker image.
This will allow you to automate the work of the tool, and allow any user to run Catalog QT on any machine that uses Docker.

IMAS Docker

IMAS Docker is a basis for Catalog QT Docker. It provides set of most basic components required to run IMAS based codes. You can find description of IMAS Docker at following location: WFMS:IMAS @Docker

There is a dedicated repository with samples you can use, for starters: https://github.com/tzok/imas-hello-world.git

Catalog QT Docker

Catalog QT Docker is built on top of IMAS Docker. In addition to IMAS components it introduces additional elements relevant to Catalog QT itself:

  • MySQL database
  • Java environment
  • Spring Based web services
  • TBD: Dashboard

This way, it provides all the components in one place. It is, however, possible to detach all the elements and run them separately. This would require manual intervention and customised, yet still possible.

Catalog QT Docker can be found at following location: https://github.com/mkowsiak/catalogue_qt_dockerAll components will be inside Docker image: UI, API, and prepared but empty MySQL dataset. The user will be able to fill and manage freely.

SOAP removal - time for JSON?

...