Skip to content

Commit b7edde5

Browse files
Update source subgraph number
1 parent ece1ea8 commit b7edde5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Aggregate Data Using Subgraph Composition
33
sidebarTitle: 'Build a Composable Subgraph with Multiple Subgraphs'
44
---
55

6-
Optimize your Subgraph by merging data from three independent, source Subgraphs into a single composable Subgraph to enhance data aggregation.
6+
Optimize your Subgraph by merging data from 5 independent, source Subgraphs into a single composable Subgraph to enhance data aggregation.
77

88
> Important Reminders:
99
>
@@ -24,7 +24,7 @@ To deploy **all** Subgraphs locally, you must have the following:
2424

2525
## Get Started
2626

27-
The following guide provides examples for defining three source Subgraphs to create one powerful composed Subgraph.
27+
The following guide provides examples for defining 5 source Subgraphs to create one powerful composed Subgraph.
2828

2929
### Specifics
3030

@@ -72,7 +72,7 @@ This third source Subgraph indexes the size of each block. To deploy this Subgra
7272

7373
### Step 4. Combine Into Block Stats Subgraph
7474

75-
This composed Subgraph combines and aggregates the information from the three source Subgraphs above, providing a unified view of block statistics. To deploy this Subgraph locally, run the same commands as above.
75+
This composed Subgraph combines and aggregates the information from the 5 source Subgraphs above, providing a unified view of block statistics. To deploy this Subgraph locally, run the same commands as above.
7676

7777
> Note:
7878
>
@@ -83,12 +83,12 @@ This composed Subgraph combines and aggregates the information from the three so
8383
#### Key Functions
8484

8585
- It provides a consolidated data model that encompasses all relevant block metrics.
86-
- It combines data from three source Subgraphs, and provides a comprehensive view of block statistics, enabling more complex queries and analyses.
86+
- It combines data from 5 source Subgraphs, and provides a comprehensive view of block statistics, enabling more complex queries and analyses.
8787

8888
## Key Takeaways
8989

9090
- This powerful tool will scale your Subgraph development and allow you to combine multiple Subgraphs.
91-
- The setup includes the deployment of three source Subgraphs and one final deployment of the composed Subgraph.
91+
- The setup includes the deployment of 5 source Subgraphs and one final deployment of the composed Subgraph.
9292
- This feature unlocks scalability, simplifying both development and maintenance efficiency.
9393

9494
## Additional Resources

website/src/pages/en/subgraphs/cookbook/subgraph-composition.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ This approach unlocks composability and scalability, simplifying both developmen
136136

137137
To use other advanced features in your Subgraph, check out [Subgraph advanced features](/developing/creating/advanced/) and [this Subgraph composition example repo](https://github.com/incrypto32/subgraph-composition-sample-subgraph).
138138

139-
To learn how to define three source Subgraphs, check out [this Subgraph composition example repo](https://github.com/isum/subgraph-composition-example).
139+
To learn how to define 5 source Subgraphs, check out [this Subgraph composition example repo](https://github.com/isum/subgraph-composition-example).

0 commit comments

Comments
 (0)