Skip to content

Commit 631f8f0

Browse files
Remove Subgraph (#941)
* Remove Subgraph * Update website/src/pages/en/substreams/developing/sinks.mdx Co-authored-by: Benoît Rouleau <[email protected]> --------- Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 722624e commit 631f8f0

File tree

1 file changed

+1
-2
lines changed
  • website/src/pages/en/substreams/developing

1 file changed

+1
-2
lines changed

website/src/pages/en/substreams/developing/sinks.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ Choose a sink that meets your project's needs.
88

99
Once you find a package that fits your needs, you can choose how you want to consume the data.
1010

11-
Sinks are integrations that allow you to send the extracted data to different destinations, such as a SQL database, a file or a Subgraph.
11+
Sinks are integrations that allow you to send the extracted data to different destinations, such as a SQL database or a file.
1212

1313
## Sinks
1414

1515
> Note: Some of the sinks are officially supported by the StreamingFast core development team (i.e. active support is provided), but other sinks are community-driven and support can't be guaranteed.
1616
1717
- [SQL Database](https://docs.substreams.dev/how-to-guides/sinks/sql-sink): Send the data to a database.
18-
- [Subgraph](/sps/introduction/): Configure an API to meet your data needs and host it on The Graph Network.
1918
- [Direct Streaming](https://docs.substreams.dev/how-to-guides/sinks/stream): Stream data directly from your application.
2019
- [PubSub](https://docs.substreams.dev/how-to-guides/sinks/pubsub): Send data to a PubSub topic.
2120
- [Community Sinks](https://docs.substreams.dev/how-to-guides/sinks/community-sinks): Explore quality community maintained sinks.

0 commit comments

Comments
 (0)