Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 6fd0b8c

Browse files
authored
feat: adds space and time to indexers (#1027)
1 parent de66385 commit 6fd0b8c

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

docs/build/tooling/data-indexers.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,35 @@ head:
1111

1212
Welcome to the Analytics page, a comprehensive hub dedicated to interacting with data services, analytic tooling on zkSync Era. Each guide includes hands-on examples, ensuring that both newcomers and experienced developers can seamlessly harness the power of the analytical tooling within the zkSync Era.
1313

14-
### The Graph Network
15-
16-
[The Graph](https://thegraph.com/) is a decentralized protocol for indexing and querying blockchain data. The Graph makes it possible to query data that is difficult to query directly. Use The Graph network today to index protocol data on zkSync!
17-
18-
### SubQuery Network
19-
20-
[SubQuery](https://subquery.network/) is a fast, flexible, and reliable open-source data indexer that provides you with custom APIs for your web3 project across all of our supported chains.
21-
2214
### Covalent
2315

2416
[Covalent](https://www.covalenthq.com/docs/networks/zksync-era/) provides the industry-leading Unified API bringing visibility to billions of Web3 data points. Developers use Covalent to build exciting multi-chain applications like crypto wallets, NFT galleries, and investor dashboard tools utilizing data.
2517

18+
### DipDup
19+
20+
[DipDup](https://dipdup.io/) is a Python framework for building smart contract indexers. It helps developers focus on business logic instead of writing a boilerplate to store and serve data. DipDup-based indexers are selective, which means only required data is requested. This approach allows to achieve faster indexing times and decreased load on underlying APIs.
21+
2622
### Flair
2723

2824
[Flair](https://docs.flair.dev/) offers reusable **indexing primitives** (such as fault-tolerant RPC ingestors, custom processors, re-org aware database integrations) to make it easy to receive, transform, store and access your on-chain data.
2925

30-
### DipDup
26+
### Graph Network
3127

32-
[DipDup](https://dipdup.io/) is a Python framework for building smart contract indexers. It helps developers focus on business logic instead of writing a boilerplate to store and serve data. DipDup-based indexers are selective, which means only required data is requested. This approach allows to achieve faster indexing times and decreased load on underlying APIs.
28+
[The Graph](https://thegraph.com/) is a decentralized protocol for indexing and querying blockchain data. The Graph makes it possible to query data that is difficult to query directly. Use The Graph network today to index protocol data on zkSync!
29+
30+
### Space & Time
31+
32+
[Space and Time](https://www.spaceandtime.io/) is the verifiable compute layer that scales zero-knowledge proofs on a decentralized data warehouse to deliver trustless data processing to smart contracts, LLMs, and enterprises. Space and Time joins indexed blockchain data from major chains with offchain datasets.
33+
34+
### SubQuery Network
35+
36+
[SubQuery](https://subquery.network/) is a fast, flexible, and reliable open-source data indexer that provides you with custom APIs for your web3 project across all of our supported chains.
3337

3438
### Usage guides
3539

3640
- [the-graph](../tutorials/tooling-guides/the-graph.md)
3741
- [subquery](../tutorials/tooling-guides/subquery.md)
3842

39-
### **Contribute**
43+
### Contribute
4044

4145
The world of decentralized analytics is expansive, and there's always room for fresh perspectives. If you have carved your path through the data forest and gleaned invaluable insights or have fresh tutorials to share, we wholeheartedly welcome your contributions. Enlighten the community with your analytical prowess.

0 commit comments

Comments
 (0)