Skip to content

Commit

Permalink
Add Blockflow as an Indexer
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Khanna <55931792+Vaibhav20201@users.noreply.github.com>
  • Loading branch information
Vaibhav20201 authored Jul 24, 2024
1 parent 025b9ea commit 67d1e11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/tooling/indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ project.

:::

### Blockflow

Check failure on line 26 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 'Blockflow'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Blockflow'?", "location": {"path": "docs/tooling/indexers.md", "range": {"start": {"line": 26, "column": 5}}}, "severity": "ERROR"}

[Blockflow](https://www.blockflow.network/) simplifies building data backends for dApps.

Check failure on line 28 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 'Blockflow'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Blockflow'?", "location": {"path": "docs/tooling/indexers.md", "range": {"start": {"line": 28, "column": 2}}}, "severity": "ERROR"}
The modular architecture seamlessly handles on-chain data retrieval, re-org handling, indexing, streaming, storage, and API consumption, allowing developers to focus on building innovative applications rather than wrestling with complex data infrastructure.

Blockflow's modular architecture for data indexing has three key components:

Check failure on line 31 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 'Blockflow's'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Blockflow's'?", "location": {"path": "docs/tooling/indexers.md", "range": {"start": {"line": 31, "column": 1}}}, "severity": "ERROR"}
- **Instances:** Serverless functions that act as your data transformation and compute layer. These functions are triggered by blockchain events, function calls, transactions, and traces, allowing you to filter and process data exactly as you need it.

Check failure on line 32 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 'Serverless'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Serverless'?", "location": {"path": "docs/tooling/indexers.md", "range": {"start": {"line": 32, "column": 18}}}, "severity": "ERROR"}
- **Managed Storage:** A scalable storage solution that houses your transformed blockchain data. Our storage layer ensures data integrity by handling chain reorganizations, providing you with a reliable, always-consistent dataset.
- **Flexible Querying:** Access your data effortlessly through our REST and GraphQL APIs. Define your own query logic to retrieve precisely the information you need, when you need it.

To get started visit our [documentation](https://docs.blockflow.network/v/cli). Also do checkout an example [here](https://docs.blockflow.network/v/cli/hands-on-project/ens).

### SubQuery

SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open source and decentralised APIs for web3 projects. Another one of SubQuery's competitive advantages is the ability to aggregate data not only within a chain but across multiple blockchains all within a single project.
Expand Down

0 comments on commit 67d1e11

Please sign in to comment.