diff --git a/website/src/pages/en/substreams/developing/sinks.mdx b/website/src/pages/en/substreams/developing/sinks.mdx index 48c246201e8f..090ab701b25d 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.