Skip to content

Commit 590897f

Browse files
idalithbbenface
andauthored
added links for substreams codegen (#724)
* added links for substreams codegen to substreams & substreams powered subgraphs faq * Update website/pages/en/substreams.mdx Co-authored-by: Benoît Rouleau <[email protected]> * fix --------- Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 6e97572 commit 590897f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

website/pages/en/developing/substreams-powered-subgraphs-faq.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The [Substreams documentation](/substreams) will teach you how to build Substrea
6666

6767
The [Substreams-powered subgraphs documentation](/cookbook/substreams-powered-subgraphs/) will show you how to package them for deployment on The Graph.
6868

69+
The [latest Substreams Codegen tool](https://streamingfastio.medium.com/substreams-codegen-no-code-tool-to-bootstrap-your-project-a11efe0378c6) will allow you to bootstrap a Substreams project without any code.
70+
6971
## What is the role of Rust modules in Substreams?
7072

7173
Rust modules are the equivalent of the AssemblyScript mappers in subgraphs. They are compiled to WASM in a similar way, but the programming model allows for parallel execution. They define the sort of transformations and aggregations you want to apply to the raw blockchain data.

website/pages/en/substreams.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Substreams
44

55
![Substreams Logo](/img/substreams-logo.png)
66

7-
Substreams is a powerful blockchain indexing technology, developed for The Graph Network. Substreams enables developers to write Rust modules, composing data streams alongside the community, and provides extremely high-performance indexing by virtue of parallelization, in a streaming-first fashion.
7+
Substreams is a powerful blockchain indexing technology developed for The Graph Network. It enables developers to write Rust modules, compose data streams alongside the community, and provide extremely high-performance indexing due to parallelization in a streaming-first approach.
88

9-
With Substreams, you can extract data from different blockchains (Ethereum, BNB, Solana...) ultra-fast! Then, you can send to data to several locations (a Postgres database, a Mongo database, or a Subgraph).
9+
With Substreams, developers can quickly extract data from different blockchains (Ethereum, BNB, Solana, ect.) and send it to various locations of their choice, such as a Postgres database, a Mongo database, or a Subgraph. Additionally, Substreams packages enable developers to specify which data they want to extract from the blockchain.
1010

1111
## How Substreams Works in 4 Steps
1212

@@ -34,6 +34,8 @@ fn get_my_block(blk: Block) -> Result<MyBlock, substreams::errors::Error> {
3434

3535
The official Substreams documentation is currently maintained by the StreamingFast team [on the StreamingFast website](https://substreams.streamingfast.io/).
3636

37+
To learn about the latest version of Substreams CLI, which enables developers to bootstrap a Substreams project without any code, please check [Substreams Codegen](https://streamingfastio.medium.com/substreams-codegen-no-code-tool-to-bootstrap-your-project-a11efe0378c6).
38+
3739
### Getting Started
3840

3941
- In order to develop and deploy a Substreams, [you must install the Substreams CLI](https://substreams.streamingfast.io/documentation/consume/installing-the-cli).

0 commit comments

Comments
 (0)