Closed stgraber closed 8 years ago
simplestream
is some kind of video streaming service. Is there a link to speccy of the simplestream
that is referenced in this issue?
Doesn't look like a good doc.
I can certainly agree with that statement.
@stgraber at least what problem it tries to solve? and why there is nothing that can be used already?
Simplestreams is what's used by lxd-images to fetch the Ubuntu images, we want to kill the external script and have support for the protocol in LXD itself.
So it is only for steaming release images?
It's basically a repository of Ubuntu images, at least for the simplestreams server we want to support.
It's got a bunch of index files that list all of the images available for all the Ubuntu releases, architectures and a bunch of tags so we can pull exactly what we want.
How about renaming that simplestream project? If I understand it right, I can't watch movies with it from the middle of the stream distributed over cloud like I do with bittorent. It is not a stream and it is not simple (without docs for sure).
For a simplestream project I'd expect a streaming data format similar to JSON or YAML that I can query or start working with right from the middle. Like for streaming graph data when new nodes suddenly occur. But for index of repository images, which is not updated live (or is it?) - that is a strange name.
The channel
is a more appropriate name for that stuff than stream
. If this index is updated live, I would call it liveimageidx
.
Done
This includes a few pieces of work: