From e23145295aa211f112a7399826ba8ac20d44dbc2 Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:51:11 +0100 Subject: [PATCH 1/4] Create subquery.md Hello EOS team, We are submitting this contribution with the intention of incorporating SubQuery into your project documentation. As you can observe, we have already prepared the initial project. Kindly inform us if any adjustments are necessary on our part. --- evm/23_advanced-guides/subquery.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 evm/23_advanced-guides/subquery.md diff --git a/evm/23_advanced-guides/subquery.md b/evm/23_advanced-guides/subquery.md new file mode 100644 index 00000000..c213b3b2 --- /dev/null +++ b/evm/23_advanced-guides/subquery.md @@ -0,0 +1,25 @@ +# 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 EOS, 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 and multi-chain block scanners. + +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/). + +**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) +- [EOS Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/EOS/eos-starter) + +# Getting Started + +Take a look at this SubQuery Starter Project that introduces SubQuery's EOS support by indexing [EOS](https://github.com/subquery/ethereum-subql-starter/tree/main/EOS/eos-starterConnect your Github account). + +You can also follow along this [step by step guide](https://academy.subquery.network/quickstart/quickstart.html) to get familiar with SubQuery. + +# Running and Hosting your EOS 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 EOS from launch. From db9cadd3e61bd68c4a2f475558d12e7d2f71f071 Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:44:57 +0100 Subject: [PATCH 2/4] Link Fixed --- evm/23_advanced-guides/subquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/23_advanced-guides/subquery.md b/evm/23_advanced-guides/subquery.md index c213b3b2..7eacf57d 100644 --- a/evm/23_advanced-guides/subquery.md +++ b/evm/23_advanced-guides/subquery.md @@ -13,7 +13,7 @@ Other advantages include superior performance with multiple RPC endpoint configu # Getting Started -Take a look at this SubQuery Starter Project that introduces SubQuery's EOS support by indexing [EOS](https://github.com/subquery/ethereum-subql-starter/tree/main/EOS/eos-starterConnect your Github account). +Take a look at this SubQuery Starter Project that introduces SubQuery's EOS support by indexing [EOS](https://github.com/subquery/ethereum-subql-starter/tree/main/EOS/eos-starter). You can also follow along this [step by step guide](https://academy.subquery.network/quickstart/quickstart.html) to get familiar with SubQuery. From 9151f2b813c0073d7a6a354c745c7659087236e4 Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:55:14 +0100 Subject: [PATCH 3/4] Fixed Link --- evm/23_advanced-guides/subquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/23_advanced-guides/subquery.md b/evm/23_advanced-guides/subquery.md index 7eacf57d..6a2984cc 100644 --- a/evm/23_advanced-guides/subquery.md +++ b/evm/23_advanced-guides/subquery.md @@ -4,7 +4,7 @@ SubQuery is a leading blockchain data indexer that provides developers with fast 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. -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/). +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/) From a25a538d10511827e7073e090630b4a37606e4a8 Mon Sep 17 00:00:00 2001 From: bgodlin <37313677+bgodlin@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:47:58 +0100 Subject: [PATCH 4/4] Update subquery.md --- evm/23_advanced-guides/subquery.md | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/23_advanced-guides/subquery.md b/evm/23_advanced-guides/subquery.md index 6a2984cc..caa03404 100644 --- a/evm/23_advanced-guides/subquery.md +++ b/evm/23_advanced-guides/subquery.md @@ -10,6 +10,7 @@ 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) - [EOS Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/EOS/eos-starter) +- For technical questions and support reach out to us start@subquery.network # Getting Started