From 2030249729c80d80dcd9b8f0e7641cc8e89ec999 Mon Sep 17 00:00:00 2001 From: Filippo Date: Tue, 4 Feb 2025 13:02:56 +0100 Subject: [PATCH] rename subsquid -> SQD --- docs/build/build-data.md | 8 ++++---- docs/build/build-tools-index.md | 2 +- docs/general/nft-projects.md | 2 +- docs/learn/learn-nft-projects.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/build/build-data.md b/docs/build/build-data.md index 01b2563f..6dd5724f 100644 --- a/docs/build/build-data.md +++ b/docs/build/build-data.md @@ -13,15 +13,15 @@ aggregation layer. ## Custom Indexer -### Subsquid +### SQD -[Subsquid](https://subsquid.io/) is an open-source framework for building tailored GraphQL APIs to +[SQD](https://subsquid.io/) is an open-source framework for building tailored GraphQL APIs to query Substrate chain state and history. -Subsquid replaces direct gRPC node access with performant Squid archive gateways, allowing quick +SQD replaces direct gRPC node access with performant Squid archive gateways, allowing quick synchronization of the API with the historical on-chain data. -Subsquid-powered APIs support filtering, pagination, union types, interfaces, and full-text search +SQD-powered APIs support filtering, pagination, union types, interfaces, and full-text search out-of-the-box, and can be further extended with custom GraphQL resolvers. ### SubQuery diff --git a/docs/build/build-tools-index.md b/docs/build/build-tools-index.md index 307320e5..882c8d62 100644 --- a/docs/build/build-tools-index.md +++ b/docs/build/build-tools-index.md @@ -232,7 +232,7 @@ The following tools help you extract and structure data from a Substrate node. - [Parity's Substrate Archive](https://github.com/paritytech/substrate-archive) - Can be run alongside a Substrate node to archive all blocks, state, and extrinsic data into PostgreSQL database. -- [Subsquid Archives](https://github.com/subsquid/squid-archive-setup) - Generate a GraphQL database +- [SQD Archives](https://github.com/subsquid/squid-archive-setup) - Generate a GraphQL database from a Substrate chain's data with rich filtering and querying capabilities. The data (events, extrinsics, blocks) for most parachains is readily available though public archive GraphQL endpoints, kept in diff --git a/docs/general/nft-projects.md b/docs/general/nft-projects.md index 7bfda3d1..e26ab298 100644 --- a/docs/general/nft-projects.md +++ b/docs/general/nft-projects.md @@ -119,7 +119,7 @@ KodaDot's upcoming integrations are based on KodaDot has enriched the Polkadot ecosystem by [offering a comprehensive API interface for builders](https://github.com/kodadot/uniquery), based on -the SubSquid indexer. This platform also presents searchable items and collections, translating +the SQD indexer. This platform also presents searchable items and collections, translating on-chain transactions into deep insights about collection ownership dynamics for end-users. For more info about KodaDot check out [link](https://hello.kodadot.xyz/). diff --git a/docs/learn/learn-nft-projects.md b/docs/learn/learn-nft-projects.md index 0e720e13..13318073 100644 --- a/docs/learn/learn-nft-projects.md +++ b/docs/learn/learn-nft-projects.md @@ -113,7 +113,7 @@ KodaDot's upcoming integrations are based on KodaDot has enriched the Polkadot ecosystem by [offering a comprehensive API interface for builders](https://github.com/kodadot/uniquery), based on -the SubSquid indexer. This platform also presents searchable items and collections, translating +the SQD indexer. This platform also presents searchable items and collections, translating on-chain transactions into deep insights about collection ownership dynamics for end-users. For more info about KodaDot check out [link](https://hello.kodadot.xyz/).