Re: CBOR Tutorial

To some extent. However, my point is even without a data model that
provides an index, you can still enable random access in a CBOR blob.
Obviously, you need to know what data has been encoded, but then you can
(if you want) generate an index for the data you are interested in. CBOR
itself (ignoring WebPack, etc) doesn't seem like a poor choice for
"off-the-web" use, though it does require a little more processing than a
pre-indexed format would.

On Fri, Feb 2, 2018 at 9:04 AM, Romain <rdeltour@gmail.com> wrote:

>
> On 2 Feb 2018, at 17:11, Brady Duga <duga@google.com> wrote:
>
>  can random access be enabled with a single pass over the data to
> generate an index
>
>
> Yes, isn’t it the conclusion we reached in [1] and [2]?
>
> Best,
> Romain.
>
> [1] https://lists.w3.org/Archives/Public/public-publ-wg/2018Feb/0003.html
> [2] https://lists.w3.org/Archives/Public/public-publ-wg/2018Feb/0004.html
>

Received on Friday, 2 February 2018 17:52:22 UTC