diff --git a/docs/tools/developer-tools/data-indexers.mdx b/docs/tools/developer-tools/data-indexers.mdx index 533819acd..79c62fdbd 100644 --- a/docs/tools/developer-tools/data-indexers.mdx +++ b/docs/tools/developer-tools/data-indexers.mdx @@ -9,13 +9,9 @@ sidebar_position: 60 To power your applications, a range of data services will be available from data indexers with query interfaces. These indexers will allow you to easily store and retrieve decoded ledger data, contract event emissions, and more. You can focus more energy on making your project successful, and waste less time figuring out precisely how to get the important data from the network. -### [SubQuery](https://subquery.network/) - -An open-source data indexer that supports both Stellar and Soroban. SubQuery allows users to build a custom API for their dapp or smart contract and provides clean indexed data to any service. You can index ledgers, transactions, operations, and effects from Stellar and transactions and events from Soroban into your own Postgres database. Read the quick start guide here. - -### [Mercury](https://mercurydata.app/) +### [Ankr](https://www.ankr.com/) -A network indexing service that provides a toolkit to help get you started working with Stellar network data. +Also offers RPC and Horizon instances. ### [BlockEden](https://blockeden.xyz/stellar-soroban/) @@ -25,9 +21,13 @@ An all-in-one Soroban RPC, indexer GraphQL API, and data analytics web portal. Mirror and indexer coming soon. -### [Ankr](https://www.ankr.com/) +### [Mercury](https://mercurydata.app/) -Also offers RPC and Horizon instances. +A network indexing service that provides a toolkit to help get you started working with Stellar network data. + +### [SubQuery](https://subquery.network/) + +An open-source data indexer for Stellar that enables custom API creation for dapps and smart contracts with clean, indexed data. It supports indexing ledgers, transactions, operations, and effects from Stellar, as well as transactions and events from Soroban into a Postgres database. ### [ZettaBlock](https://zettablock.com/)