Skip to content

Commit 4ccac23

Browse files
Merge pull request #936 from bgodlin/featuring-subquery
SubQuery Featured
2 parents 9a2b1b2 + 14f0918 commit 4ccac23

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed

Diff for: source/mainnet/net/index.rst

+25
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ index
2929
resources/ccd-scan
3030
Concordium Standards <https://proposals.concordium.software/index.html>
3131

32+
.. toctree::
33+
:caption: Indexers
34+
35+
indexers/intro
36+
indexers/subquery
37+
3238
.. toctree::
3339
:includehidden:
3440
:caption: Smart Contracts
@@ -42,3 +48,22 @@ index
4248

4349
Smart contract tutorials <../smart-contracts/tutorials/index>
4450
Using ID tutorial <guides/gallery/index>
51+
52+
.. toctree::
53+
:includehidden:
54+
:caption: Smart Contracts v0
55+
56+
V0 smart contract documentation <../smart-contracts-v0/sc-v0-rollup>
57+
58+
.. toctree::
59+
:caption: Legal
60+
61+
resources/terms-and-conditions
62+
resources/terms-and-conditions-dw
63+
resources/terms-and-conditions-mw
64+
resources/terms-and-conditions-concordia
65+
resources/third-party-licenses
66+
resources/third-party-notices
67+
resources/bw-licenses
68+
resources/dw-licenses
69+
resources/ar-idp-contact

Diff for: source/mainnet/net/indexers/intro.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
=================
2+
What are indexers
3+
=================
4+
5+
Indexers, in a broad context, play a fundamental role in organizing and optimizing 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.
6+
7+
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 decentralized 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.
8+
9+
There are several indexer solutions available, each offering different levels of decentralization, ease of development, and performance for you to consider. These solutions serve as intermediaries to assist in indexing the Concordium network.

Diff for: source/mainnet/net/indexers/subquery.rst

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
========
2+
SubQuery
3+
========
4+
5+
SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open-source, and decentralized APIs for web3 projects. SubQuery SDK allows developers to get rich indexed data and build intuitive and immersive decentralized applications in a faster and more efficient way. SubQuery supports 100+ ecosystems including Concordium, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche.
6+
7+
Another 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.
8+
9+
Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities, and a configurable caching architecture. To find out more, visit SubQuery's `documentation <https://academy.subquery/>`_.
10+
11+
**Useful resources**:
12+
13+
- SubQuery Docs: `SubQuery Academy (Documentation) <https://academy.subquery.network/>`_
14+
15+
- Intro Quick Start Guide: `1. Create a New Project <https://academy.subquery.network/quickstart/quickstart.html>`_
16+
17+
- `Concordium Quick Start Guide <https://academy.subquery.network/quickstart/quickstart_chains/concordium.html>`_
18+
19+
Getting Started
20+
---------------
21+
22+
Take a look at this SubQuery Starter Project that introduces SubQuery's Concordium support by indexing `Concordium <https://github.com/subquery/concordium-subql-starter/tree/main/Concordium/concordium-testnet-starter>`_.
23+
24+
You can also follow this `step-by-step guide <https://academy.subquery.network/quickstart/quickstart.html>`_ to get familiar with SubQuery.
25+
26+
Running and Hosting your Concordium SubQuery APIs
27+
-------------------------------------------------
28+
29+
SubQuery is open-source, meaning you have the freedom to run it in the following three ways:
30+
31+
- 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>`_.
32+
33+
- You can publish it to SubQuery's enterprise-level `Managed Service <https://managedservice.subquery.network/>`_, where SubQuery will host your SubQuery project in production-ready services for mission critical data with zero-downtime blue/green deployments. There is even a generous free tier. `Find out how <https://academy.subquery.network/run_publish/publish.html>`_.
34+
35+
- You can publish it to the decentralized `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 incentivized and verifiable way and supports Concordium from launch.

0 commit comments

Comments
 (0)