The IRS is providing a technical API Endpoint in the Catena-X Network, which builds an item tree representation of given digital twins stored across the industry. Therefore, it is a key component for the Network to provide data chains along the value chain in the industry.
The vision for the Item Relationship Service is to provide an easy access endpoint for complex distributed digital twins across Catena-X members. It abstracts the access from separated digital twins towards a connected data chain of twins and provides those. It enables to apply business logic on complex distributed digital twins across company borders.
Within the Catena-X network, the so-called Item Relationship Service (IRS) forms an essential foundation for various services and products. Within the Catena-X use cases, the IRS serves to increase business value. For example, the IRS provides functionalities to serve requirements, such as occasion-based Traceability, from the Supply Chain Act. In doing so, IDSA and Gaia-X principles, such as data interoperability and sovereignty, are maintained on the Catena-X network and access to dispersed data is enabled. Data chains are established as a common asset.
With the help of the IRS, data chains are to be provided ad-hoc across n-tiers within the Catena-X network. To realize these data chains, the IRS relies on data models of the Traceability use case and provides the federated data chains to customers or applications. Furthermore, the target picture of the IRS includes the enablement of new business areas by means of data chains along the value chain in the automotive industry.
The IRS project consists of several different parts:
Folder | Description | Further information |
---|---|---|
.config | Configuration, rules and suppression files for code quality check tools etc. | .config README |
.github | Github configuration such as workflow definitions. | |
.idea | Configuration for development via IntelliJ. | |
.run | Run configurations for running the IRS in IntelliJ. | |
charts | HELM charts. | |
charts/item-relationship-service | IRS HELM chart for running the IRS with and its direct dependencies in Kubernetes. | IRS HELM charts documentation |
docs | Concepts and documentation. | Docs README |
irs-api | The IRS API. | |
irs-common | Common classes of the IRS. | |
irs-cucumber-tests | Cucumber tests for the IRS. | Cucumber Tests README |
irs-edc-client | The EDC client module which is responsible for communicating with the EDCs. | |
irs-integration-tests | Integration tests of the IRS. | |
irs-load-tests | Load tests for the IRS. | IRS Load Tests README |
irs-models | Model classes. | |
irs-parent-spring-boot | Spring Boot parent POM. | |
irs-policy-store | The IRS policy store, an API to store and retrieve accepted EDC policies. | |
irs-registry-client | Digital Twin Registry Client. | Digital Twin Registry Client README |
irs-report-aggregate | This Maven module aggregates the test coverage reports of all modules. | |
irs-testdata-upload | This Maven module contains the Testdata Utilities | |
irs-testing | This module contains testing utilities for the IRS like testcontainers, Wiremock configurations and requests etc. | |
local | This folder contains resources for local development and demonstration. | |
local/demo | Showcases the IRS ESS top-down investigation use-case. | ess-demo.py README |
local/deployment | HELM charts for local deployment of the IRS. | |
local/development | This folder contains resources relevant for setting up the local development environment such as the commit message check hook. | |
local/testing/api-tests | Tavern API tests for the IRS. | Tavern API Tests README |
local/testing/request-collection | REST Request Collection for Insomnia. | REST Request Collection README |
local/testing/testdata | Test data. | Test data README |
This section describes both deployment on Kubernetes via Helm and local deployment for development.
See INSTALL.
The following subsection provides instructions for running the infrastructure on docker-compose and the application in the IDE.
Start the application with the commands in the subsection further below. After everything is up and running the local IRS API is available at the following URLs:
- Swagger UI: http://localhost:8080/api/swagger-ui
- API docs: http://localhost:8080/api/api-docs
- API docs in yaml: http://localhost:8080/api/api-docs.yaml
cd local/deployment
- Start the necessary infrastructure by running
docker-compose up
- Start the application from your favorite IDE. For IntelliJ, a run configuration is available in the
.run
folder.
In case of problems connecting to MinIO check whether the MinIO console is accessible in your webbrowser
(see URL in the output of step 2). You might need to wait some time before MinIO is up and accepts connections.
If that does not help, execute docker-compose down
and repeat from step 2.
See Usage.
- Item Relationship Service Documentation
(the sources for this documentation are located under
docs/src/docs
)
See Architecture Documentation - Monitoring.
See TESTS.
See Bugs & Security Incidents.
Please distinguish bugs and vulnerabilities when reporting:
-
Vulnerabilities: For vulnerabilities see SECURITY.
-
Bugs: Normal bugs may be reported as public GitHub issues.
For each iteration we create a page under the GitHub discussions section where we document the iteration goal and the sprint roles. Example: PI 12 iteration 3.
If you have any suggestions feel free to join any discussion or create a new one in the GitHub discussions section.
See CONTRIBUTING.
See FAQ.
For used licenses, please see the NOTICE.
Below you can find the information regarding Docker Notice for this application.
See CONTACT.