Skip to content

Commit 38b8749

Browse files
jdorfmanziv
andauthored
[Community] jd/ziv stream api (#1414)
via: #1383 Change: <img width="1406" height="386" alt="CleanShot 2025-11-12 at 14 04 04@2x" src="https://github.com/user-attachments/assets/72aba022-f4a1-4e61-8fb2-2139ca10799e" /> <!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel. --------- Co-authored-by: Ziv <[email protected]>
1 parent 2bf0556 commit 38b8749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/stream_api/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ If you don't want to write your own client, you can also use Sourcegraph's [src-
141141
src search -stream "secret count:all"
142142
```
143143

144+
A community-maintained open source TypeScript/JavaScript client supporting Node.js, browsers, and Deno is available at [ziv/source-graph-stream-client](https://sourcegraph.com/github.com/ziv/source-graph-stream-client).
145+
144146
### Q: Are there plans for supporting a streaming client or interface with more functionality (e.g., parallelizing multiple streaming requests or aggregating results from multiple streams)?
145147

146148
There are currently no plans to support additional client-side functionality to interact with a streaming endpoint. We recommend users write their own scripts or client wrappers that handle, e.g., firing multiple requests, accepting and aggregating the return values, and additional result formatting or processing.

0 commit comments

Comments
 (0)