diff --git a/docs/data/README.mdx b/docs/data/README.mdx index 62cf7c9f9..c81b3fe28 100644 --- a/docs/data/README.mdx +++ b/docs/data/README.mdx @@ -26,6 +26,12 @@ Data indexers have advanced querying capabilities and enhanced analytics. They p Data indexers are a potentially more user-friendly, cost-effective choice for users. Check out several available data indexers for the Stellar network in our [Tools section](../tools/developer-tools/data-indexers.mdx). +## [Analytics Platforms](../tools/developer-tools/analytics-platforms.mdx) + +Analytics Platforms are specialized tools that process and make historical Stellar network data available. The Stellar network data is loaded into database tables for large data analytics using SQL. Users can create complex ad hoc analysis, dashboarding, and curate actionable data insights (e.g., business intelligence or business analytics). + +Check out several available nalytics platforms for the Stellar network in our [Tools section](../tools/developer-tools/analytics-platforms.mdx). + ## [Hubble](./hubble/README.mdx) Hubble is an SDF-maintained, open-source, publicly available BigQuery data warehouse that provides a complete, holistic historical record of the Stellar network. It is a read-only platform and does not have the capability to send transactions to the network like you can with RPC. diff --git a/docs/data/hubble/analytics-platforms.mdx b/docs/data/hubble/analytics-platforms.mdx new file mode 100644 index 000000000..ca3fe07fe --- /dev/null +++ b/docs/data/hubble/analytics-platforms.mdx @@ -0,0 +1,21 @@ +--- +sidebar_position: 1000 +title: Ecosystem Data Analytics Platforms +--- + +## Ecosystem Data Analytics Platforms + +The following is a list of data analytics platforms that make a complete historical record of Pubnet Stellar network data available. + +| Platform | Access | Dashboard | +| --- | --- | --- | +| [Dune](https://docs.dune.com/home) | [Access](https://dune.com/) | [Stellar Dashboard](https://dune.com/scoffie/stellar) | +| [Ortege](https://www.ortege.ai/) | [Access](https://app.ortege.ai/login/) | | + +## SDF Provided Data Analytics + +SDF provides a publicly available dataset with a complete historical record of Stellar network data available. Please see the [Analyst Guide](./analyst-guide) for more information. + +## Run Your Own Hubble + +If you are interested in running your own Hubble, please checkout the [Admin Guide](./admin-guide). diff --git a/docs/tools/developer-tools/analytics-platforms.mdx b/docs/tools/developer-tools/analytics-platforms.mdx new file mode 100644 index 000000000..184ffb81f --- /dev/null +++ b/docs/tools/developer-tools/analytics-platforms.mdx @@ -0,0 +1,18 @@ +--- +title: Analytics Platforms +description: Explore the full history of Stellar network data. +sidebar_label: Analytics Platforms +sidebar_position: 65 +--- + +# Analytics Platforms + +There's a wide range of analytics platforms that make exploring Stellar network data easy and fun! The following platforms allow you to easily create aggregates, visualizations, and dashboards to figure out exactly the story you want to tell, with Stellar data.. + +### [Dune](https://dune.com/) + +Dune is a web-based platform that allows you to query Stellar network data and aggregate it into beautiful dashboards. + +### [Ortege](https://www.ortege.ai/) + +Ortege is an AI-powered blockchain analytics & insights tool for Stellar, making complex data simple and accessible. Access for free by signing up [here](https://app.ortege.ai/login/). diff --git a/docs/tools/developer-tools/block-explorers.mdx b/docs/tools/developer-tools/block-explorers.mdx index 839ad0f15..69e9780f8 100644 --- a/docs/tools/developer-tools/block-explorers.mdx +++ b/docs/tools/developer-tools/block-explorers.mdx @@ -24,7 +24,3 @@ Built specifically for Soroban, you can explore transactions and network activit ### [Stellar Explorer](https://steexp.com/) Check data related to payments, accounts, deployed contracts, and more for Stellar’s Futurenet, Testnet, and Mainnet. - -### [Ortege](https://www.ortege.ai/) - -Ortege is an AI-powered blockchain analytics & insights tool for Stellar, making complex data simple and accessible. Access for free by signing up [here](https://app.ortege.ai/login/).