docs: add Hosted Sinks documentation#804
Merged
Merged
Conversation
Add two-page guide for the Hosted Sinks managed service on The Graph Market: - Overview and step-by-step creation (package source, output config, execution config) - Monitoring and lifecycle management (status reference, edit, stop, reset, delete) Update SUMMARY.md and sinks.md to surface Hosted Sinks at the top of the sinks section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
maoueh
requested changes
Jun 16, 2026
|
|
||
| ## Creating a Sink | ||
|
|
||
| Navigate to **Sinks** in the sidebar and click **New Sink**. |
Contributor
There was a problem hiding this comment.
Screenshots or at very least URLs are needed.
| | Source | When to use | | ||
| |---|---| | ||
| | **URL** | The package is hosted at a public URL (e.g., GitHub releases, IPFS). | | ||
| | **Substreams.dev** | The package is published on The Graph Market. Enter its ID (e.g., `mainnet.eth.v0.1.0`). | |
Contributor
There was a problem hiding this comment.
Example id is wrong, and it's not publish on The Graph Market.
|
|
||
| Navigate to **Sinks** and click a sink to open its detail page. The page has three main sections: the runtime summary, the pod list, and the deployment event log. | ||
|
|
||
| ### Runtime Summary |
Contributor
There was a problem hiding this comment.
Same here, screenshots or URLs minimally
- Link "Sinks" to https://thegraph.market/sinks - Add add-sinks-graph-market.png after the navigation step - Change "The Graph Market" to "the Substreams Registry" linking https://substreams.dev - Update example package ID to ethereum_common@v0.3.3 - Add sink-details-graph-market.png to the sink detail page section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
maoueh
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
how-to-guides/sinks/hosted-sinks/hosted-sinks.md— overview and step-by-step creation guide (package source options, Postgres/ClickHouse output config, execution config)how-to-guides/sinks/hosted-sinks/manage-your-sink.md— monitoring, status reference, and lifecycle management (edit, stop, reset, delete)SUMMARY.mdto include both new pages under Consuming Substreamssinks.mdto surface Hosted Sinks at the top of the sinks listNotes for reviewers
Two items to verify before merging:
https://thegraph.marketas placeholder, confirm the correct URLrestart_from_scratchproto field; confirm whether UI exposes drop-schema vs. truncate-tables as distinct optionsTest plan