tremor-runtime icon indicating copy to clipboard operation
tremor-runtime copied to clipboard

crates.io style registry for tremor applications (investigation)

Open Licenser opened this issue 1 year ago • 2 comments

Describe the problem you are trying to solve

With applications coming in it would be nice to have a registry for applications. crates.io does an excellent job on this and will be a good starting point to learn from

Describe the solution you'd like

Notes

This should probably be a RFC.

Licenser avatar Dec 19 '24 14:12 Licenser

would this imply that the packages would be published to an online registry hosted somewhere? also, would we have to create a package manager like cargo, pip, npm, etc to pull in the specified dependencies? :-?

devskillz47 avatar Dec 20 '24 04:12 devskillz47

Yes we'd need to host the files somewhere - I suspect the CNCF will sponsor this. But I think we can skip on the dependencies for the time being, applications have no concept of that (yet?)

Licenser avatar Jan 06 '25 14:01 Licenser