apache / apache/openwhisk

Streaming JSON responses for large responses

Open
#832 6 comments 0 reactions 0 assignees View on GitHub
runtime
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

Currently, large responses that are retrieved from the DB, stored in memory, then sent as part of a single HTTP response. Instead, we should stream the response from the DB, (potentially) apply a transformation to each element, and stream it to the client as a chunked response.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.