Skip to main content

2.1.1.3

Data product publication: Provision - Data source endpoint provisioning

Assessment: Assess the availability of multiple data planes that support multiple protocols. Refer to D2.1 for an overview of the most used protocols. The higher the coverage, the higher the ranking.

note

The description of Test 2.1.1.3 was extracted from this page in the GitHub repository.
This file was last modified at 2026-06-24 15:37:50 UTC.

Information

  • Phase 1

  • Minimal? Yes

  • Related KPIs:

    • Functional suitability: Can the provider integrate different data source methods (APIs, data bases, file systems, etc.)
  • Evaluation Criteria:

N/A

Results

note

The results for Test 2.1.1.3 for Fiware were extracted from this page in the GitHub repository.
This file was last modified at 2026-06-24 15:37:50 UTC.

Environment

This functionality has been tested in the IONOS Deployment

Tested quality metric and method

Comparative criteria (checklists, ...)

Expected output

Multiple protocols can be used in the data plane.

Results

Assessment

The data plane in the Fiware Connector is realized with the Apache APISIX component. Therefore all protocols and schemes supported by APISIX can be used with the Fiware Connector.

APISIX supports multiple protocols:

  • HTTP
  • TCP/UDP
  • SSL
  • gRPC
  • Kafka
  • Redis

Measured results

Notes

In addition to the available protocols, new protocals can be added to APISIX, see How to write your own protocol.