Skip to content

Commit

Permalink
Added SubQuery (#637)
Browse files Browse the repository at this point in the history
* Added SubQuery

* Update subquery.md
  • Loading branch information
bgodlin authored Jan 17, 2024
1 parent db80f33 commit 3418210
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,19 @@ export const getNavigation = (section) => {
},
],
},
{
title: "Indexers",
children: [
{
title: "Overview",
href: "/dev/indexers/overview",
},
{
title: "SubQuery",
href: "/dev/indexers/subquery",
},
],
},
{
title: "Reference",
children: [
Expand Down
3 changes: 3 additions & 0 deletions src/pages/dev/indexers/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"overview": "Indexers"
}
7 changes: 7 additions & 0 deletions src/pages/dev/indexers/overview.md
Original file line number Diff line number Diff line change
@@ -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 Axelar network.
22 changes: 22 additions & 0 deletions src/pages/dev/indexers/subquery.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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 Axelar, 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)
- [Axelar Starter Project](https://github.com/subquery/cosmos-subql-starter/tree/main/Axelar/axelar-starter)
- For technical questions and support reach out to us start@subquery.network

## Running and Hosting your Axelar 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 Axelar from launch.

1 comment on commit 3418210

@vercel
Copy link

@vercel vercel bot commented on 3418210 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.