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: public/content/developers/docs/data-and-analytics/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ Developers can then process and transform this data to give their users unique i
27
27
[The Graph](https://thegraph.com/) is an indexing protocol that provides an easy way to query blockchain data through open APIs known as subgraphs.
28
28
29
29
With The Graph, developers can benefit from:
30
-
- Decentralized Indexing: Enables indexing blockchain data through multiple indexers, thus eliminating any single point of failure
31
-
- GraphQL Queries: Provides a powerful GraphQL interface for querying indexed data, making data retrieval super simple.
32
-
- Customization: Define your own logic for transforming & storing blockchain data. Reuse subgraphs published by other developers on The Graph Network.
30
+
- Decentralized indexing: Enables indexing blockchain data through multiple indexers, thus eliminating any single point of failure
31
+
- GraphQL queries: Provides a powerful GraphQL interface for querying indexed data, making data retrieval super simple
32
+
- Customization: Define your own logic for transforming & storing blockchain data, and reuse subgraphs published by other developers on The Graph Network
33
33
34
34
Follow this [quick-start](https://thegraph.com/docs/en/quick-start/) guide to create, deploy, and query a subgraph within 5 minutes.
0 commit comments