-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations sinks.mdx (Vietnamese)
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: Official Sinks | ||
--- | ||
|
||
Choose a sink that meets your project's needs. | ||
|
||
## Tổng quan | ||
|
||
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 | ||
|
||
> 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.mdx): 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. | ||
|
||
> Important: If you’d like your sink (e.g., SQL or PubSub) hosted for you, reach out to the StreamingFast team [here](mailto:[email protected]). | ||
## Navigating Sink Repos | ||
|
||
### Official | ||
|
||
| Name | Support | Maintainer | Source Code | | ||
| ---------- | ------- | ------------- | ----------------------------------------------------------------------------------------- | | ||
| SQL | O | StreamingFast | [substreams-sink-sql](https://github.com/streamingfast/substreams-sink-sql) | | ||
| Go SDK | O | StreamingFast | [substreams-sink](https://github.com/streamingfast/substreams-sink) | | ||
| Rust SDK | O | StreamingFast | [substreams-sink-rust](https://github.com/streamingfast/substreams-sink-rust) | | ||
| JS SDK | O | StreamingFast | [substreams-js](https://github.com/substreams-js/substreams-js) | | ||
| KV Store | O | StreamingFast | [substreams-sink-kv](https://github.com/streamingfast/substreams-sink-kv) | | ||
| Prometheus | O | Pinax | [substreams-sink-prometheus](https://github.com/pinax-network/substreams-sink-prometheus) | | ||
| Webhook | O | Pinax | [substreams-sink-webhook](https://github.com/pinax-network/substreams-sink-webhook) | | ||
| CSV | O | Pinax | [substreams-sink-csv](https://github.com/pinax-network/substreams-sink-csv) | | ||
| PubSub | O | StreamingFast | [substreams-sink-pubsub](https://github.com/streamingfast/substreams-sink-pubsub) | | ||
|
||
### Community | ||
|
||
| Name | Support | Maintainer | Source Code | | ||
| ---------- | ------- | ---------- | ----------------------------------------------------------------------------------------- | | ||
| MongoDB | C | Community | [substreams-sink-mongodb](https://github.com/streamingfast/substreams-sink-mongodb) | | ||
| Files | C | Community | [substreams-sink-files](https://github.com/streamingfast/substreams-sink-files) | | ||
| KV Store | C | Community | [substreams-sink-kv](https://github.com/streamingfast/substreams-sink-kv) | | ||
| Prometheus | C | Community | [substreams-sink-Prometheus](https://github.com/pinax-network/substreams-sink-prometheus) | | ||
|
||
- O = Official Support (by one of the main Substreams providers) | ||
- C = Community Support |