Skip to content

Sps disclaimer #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/src/pages/en/substreams/sps/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ sidebarTitle: Introduction

Boost your Subgraph's efficiency and scalability by using [Substreams](/substreams/introduction/) to stream pre-indexed blockchain data.

## Prerequisites
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these really "Prerequisites"? I feel like "Disclaimers" would be more appropriate?


- Substreams-Powered Subgraphs are no longer available through [Subgraph Studio](http://thegraph.com/studio)
- Substreams-Powered Subgraphs can be run locally
- Substreams-Powered Subgraphs can be powered by Indexers on The Graph but will require direct coordination with Indexers in the [#substreams channel in Discord](https://discord.gg/graphprotocol)
Comment on lines +10 to +12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These really look like sentences to me. 😛

Suggested change
- Substreams-Powered Subgraphs are no longer available through [Subgraph Studio](http://thegraph.com/studio)
- Substreams-Powered Subgraphs can be run locally
- Substreams-Powered Subgraphs can be powered by Indexers on The Graph but will require direct coordination with Indexers in the [#substreams channel in Discord](https://discord.gg/graphprotocol)
- Substreams-Powered Subgraphs are no longer available through [Subgraph Studio](http://thegraph.com/studio).
- Substreams-Powered Subgraphs can be run locally.
- Substreams-Powered Subgraphs can be powered by Indexers on The Graph but will require direct coordination with Indexers in the [#substreams channel in Discord](https://discord.gg/graphprotocol).


## Overview

Use a Substreams package (`.spkg`) as a data source to give your Subgraph access to a stream of pre-indexed blockchain data. This enables more efficient and scalable data handling, especially with large or complex blockchain networks.
Expand Down