You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-kits/kits/industry-core-kit/software-development-view/digital-twins.mdx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -273,7 +273,7 @@ b. Fetch EDR token for the Submodel Server.
273
273
274
274
Test was performed using 20 threads in parallel. The average number of transactions per second was 30-35.
275
275
276
-
> :raised_hand: If the performance is still not satisfactory for the user, then next given approach can be used, where the aasx file format can be used to transfer big files like parquet files.
276
+
> :raised_hand: If the performance is still not satisfactory for the user, then next given approach can be used, where the big parquet file can be transfer using EDC.
277
277
278
278
#### Data Consumption with AAS Submodel Descriptor to Represent Mass Data (Like Parquet Files) Reference
279
279
@@ -298,8 +298,9 @@ Further information about the data transfer of submodels can be found in the [Di
298
298
```
299
299
300
300
See also full example here: [edc-asset for file transfer](https://eclipse-tractusx.github.io/docs-kits/kits/Quality-Kit/Software%20Development%20View/Specification%20Quality%20Kit/)
301
+
301
302
4.`Provider` creates another EDC asset for Submodel pointing to Aspect Model `QualityParquetExchange`. This aspect model will contain the information (assetID, Dataplane URL and Controlplane URl) for AmazonS3 EDC asset created by provider in step 3.
302
-
5.`Provider` creates a shell with Shell Descriptors and the EDC asset with EDC Controlplane/Dataplane URL referring to Submodel created in step 4.
303
+
5.`Provider` creates a shell with Shell Descriptors and the edc Asset with controlplane URL. This Shell Descriptor contains the Submodel Descriptor which refers to EDC asset created in step 4.
303
304
6.`Consumer` calls the DTR via EDC Dataplane and reads the Submodel Descriptor for `QualityParquetExchange` aspect model from the Shell Descriptor.
304
305
7.`Consumer` calls Submodel Server using Dataplane URL, which is setup by the provider and in response receives the information (assetID, Dataplane URl and Controlplane URL) for AmazonS3 EDC asset created by provider in step 3.
305
306
8.`Consumer` starts negotiation/transfer process and provides its own bucket information:
@@ -316,7 +317,7 @@ See also full example here: [edc-asset for file transfer](https://eclipse-tractu
316
317
}
317
318
```
318
319
319
-
9.`Provider` retrieve the request and download the requested aasx file from bucket and upload it to the consumer bucket.
320
+
9.`Provider` retrieve the request and download the requested Parquet file from bucket and upload it to the consumer bucket.
320
321
10.`Consumer` can download the file from their own bucket.
321
322
322
323
#### Submodel Descriptor which provided information to retrieve/transfer Parquet file
0 commit comments