datapackage-js
datapackage-js copied to clipboard
Support multipart resources
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.createByteStreaminternal function - [ ] pass to
tableschema.Tablea stream with multipart contents
@roll in the browser I'd suggest omitting this support. In node itself this is fairly easy - you just concat the streams ...
@rufuspollock thanks!