From ec01d7b284d9ae73ba51ee3c9db15736786a47aa Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:46:55 +0000 Subject: [PATCH 1/2] Featured SubQuery --- docs/_sidebar.md | 1 + docs/developers/indexers.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 docs/developers/indexers.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 385d0fb1..d3531359 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -48,6 +48,7 @@ * [Guide: Bridge](developers/bridge.md) * [Guide: Lending](developers/lending.md) * [Documentation](developers/documentation.md) + * [Indexers](developers/indexers.md) * **Security** diff --git a/docs/developers/indexers.md b/docs/developers/indexers.md new file mode 100644 index 00000000..17e0dbca --- /dev/null +++ b/docs/developers/indexers.md @@ -0,0 +1,27 @@ +# Indexers + +Indexers, in a broad context, play a fundamental role in organising and optimising data retrieval within various systems. These tools act as navigational aids, allowing efficient access to specific information by creating structured indexes. In the realm of databases and information management, indexers enhance query performance by creating a roadmap to swiftly locate data entries. + +In the context of blockchain and dApps, indexers go beyond traditional databases, facilitating streamlined access to on-chain data. This includes transaction histories, smart contract states, and event logs. In the dynamic and decentralised world of blockchain, indexers contribute to the efficiency of data queries, supporting real-time updates and ensuring the seamless functionality of diverse applications and platforms. + +There are several indexer solutions available, each offering different levels of decentralisation, ease of development, and performance for you to consider. These solutions serve as intermediaries to assist in indexing the Interlay network. + +## 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. SubQuery supports 100+ ecosystems including Interlay, Polkadot, Cosmos, Ethereum, Polygon, Algorand, NEAR, and Avalanche. + +Another Subquery's competitive edge lies in the capacity to consolidate data, not just within a single blockchain but across multiple blockchains within a unified project. This facilitates the development of comprehensive dashboard analytics, cross-chain block scanners, or initiatives aimed at indexing XCM messages across parachains. + +Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our [documentation](https://academy.subquery.network/). + +**Useful resources**: +- SubQuery Docs: [SubQuery Academy (Documentation)](https://academy.subquery.network/) +- Intro Quick Start Guide: [1. Create a New Project](https://academy.subquery.network/quickstart/quickstart.html) +- [Interlay Starter Project](https://github.com/subquery/subql-starter/tree/main/Interlay/interlay-starter) + +### Running and Hosting your Interlay SubQuery APIs + +SubQuery is open-source, meaning you have the freedom to run it in the following three ways: +- Locally on your own computer (or a cloud provider of your choosing), [view the instructions on how to run SubQuery Locally](https://academy.subquery.network/run_publish/run.html). +- You can publish it to SubQuery's enterprise-level [Managed Service](https://managedservice.subquery.network/), where we'll host your SubQuery project in production ready services for mission critical data with zero-downtime blue/green deployments. There even is a generous free tier. [Find out how](https://academy.subquery.network/run_publish/publish.html). +- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Interlay from launch. \ No newline at end of file From 997d33ada2af8dc6025cbec6d01cd5c6b8a14c9d Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:30:37 +0100 Subject: [PATCH 2/2] Update indexers.md --- docs/developers/indexers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developers/indexers.md b/docs/developers/indexers.md index 17e0dbca..aa03b6a7 100644 --- a/docs/developers/indexers.md +++ b/docs/developers/indexers.md @@ -18,10 +18,11 @@ Other advantages include superior performance with multiple RPC endpoint configu - SubQuery Docs: [SubQuery Academy (Documentation)](https://academy.subquery.network/) - Intro Quick Start Guide: [1. Create a New Project](https://academy.subquery.network/quickstart/quickstart.html) - [Interlay Starter Project](https://github.com/subquery/subql-starter/tree/main/Interlay/interlay-starter) +- For technical questions and support reach out to us start@subquery.network ### Running and Hosting your Interlay SubQuery APIs SubQuery is open-source, meaning you have the freedom to run it in the following three ways: - Locally on your own computer (or a cloud provider of your choosing), [view the instructions on how to run SubQuery Locally](https://academy.subquery.network/run_publish/run.html). - You can publish it to SubQuery's enterprise-level [Managed Service](https://managedservice.subquery.network/), where we'll host your SubQuery project in production ready services for mission critical data with zero-downtime blue/green deployments. There even is a generous free tier. [Find out how](https://academy.subquery.network/run_publish/publish.html). -- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Interlay from launch. \ No newline at end of file +- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports Interlay from launch.