3
3
"title" : " Building Subgraphs 101" ,
4
4
"slug" : " building-subgraphs-101" ,
5
5
"description" : " Learn the basics of creating a subgraph on The Graph network." ,
6
- "categories " : [" Subgraphs" , " Getting Started " ],
6
+ "products " : [" Subgraphs" , " The Graph Network " ],
7
7
"date" : " 2024-05-18" ,
8
8
"author" : " Graph Docs Team" ,
9
- "types" : [" blog" ],
10
- "url" : " https://thegraph.com/blog/building-subgraphs-101"
9
+ "types" : [" Blog" ],
10
+ "difficulty" : " Easy" ,
11
+ "content" : " # Building Subgraphs 101\n\n This is a stub page for the guide content..."
11
12
},
12
13
{
13
14
"title" : " Indexing Smart Contracts with The Graph" ,
14
15
"slug" : " indexing-smart-contracts" ,
15
16
"description" : " Step-by-step video tutorial for indexing contracts using Graph CLI." ,
16
- "categories " : [" Indexing " , " Video " ],
17
+ "products " : [" Graph Node " , " Subgraphs " ],
17
18
"date" : " 2024-03-02" ,
18
19
"author" : " Graph Protocol" ,
19
- "types" : [" video" ],
20
- "url" : " https://youtube.com/watch?v=dQw4w9WgXcQ"
20
+ "types" : [" Video" , " Workshop" ],
21
+ "difficulty" : " Intermediate" ,
22
+ "content" : " # Indexing Smart Contracts with The Graph\n Video embed or details here..."
21
23
},
22
24
{
23
25
"title" : " Using Graph Client in React" ,
24
26
"slug" : " using-graph-client-react" ,
25
27
"description" : " How to query subgraphs efficiently in a React front-end." ,
26
- "categories " : [" Client " , " React " ],
28
+ "products " : [" Token API " , " Subgraphs " ],
27
29
"date" : " 2023-12-10" ,
28
30
"author" : " Edge & Node" ,
29
- "types" : [" blog" , " repo" ],
30
- "url" : " https://github.com/graphprotocol/example"
31
+ "types" : [" Blog" , " Repository" ],
32
+ "difficulty" : " Easy" ,
33
+ "content" : " # Using Graph Client in React\n Content placeholder."
34
+ },
35
+ {
36
+ "title" : " Substreams Rust Workshop" ,
37
+ "slug" : " substreams-rust-workshop" ,
38
+ "description" : " Hands-on workshop on authoring Substreams modules in Rust." ,
39
+ "products" : [" Substreams" ],
40
+ "date" : " 2024-01-15" ,
41
+ "author" : " StreamingFast" ,
42
+ "types" : [" Workshop" , " Video" ],
43
+ "difficulty" : " Advanced" ,
44
+ "content" : " # Substreams Rust Workshop\n Content stub."
45
+ },
46
+ {
47
+ "title" : " Deploying Graph Node on Kubernetes" ,
48
+ "slug" : " deploying-graph-node-k8s" ,
49
+ "description" : " Guide to deploy an indexing node on Kubernetes cluster." ,
50
+ "products" : [" Graph Node" , " The Graph Network" ],
51
+ "date" : " 2024-02-20" ,
52
+ "author" : " Graph Community" ,
53
+ "types" : [" Blog" ],
54
+ "difficulty" : " Advanced" ,
55
+ "content" : " # Deploying Graph Node on Kubernetes\n Stub article."
56
+ },
57
+ {
58
+ "title" : " Building Token API Queries" ,
59
+ "slug" : " building-token-api-queries" ,
60
+ "description" : " Learn to query token metadata using The Graph Token API." ,
61
+ "products" : [" Token API" ],
62
+ "date" : " 2024-04-02" ,
63
+ "author" : " Graph Docs Team" ,
64
+ "types" : [" Blog" ],
65
+ "difficulty" : " Intermediate" ,
66
+ "content" : " # Building Token API Queries\n Stub."
67
+ },
68
+ {
69
+ "title" : " Intro to The Graph Network" ,
70
+ "slug" : " intro-graph-network" ,
71
+ "description" : " High-level overview of how the decentralized network works." ,
72
+ "products" : [" The Graph Network" ],
73
+ "date" : " 2023-11-05" ,
74
+ "author" : " Graph Foundation" ,
75
+ "types" : [" Video" ],
76
+ "difficulty" : " Easy" ,
77
+ "content" : " # Intro to The Graph Network\n Stub."
78
+ },
79
+ {
80
+ "title" : " Optimizing Subgraph Performance" ,
81
+ "slug" : " optimizing-subgraph-performance" ,
82
+ "description" : " Best practices for faster indexing and query responses." ,
83
+ "products" : [" Subgraphs" ],
84
+ "date" : " 2024-05-01" ,
85
+ "author" : " Edge & Node" ,
86
+ "types" : [" Blog" ],
87
+ "difficulty" : " Intermediate" ,
88
+ "content" : " # Optimizing Subgraph Performance\n Stub."
89
+ },
90
+ {
91
+ "title" : " GraphQL Basics for The Graph" ,
92
+ "slug" : " graphql-basics" ,
93
+ "description" : " Essential GraphQL concepts every Graph builder should know." ,
94
+ "products" : [" Subgraphs" , " Token API" ],
95
+ "date" : " 2023-10-01" ,
96
+ "author" : " Graph Docs Team" ,
97
+ "types" : [" Blog" , " Video" ],
98
+ "difficulty" : " Easy" ,
99
+ "content" : " # GraphQL Basics\n Stub."
100
+ },
101
+ {
102
+ "title" : " Migrating from Hosted Service to Network" ,
103
+ "slug" : " migrating-to-network" ,
104
+ "description" : " Step-by-step migration strategy." ,
105
+ "products" : [" The Graph Network" , " Subgraphs" ],
106
+ "date" : " 2024-06-10" ,
107
+ "author" : " Graph Ops" ,
108
+ "types" : [" Blog" , " Workshop" ],
109
+ "difficulty" : " Advanced" ,
110
+ "content" : " # Migration Guide\n Stub."
111
+ },
112
+ {
113
+ "title" : " Query Token Prices Using Substreams" ,
114
+ "slug" : " token-prices-substreams" ,
115
+ "description" : " Create a Substreams pipeline for token price data." ,
116
+ "products" : [" Substreams" , " Token API" ],
117
+ "date" : " 2024-04-25" ,
118
+ "author" : " StreamingFast" ,
119
+ "types" : [" Repository" ],
120
+ "difficulty" : " Intermediate" ,
121
+ "content" : " # Token Prices Substreams\n Stub."
122
+ },
123
+ {
124
+ "title" : " Graph Node Metrics and Monitoring" ,
125
+ "slug" : " graph-node-metrics" ,
126
+ "description" : " Expose Prometheus metrics from Graph Node and set up Grafana dashboards." ,
127
+ "products" : [" Graph Node" ],
128
+ "date" : " 2024-02-28" ,
129
+ "author" : " Graph Community" ,
130
+ "types" : [" Blog" , " Repository" ],
131
+ "difficulty" : " Advanced" ,
132
+ "content" : " # Graph Node Metrics\n Stub."
133
+ },
134
+ {
135
+ "title" : " Deploying a Subgraph on Arbitrum" ,
136
+ "slug" : " deploying-subgraph-arbitrum" ,
137
+ "description" : " End-to-end guide to deploy a subgraph for Arbitrum network." ,
138
+ "products" : [" Subgraphs" ],
139
+ "date" : " 2024-05-30" ,
140
+ "author" : " Graph Docs Team" ,
141
+ "types" : [" Blog" ],
142
+ "difficulty" : " Intermediate" ,
143
+ "content" : " # Deploying Subgraph on Arbitrum\n Stub."
31
144
}
32
145
]
0 commit comments