Skip to content

Commit

Permalink
Merge pull request #73 from w3f/subsquid-rename
Browse files Browse the repository at this point in the history
Rename subsquid -> SQD
  • Loading branch information
CrackTheCode016 authored Feb 4, 2025
2 parents 0e59e93 + 2030249 commit df6b296
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/build/build-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/build/build-tools-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/general/nft-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/learn-nft-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit df6b296

Please sign in to comment.