Skip to content

Commit

Permalink
feat: add DipDup (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed Mar 30, 2024
1 parent 55e7d82 commit 899d7a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/build/tooling/data-indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Welcome to the Analytics page, a comprehensive hub dedicated to interacting with

[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.

### DipDup

[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.

### Usage guides

- [the-graph](../tutorials/tooling-guides/the-graph.md)
Expand Down

0 comments on commit 899d7a6

Please sign in to comment.