Documentation ¶
Overview ¶
The stream package can be used for streaming CouchDB responses in JSON format from the CouchDB cluster to a client, with the stack doing stuff like filtering some fields. It is way faster that doing a full parsing of the JSON response, doing stuff, and then reserialize to JSON for large payloads.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAllDocsFilter ¶
func NewAllDocsFilter(fields []string) *allDocsFilter
NewAllDocsFilter creates an object that can be used to remove some fields from a response to the all_docs endpoint of CouchDB.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.