bookstore icon indicating copy to clipboard operation
bookstore copied to clipboard

Create new BookstoreLargeContentsArchiver for large contents

Open mpacer opened this issue 4 years ago • 0 comments

In the classic notebook server, we have the LargeFileManager to handle large files as a streamed response. We could have something analogous for bookstore that would alleviate issues around archiving large files.

There are a few details that would need some explicit design work (e.g., do we also stream responses back to S3, do we queue a save in the case where saving to S3 is taking a long time instead of debouncing all requests, &c. ), but this seems well within scope of this project.

mpacer avatar Sep 16 '19 21:09 mpacer