Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flair indexing #1612

Merged
merged 2 commits into from
Dec 12, 2023
Merged
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
8 changes: 8 additions & 0 deletions docs/tooling/indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@
- [Avalanche Quickstart](https://academy.subquery.network/quickstart/quickstart_chains/avalanche.html)
- [Mainnet Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/Avalanche/avalanche-starter)
- [Fuji Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/Avalanche/avalanche-fuji-starter)

### Flair

[Flair](https://flair.dev) provides real-time and historical custom data indexing for any EVM-compatible chain.

It offers reusable **indexing primitives** (such as fault-tolerant RPC ingestors, custom processors and aggregations, re-org aware database integrations) to make it easy to receive, transform, store and access your on-chain data.

Check failure on line 42 in docs/tooling/indexers.md

View workflow job for this annotation

GitHub Actions / runner/vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'ingestors'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'ingestors'?", "location": {"path": "docs/tooling/indexers.md", "range": {"start": {"line": 42, "column": 72}}}, "severity": "ERROR"}

To get started, visit the [documentation](https://docs.flair.dev) or clone the [starter boilerplate](https://github.com/flair-sdk/starter-boilerplate) template and follow the instructions.
Loading