eclipse-tractusx / eclipse-tractusx.github.io

https://eclipse-tractusx.github.io/
Apache License 2.0
24 stars 80 forks source link

Definition of submodelDescriptor to support parquet files #942

Open thomas-henn opened 1 week ago

thomas-henn commented 1 week ago

Description

Acceptance Criteria

Additional Information

Child of Feature: https://github.com/eclipse-tractusx/sig-release/issues/721

arnoweiss commented 4 days ago

This might work similarly to the PCF use-case where the submodelDescriptor.endpoint.interface property is used as discriminator how to access the "submodel". Afaik, parquet is a compression technology so there'd have to be a very precise spec

  1. how to obtain the file (http/s3/?) and how to parameterize that call
  2. how to decompress it
  3. how to parse the plaintext payload into a domain-model (like a SAMM aspect)

I'm interested in contributing here.