Skip to content

Commit

Permalink
Add data analytics provides to hubble docs (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Oct 25, 2024
1 parent b367d2f commit 5caaab1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/data/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 21 additions & 0 deletions docs/data/hubble/analytics-platforms.mdx
Original file line number Diff line number Diff line change
@@ -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).
18 changes: 18 additions & 0 deletions docs/tools/developer-tools/analytics-platforms.mdx
Original file line number Diff line number Diff line change
@@ -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/).
4 changes: 0 additions & 4 deletions docs/tools/developer-tools/block-explorers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit 5caaab1

Please sign in to comment.