Skip to content

Commit

Permalink
Merge pull request #151 from catenax-ng/feature/TRI-507
Browse files Browse the repository at this point in the history
feat(infra):[TRI-507] update pumls
  • Loading branch information
ds-ext-kmassalski authored Jun 14, 2022
2 parents e3c216f + a5a78e2 commit 3371c93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ http://irs.dev.demo.catena-x.net/api/swagger-ui/index.html?configUrl=/api/api-do

Additionally, we supply our own EDC setup to be able to do end-to-end tests in an isolated environment.
This contains of:
- API Proxy
- AAS Wrapper
- DigitalTwin Registry
- Digital Twin Registry
- EDC Consumer (Control and Data Plane)
- EDC Provider (Control and Data Plane)
- Multiple submodel servers to provide test data
Expand All @@ -98,7 +97,6 @@ http://irs.int.demo.catena-x.net/api/swagger-ui/index.html?configUrl=/api/api-do

Additionally, we supply our own EDC consumer to connect to the Catena-X integration system.
This contains of:
- API Proxy
- AAS Wrapper
- EDC Consumer (Control and Data Plane)

Expand Down
4 changes: 2 additions & 2 deletions uml-diagramms/business-context.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ skinparam shadowing false
component [**DataConsumer**] <<BusinessEntity>> as DC {
component [**Dismantler DB**] <<System>> as CE
component [**IRS**] <<System>> as IRS
component [**AAS Wrapper / AAS Proxy**] <<Component>> as AASW
component [**AAS Wrapper**] <<Component>> as AASW
interface "IRS API" as IAPI
interface "AAS Wrapper/ \nProxy API" as AASA
interface "AAS Wrapper API" as AASA

}

Expand Down
14 changes: 7 additions & 7 deletions uml-diagramms/irs-overall-system-view.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skinparam shadowing false

[**IRS**] <<System>> as IRS

[**AAS Wrapper / AAS Proxy**] <<Component>> as AASW
[**AAS Wrapper**] <<Component>> as AASW


node "Digital Twin Registry" {
Expand All @@ -14,20 +14,20 @@ node "Digital Twin Registry" {
node "Group of Submodel Endpoints" {
[**Submodel-Server**] <<Component>> as SN
}

actor Consumer
interface "IRS API" as IAPI
interface "AASProxyAPI" as IAASW
interface "IRegistryAPI" as IRAPI
interface "ISubmodelAPI" as ISubModelAPI
interface "AASWrapper API" as IAASW
interface "Registry API" as IRAPI
interface "Submodel API" as ISubModelAPI

Consumer -( IAPI
IAPI - IRS
IAASW - AASW
IRS -( IAASW
IRAPI - AASR
AASW --( IRAPI
ISubModelAPI - SN
AASW -( ISubModelAPI

IRS --( IRAPI
IRAPI -- AASR

@enduml

0 comments on commit 3371c93

Please sign in to comment.