Skip to content

Commit

Permalink
New translations sinks.mdx (Vietnamese)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Jan 27, 2025
1 parent 6ab44cf commit 4a7ede8
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions website/pages/vi/substreams/developing/sinks/sinks.mdx
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

0 comments on commit 4a7ede8

Please sign in to comment.