ConfigurableMashupService

Table of contents

Description

The Configurable Mashup Service is the execution core of every mashup instance. It maintains the shared dataset and the lifecycle of all included sources.

Responsible Person

Status

Status

Ready for Use

Possible Values: Ready for Use, In Development, Plannend, Broken

DevelopmentStatus

Source Code

Project: https://github.com/soziotech/CommunityMashup/tree/master/core/ConfigurableMashupService

Tracking

0%

Planned Todos

0%

Bugs

0%

Feature Request

Used Libraries

Currently no external libraries are used.

Possible Usage Values: Compiled, Source, Extended Source, Modified Source

LibraryUsage

Configuration

Name

Description

Possible Values

Default

Required (Yes/No)

 nameThe name of the mashuptextemptyNo
identThe ident of the mashuptextautomaticautomatic

Attributes

Properties

Key

Description

Possible Values

Default

Required (Yes/No)

logLevelThe level of maximum logging.ERROR, WARNING, DEBUG, INFOINFONo
updateIntervallThe intervall calling the update methods of used source services.-1 (disabled), time in seconds >= 160No

Example:

<mashups name="Demo Data" ident="demo_1">
    <configuration>
      <properties Key="updateIntervall" Value="-1"/>
    </configuration>
    <sources ...>
      <configuration>
        ...
      </configuration>
    </sources>
    <sources ...>
      <configuration>
        ...
      </configuration>
    </sources>
</mashups 

Description

Frame of a mashup configuration with disabled update.