From 58f367c3eb61bb0a49d3b2790ecda1f2a3cd6e94 Mon Sep 17 00:00:00 2001 From: sq-ext Date: Thu, 26 Jun 2025 10:41:04 +0000 Subject: [PATCH] Featuring SubQuery --- .../04-indexers/01-subquery.md | 25 +++++++++++++++++++ .../04-indexers/_category_.json | 4 +++ 2 files changed, 29 insertions(+) create mode 100644 docs/develop/03-developer-tools/04-indexers/01-subquery.md create mode 100644 docs/develop/03-developer-tools/04-indexers/_category_.json diff --git a/docs/develop/03-developer-tools/04-indexers/01-subquery.md b/docs/develop/03-developer-tools/04-indexers/01-subquery.md new file mode 100644 index 0000000..7fdef97 --- /dev/null +++ b/docs/develop/03-developer-tools/04-indexers/01-subquery.md @@ -0,0 +1,25 @@ +--- +sidebar_position: 1 +--- + +# SubQuery + +SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open source and decentralised APIs for web3 projects. SubQuery SDK allows developers to get rich indexed data and build intuitive and immersive decentralised applications in a faster and more efficient way. + +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. This allows the creation of feature-rich dashboard analytics and multi-chain block scanners. Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. + +## Useful resources: + +- SubQuery Docs: [SubQuery Academy (Documentation)](https://subquery.network/doc/) +- Intro Quick Start Guide: [1. Create a New Project](https://subquery.network/doc/quickstart/quickstart.html) +- [Band Starter Project](https://github.com/subquery/cosmos-subql-starter/tree/main/Band/band-starter) + +For technical questions and support reach out to us `start@subquery.network` + +## Running and Hosting your Band SubQuery APIs + +SubQuery is open-source and designed to be easy to run, meaning you have the freedom to run it a variety of ways: + +- [Locally on your own computer or on your cloud provider of choice.](https://subquery.network/doc/indexer/run_publish/introduction.html#locally-run-it-yourself) +- [By publishing it to the decentralised SubQuery Network](https://subquery.network/doc/indexer/run_publish/introduction.html#publish-to-the-subquery-network), the most open, performant, reliable, and scalable data service for dApp developers. +- [Leveraging a centralised hosting partner in the SubQuery community](https://subquery.network/doc/indexer/run_publish/introduction.html#other-hosting-providers-in-the-subquery-community), like OnFinality or Traceye. \ No newline at end of file diff --git a/docs/develop/03-developer-tools/04-indexers/_category_.json b/docs/develop/03-developer-tools/04-indexers/_category_.json new file mode 100644 index 0000000..ee1ea46 --- /dev/null +++ b/docs/develop/03-developer-tools/04-indexers/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Data Indexers", + "position": 4 +}