HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aschwad

no profile record

comments

aschwad
·4 lata temu·discuss
Maybe there are also some example dreams out there that you could use, like "training dreams" to teach interpration to therapists.
aschwad
·4 lata temu·discuss
> open-sourced our approach True, the code isn't - yet we figured that sharing the architecture, procedures and data model could be helpful for others too. IMO this is still a way of open-sourcing an architecture.
aschwad
·4 lata temu·discuss
Interesting initiative! Do I understand correctly, that any push mechanism is done via the ODD API and pull mechanisms check on the schema of data sources? Do you already have a standard for providing ETL metadata? On which level of detail are you collecting this metadata?

At BMW, the data catalogue is continuously growing and the amount of datasets is increasing rapidly. Therefore we had a similar problem to find out how datasets relate to each other and how they are transformed --> we needed coarse- and fine-grained data lineage. We found a way by leveraging the Spline Agent (https://github.com/AbsaOSS/spline) to make use of the Execution Plans, transform them into a suiting data model for our set of requirements and developed a UI to explore these relationships. We also open-sourced our approach in a

- paper: https://link.springer.com/article/10.1007/s13222-021-00387-7

- and blog post: https://medium.com/@alex.schoenenwald/fishing-for-data-linea...