crates.io style registry for tremor applications (investigation)
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.
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? :-?
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?)