Difference between revisions of "IR Bootstrapper"

From Gcube Wiki
Jump to: navigation, search
Line 3: Line 3:
 
* Indexes
 
* Indexes
 
* Transformed metadata collections
 
* Transformed metadata collections
 +
 +
This portlet is based on a configuration file that is saved as a generic resource on the IS. This file is at XML format and it defines:
 +
* The available tasks that can be executed
 +
* The available jobTypes that can be used. These JobTypes define a sequential and/or parallel task executions for a given type of input
 +
* The available jobs which have a type one of the available jobTypes and provide all the specific inputs for this type.
 +
** The jobs are the ones that are available for execution on the resources.
 +
** The user can define a new job by using the portlet's graphical user interface
  
 
The portlet retrieves all the available collections and depending on each collection's properties and the available tasks it provides a way to submit the tasks on the selected collection.
 
The portlet retrieves all the available collections and depending on each collection's properties and the available tasks it provides a way to submit the tasks on the selected collection.

Revision as of 15:31, 18 May 2010

The IR Bootstrapper portlet provides a graphical user interface for executing sets of tasks on various resources of the infrastructure after the data import phase is completed. These tasks lead to the creation of other resources such as:

  • Indexes
  • Transformed metadata collections

This portlet is based on a configuration file that is saved as a generic resource on the IS. This file is at XML format and it defines:

  • The available tasks that can be executed
  • The available jobTypes that can be used. These JobTypes define a sequential and/or parallel task executions for a given type of input
  • The available jobs which have a type one of the available jobTypes and provide all the specific inputs for this type.
    • The jobs are the ones that are available for execution on the resources.
    • The user can define a new job by using the portlet's graphical user interface

The portlet retrieves all the available collections and depending on each collection's properties and the available tasks it provides a way to submit the tasks on the selected collection.