Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

New Component Integration

Alejandra Garcia Rojas M edited this page Jun 22, 2015 · 12 revisions

The integration of new components in the generator depends on the interfaces offered by the component:

  • REST-based APIs. The most straight forward integration consisting of a stand alone component application that provides services. For integrating a REST-based application, it is required to develop a GUI within the Workbench.
  • [Web applications. The component provides all its functionality within an application and has it own user interface. Some communication between the component and the integration application has to be defined, and the user experience is compromised because users have to deal with different interfaces.
  • Libraries. If the component is available as a library (e.g. jar), a component interface is required, and in some cases adaptation of communication and data processing is also necessary.
  1. Adding a Component to the configuration file: The components are described using a vocabulary developed within the Linked Data Stack team. The Linked Data Integration Schema, provides the vocabulary to describe the services offered by a component, its version, the required data for using it (i.e. user, password, working directories, etc). And a classification within the Linked Data Lifecycle.

  2. Create the GUI

  3. Add the Routes to the GUI

  4. Activate the component

#Home

User Guide

Settings

Workbench

  • Dashboard
  • Import RDF
  • Sparqlify
  • TripleGeo-Sercvice
  • Virtuoso SPARQL Endpoint
  • Mapify
  • Facete
  • OntoWiki
  • LIMES
  • FAGI-gis
  • DEER
  • Public-Private Data Coevolution

Developers Guide

Clone this wiki locally