Skip to content

Commit fb5157a

Browse files
committed
Made content more concise. Used bullet points to improve readability.
1 parent 7295edf commit fb5157a

File tree

1 file changed

+7
-2
lines changed
  • public/content/developers/docs/data-and-analytics

1 file changed

+7
-2
lines changed

public/content/developers/docs/data-and-analytics/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ Developers can then process and transform this data to give their users unique i
2424

2525
## The Graph {#the-graph}
2626

27-
The [Graph Network](https://thegraph.com/) is a decentralized indexing protocol for organizing blockchain data. Instead of building and managing off-chain and centralized data stores to aggregate on-chain data, with The Graph, developers can build serverless applications that run entirely on public infrastructure. Follow this [quick-start guide](https://thegraph.com/docs/en/quick-start/) to create, deploy and query a subgraph within 5 minutes.
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.
2828

29-
Using [GraphQL](https://graphql.org/), developers can query any of the curated open APIs, known as subgraphs, to acquire the necessary information they need to drive their dapp. By querying these indexed subgraphs, Reports and dapps not only get performance and scalability benefits but also the built in accuracy provided by network consensus.
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.
33+
34+
Follow this [quick-start](https://thegraph.com/docs/en/quick-start/) guide to create, deploy, and query a subgraph within 5 minutes.
3035

3136
## Client diversity
3237

0 commit comments

Comments
 (0)