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

DevelopmentStatus

Source Code

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

Tracking

 
 
 

Used Libraries

Currently no external libraries are used.

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.