Streaming JSON responses for large responses
Open
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
Assessment
This issue has not been assessed yet.