Biodiversity Access

From Gcube Wiki
Jump to: navigation, search

Part of the Data Access and Storage Facilities, a cluster of components within the system focus on uniform access to sources of biodiversity data of arbitrary location and size.

This document outlines their design rationale, key features, and high-level architecture, as well as the options for their deployment.

Overview

The goal of this subsystem is to offer an uniform access over different biodiversity repositories through a simple API.

The service has dynamically extensible architecture, i.e. rely on independently developed plugins to adapt their APIs to a variety of back-ends within or outside the system.

When connected to remote data sources, the services may be widely replicated and their replicas know how to leverage the Enabling Services to scale horizontally to the capacity of the remote back-ends.

Key features

Design

Philosophy

Uniform access to sources of biodiversity data that expose different capabilities and different data models is a key requirement to support biodiversity studies.

This subsystem offer the possibility to retrieve, manage and elaborate biodiversity data under a single model, with a domain-specific API, and regardless of its source of origin.

Architecture

The subsystem comprises the following components:

  • species-products-discovery-service: a stateless Web Service that exposes read operations and implements it by delegation to dynamically deployable plugins for target repository sources within and outside the system;
  • species-products-discovery-library: a client library that implements a high-level facade to the remote APIs of the Species manager service;
  • obis-spd-plugin: a plugin of the Species Products Discovery service that interacts with OBIS data source;
  • gbif-spd-plugin: a plugin of the Species Products Discovery service that interacts with GBIF data source;
  • catalogueoflife-spd-plugin: a plugin of the Species Products Discovery service that interacts with Catalogue of Life data source;
  • flora-spd-plugin: a plugin of the Species Products Discovery service that interacts with Brazilian Flora data source.
  • worms-spd-plugin: a plugin of the Species Products Discovery service that interacts with Worms data source.
  • species-link-spd-plugin: a plugin of the Species Products Discovery service that interacts with speciesLink data source, by using the international standard TAPIR protocol.
  • itis-spd-plugin: a plugin of the Species Products Discovery service that interacts with ITIS data source.
  • ncbi-spd-plugin: a plugin of the Species Products Discovery service that interacts with NCBI data source.
  • irmng-spd-plugin: a plugin of the Species Products Discovery service that interacts with IRMNG data source, through Darwin Core Archive format.
  • asfis-spd-plugin: a plugin of the Species Products Discovery service that interacts with ASFIS data source.

A diagram of the relationships between these components is reported in the following figure:


Biodiversity Access Subsystem Architecture

Deployment

All the components of the subsystem must be deployed together in a single node. This subsystem can be replicated in multiple hosts; this does not guarantee a performance improvement because the scalability of this system depends on the capacity of external repositories contacted by the plugins. There are no temporal constraints on the co-deployment of services and plugins. Every plugin must be deployed on every instance of the service. This subsystem is lightweight, it does not need of excessive memory or disk space.


Small deployment

Biodiversity Access Deployment

Use Cases

Well suited Use Cases

The subsystem is particularly suited to support abstraction over biodiversity data. Every biodiversity repository can be easily integrated in this subsystem developing a plugin.

The development of any plugin of the Species Manager services immediately extends the ability of the systems to discovery new biodiversity data.