Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/base-chain/tools/data-indexers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,11 @@ sign up [here](https://app.spaceandtime.ai/)
- Arbitrum
- Base

## Quixote

[Quixote](https://quixote.bilinearlabs.io/) is an [open-source](https://github.com/bilinearlabs/quixote), lightweight, high-performance EVM event indexer built in Rust. It lets you capture, store, and query blockchain events with minimal setup. You can get it up and running in just two commands.

It can index events from multiple RPC endpoints, across multiple contracts, while applying multiple filters. It ships with DuckDB by default and includes a built-in dashboard to easily visualize your data. Quixote is configurable via YAML files and is instrumented for production use. It can decode arbitrary events (via ABI or signature) and automatically map decoded data into named columns. It adapts the block range to find the largest one that works, minimizing RPC usage. It runs as a long-lived service with a built-in API.

<PolicyBanner />