Skip to content

Commit 48dc6bc

Browse files
Merge pull request 0xPolygon#289 from subquery/featuring-subquery
featured SubQuery
2 parents 92732e7 + 88f5edd commit 48dc6bc

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

docs/tools/data/subquery.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
!!! note "Content disclaimer"
2+
3+
Please view the third-party content disclaimer [here](https://github.com/0xPolygon/polygon-docs/blob/main/CONTENT_DISCLAIMER.md).
4+
5+
## Intro
6+
7+
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 Polygon, Polygon zkEVM, Polygon Mumbai, Ethereum, Polkadot, Algorand, NEAR, and Avalanche.
8+
9+
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.
10+
11+
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/).
12+
13+
**Useful resources**:
14+
15+
- SubQuery docs: [SubQuery Academy (Documentation)](https://academy.subquery.network/)
16+
17+
- Intro quick start guide: [1. Create a New Project](https://academy.subquery.network/quickstart/quickstart.html)
18+
19+
- [Polygon Quick Start Guide](https://academy.subquery.network/quickstart/quickstart_chains/polygon.html)
20+
21+
- [Polygon ZKEVM quick start guide](https://academy.subquery.network/quickstart/quickstart_chains/polygon-zkevm.html)
22+
23+
- [Polygon Plasma bridge multi-chain quick start guide](https://academy.subquery.network/quickstart/quickstart_multichain/polygon-plasma-bridge.html)
24+
25+
- [Polygon's starter projects directory](https://github.com/subquery/ethereum-subql-starter/tree/main/Polygon)
26+
27+
For technical questions and support reach out to us start@subquery.network
28+
29+
## Running and hosting your Polygon SubQuery APIs
30+
31+
SubQuery is open-source, meaning you have the freedom to run it in the following three ways:
32+
33+
- 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).
34+
35+
- 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).
36+
37+
- 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 Polygon from launch.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ nav:
383383
- Envio: tools/data/envio.md
384384
- Flair: tools/data/flair.md
385385
- PARSIQ: tools/data/parsiq.md
386+
- SubQuery: tools/data/subquery.md
386387
- Matic.js:
387388
- Installation: tools/matic-js/installation.md
388389
- Get started: tools/matic-js/get-started.md

0 commit comments

Comments
 (0)