From 11856a159abdac415a365a30051008b5463e4a4c Mon Sep 17 00:00:00 2001 From: Michael Macaulay Date: Wed, 30 Apr 2025 17:34:40 -0400 Subject: [PATCH 1/2] Remove Subgraph --- website/src/pages/en/substreams/developing/sinks.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/src/pages/en/substreams/developing/sinks.mdx b/website/src/pages/en/substreams/developing/sinks.mdx index 48c246201e8f..26cd4f69a0d4 100644 --- a/website/src/pages/en/substreams/developing/sinks.mdx +++ b/website/src/pages/en/substreams/developing/sinks.mdx @@ -8,14 +8,13 @@ Choose a sink that meets your project's needs. Once you find a package that fits your needs, you can choose how you want to consume the data. -Sinks are integrations that allow you to send the extracted data to different destinations, such as a SQL database, a file or a Subgraph. +Sinks are integrations that allow you to send the extracted data to different destinations, such as a SQL database, or a file. ## Sinks > 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. - [SQL Database](https://docs.substreams.dev/how-to-guides/sinks/sql-sink): Send the data to a database. -- [Subgraph](/sps/introduction/): Configure an API to meet your data needs and host it on The Graph Network. - [Direct Streaming](https://docs.substreams.dev/how-to-guides/sinks/stream): Stream data directly from your application. - [PubSub](https://docs.substreams.dev/how-to-guides/sinks/pubsub): Send data to a PubSub topic. - [Community Sinks](https://docs.substreams.dev/how-to-guides/sinks/community-sinks): Explore quality community maintained sinks. From 1aebdece03ec69d7551feb0c45bda08a588b1115 Mon Sep 17 00:00:00 2001 From: Michael Macaulay <56690114+MichaelMacaulay@users.noreply.github.com> Date: Fri, 2 May 2025 07:42:25 -0400 Subject: [PATCH 2/2] Update website/src/pages/en/substreams/developing/sinks.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: BenoƮt Rouleau --- website/src/pages/en/substreams/developing/sinks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/en/substreams/developing/sinks.mdx b/website/src/pages/en/substreams/developing/sinks.mdx index 26cd4f69a0d4..090ab701b25d 100644 --- a/website/src/pages/en/substreams/developing/sinks.mdx +++ b/website/src/pages/en/substreams/developing/sinks.mdx @@ -8,7 +8,7 @@ Choose a sink that meets your project's needs. Once you find a package that fits your needs, you can choose how you want to consume the data. -Sinks are integrations that allow you to send the extracted data to different destinations, such as a SQL database, or a file. +Sinks are integrations that allow you to send the extracted data to different destinations, such as a SQL database or a file. ## Sinks