You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/en/subgraphs/cookbook/subgraph-composition-three-sources.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Aggregate Data Using Subgraph Composition
3
3
sidebarTitle: 'Build a Composable Subgraph with Multiple Subgraphs'
4
4
---
5
5
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.
7
7
8
8
> Important Reminders:
9
9
>
@@ -24,7 +24,7 @@ To deploy **all** Subgraphs locally, you must have the following:
24
24
25
25
## Get Started
26
26
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.
28
28
29
29
### Specifics
30
30
@@ -72,7 +72,7 @@ This third source Subgraph indexes the size of each block. To deploy this Subgra
72
72
73
73
### Step 4. Combine Into Block Stats Subgraph
74
74
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.
76
76
77
77
> Note:
78
78
>
@@ -83,12 +83,12 @@ This composed Subgraph combines and aggregates the information from the three so
83
83
#### Key Functions
84
84
85
85
- 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.
87
87
88
88
## Key Takeaways
89
89
90
90
- 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.
92
92
- This feature unlocks scalability, simplifying both development and maintenance efficiency.
Copy file name to clipboardExpand all lines: website/src/pages/en/subgraphs/cookbook/subgraph-composition.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,4 +136,4 @@ This approach unlocks composability and scalability, simplifying both developmen
136
136
137
137
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).
138
138
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