-
How can we find the repository a given registered algorithm is associated with ? I've tried the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thank you @wildintellect !
That's a good question. I wasn't aware of this. For example, for the dps unit test, I was assuming this is the source of truth https://github.com/MAAP-Project/dps-unit-test, but based on what you're saying, this could be the one ? https://repo.maap-project.org/bsatoriu/dps-unit-test. At least from a support standpoint I think it's important to be able to easily find a repo associated with a given algo.
@rtapella curious, why do you think this isn't a good idea ?
There is, but it doesn't show the github repo url.
👍 |
Beta Was this translation helpful? Give feedback.
Having the Gitlab repo as a store for configurations is our current/new implementation of a metadata storage for algorithms. It may change in the future, especially as several people are now talking about making an Algorithm Catalog that's a bit more fully baked. Having an API wrapper that can abstract out however we're implementing it will mean less change for end-users and end-applications that are consuming this info, plus it will let us put appropriate authorization around the info as we improve that aspect.