-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f673124
commit 806c31a
Showing
1 changed file
with
3 additions
and
2 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 |
---|---|---|
|
@@ -7,7 +7,8 @@ Once you find a package that fits your needs, you can choose how you want to con | |
- [SQL Database](./sql/sql-sink.md): Send the data to a database. | ||
- [Subgraph](./subgraph/subgraph.md): Configure an API to meet your data needs and host it on The Graph Network. | ||
- [Direct Streaming](./stream/stream.md): Stream data directly from your application. | ||
- [Community Sinks](new/how-to-guides/sinks/community/other-sinks): Explore quality community maintained sinks. | ||
- [PubSub](../how-to-guides/sinks/pubsub.md): Send data to a PubSub topic. | ||
- [Community Sinks](new/how-to-guides/sinks/community/other-sinks): Explore quality community maintained sinks. | ||
|
||
{% hint style="success" %} | ||
**Deployable Service**: If you’d like your sink (e.g., SQL or PubSub) to be hosted for you, reach out to the StreamingFast team [here](mailto:[email protected]). | ||
|
@@ -39,4 +40,4 @@ Once you find a package that fits your needs, you can choose how you want to con | |
| 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 | ||
* C = Community Support |