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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 5 source Subgraphs to create one powerful composed Subgraph.
27
+
The following guide provides examples for defining 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 5 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 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 5 source
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 5 source Subgraphs, and provides a comprehensive view of block statistics, enabling more complex queries and analyses.
86
+
- It combines data from 3 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 5 source Subgraphs and one final deployment of the composed Subgraph.
91
+
- The setup includes the deployment of 3 source Subgraphs and one final deployment of the composed Subgraph.
92
92
- This feature unlocks scalability, simplifying both development and maintenance efficiency.
0 commit comments