From 3da7fca04c915f122b286e34c83083cc9086bbe9 Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:59 +0000 Subject: [PATCH 1/2] SubQuery Featured --- SUMMARY.md | 2 ++ gitbook/developers/indexers/overview.md | 7 +++++++ gitbook/developers/indexers/subquery.md | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 gitbook/developers/indexers/overview.md create mode 100644 gitbook/developers/indexers/subquery.md diff --git a/SUMMARY.md b/SUMMARY.md index ff53499..7a38e76 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -16,6 +16,8 @@ - [🛠️ Installing migalood](./gitbook/developers/migalood.md) - [✅ Useful CLI commands](./gitbook/developers/cli_commands.md) - [📑 Creating Vesting accounts on demand](./gitbook/developers/vesting.md) +- [🗄️ Indexers](./gitbook/developers/indexers/overview.md) + - [SubQuery](./gitbook/developers/indexers/subquery.md) ### Validators diff --git a/gitbook/developers/indexers/overview.md b/gitbook/developers/indexers/overview.md new file mode 100644 index 0000000..b3259e5 --- /dev/null +++ b/gitbook/developers/indexers/overview.md @@ -0,0 +1,7 @@ +# Overview + +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 Migaloo network. \ No newline at end of file diff --git a/gitbook/developers/indexers/subquery.md b/gitbook/developers/indexers/subquery.md new file mode 100644 index 0000000..0b788a8 --- /dev/null +++ b/gitbook/developers/indexers/subquery.md @@ -0,0 +1,21 @@ +# SubQuery + +## Intro + +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 Migaloo, Cosmos, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche. + +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, multi-chain block scanners, or projects that index IBC transactions across zones. + +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) +- [Migaloo Starter Project](https://github.com/subquery/cosmos-subql-starter/tree/main/Migaloo/migaloo-starter) + +## Running and Hosting your Migaloo 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 Migaloo from launch. \ No newline at end of file From 6ddd6c7f93d34cd9777ae20f08c55a9050c8150c Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:51:45 +0100 Subject: [PATCH 2/2] Update subquery.md --- gitbook/developers/indexers/subquery.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitbook/developers/indexers/subquery.md b/gitbook/developers/indexers/subquery.md index 0b788a8..af469e9 100644 --- a/gitbook/developers/indexers/subquery.md +++ b/gitbook/developers/indexers/subquery.md @@ -12,10 +12,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) - [Migaloo Starter Project](https://github.com/subquery/cosmos-subql-starter/tree/main/Migaloo/migaloo-starter) +- For technical questions and support reach out to us start@subquery.network ## Running and Hosting your Migaloo 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 Migaloo 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 Migaloo from launch.