datapackage-js icon indicating copy to clipboard operation
datapackage-js copied to clipboard

Support multipart resources

Open roll opened this issue 8 years ago • 2 comments

Overview

With specs-v1 resource file could be split into chunks. For now this functionality is missing in the lib. It requires some research to understand how it could be done in javascript.

Plan

  • [ ] support multipart resources in resource.createByteStream internal function
  • [ ] pass to tableschema.Table a stream with multipart contents

roll avatar Jun 23 '17 08:06 roll

@roll in the browser I'd suggest omitting this support. In node itself this is fairly easy - you just concat the streams ...

rufuspollock avatar Jun 23 '17 10:06 rufuspollock

@rufuspollock thanks!

roll avatar Jun 23 '17 12:06 roll