Page tree

Versions Compared

Key

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

...

The database symbols in the diagram denote individual parts of the data model. They will not necessarily be implemented as individual physical databases. Each database part will define a common interface to read, create, update and delete data. The read methods include a query language to do simple queries. Figure xxx illustrates this process for an exemplatory feature property extraction algorithm (SMART). The actual interfaces are further detailed in the Data model deliverable (ref).

Image Modified

Figure 3: Illustration of the integration process of components into the FLARECAST system. The white boxes with black border contain the interfaces for the components.

 

The actual infrastructure is built on Docker containers, a collection of lightweight, linux-based computing containers, each either holding an algorithm or a database component. These containers can be deployed to any development system.

The fact that the original architecture has driven the division of the project into work packages is still visible. Figure 3 shows the association between the work packages and the corresponding components.

 

Image Added

Figure: 4 Assignment of work packages to the architecture components