You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/substreams/developing/sinks.mdx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,13 @@ Choose a sink that meets your project's needs.
8
8
9
9
Once you find a package that fits your needs, you can choose how you want to consume the data.
10
10
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 databaseor a file.
12
12
13
13
## Sinks
14
14
15
15
> 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.
16
16
17
17
-[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.
19
18
-[Direct Streaming](https://docs.substreams.dev/how-to-guides/sinks/stream): Stream data directly from your application.
20
19
-[PubSub](https://docs.substreams.dev/how-to-guides/sinks/pubsub): Send data to a PubSub topic.
21
20
-[Community Sinks](https://docs.substreams.dev/how-to-guides/sinks/community-sinks): Explore quality community maintained sinks.
0 commit comments