Skip to content

Commit

Permalink
Fix order of services in Data section
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Nov 8, 2024
1 parent 8a88555 commit 58222e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions docs/data/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ There are several products to choose from when interacting with the Stellar Netw
This section will walk you through the differences between the various platforms and tools, what platform or tool is best for what use case, and then link to their various documentation locations.

- **[RPC](#rpc)** - live network gateway
- **[Hubble](#hubble)** - analytics database for network data
- **[Horizon](#horizon)** - API for network state data
- **[Galexie](#galexie)** - exports raw ledger metadata files
- **[Hubble](#hubble)** - analytics database for network data

| Features | RPC | Horizon | Galexie | Hubble |
| ----------------------- | --- | ------- | ------- | ------ |
| Real-time Data || || |
| Historical Data || \* | ||
| Smart Contracts || | ||
| API || | ||
| Transaction Submission || | ||
| Curated and Parsed Data || | | |
| Ad Hoc Data Analysis || || |
| Features | RPC | Hubble | Horizon | Galexie |
| ----------------------- | --- | ------ | ------- | ------- |
| Real-time Data || || |
| Historical Data || |\* | |
| Smart Contracts || | | |
| API || | | |
| Transaction Submission || | | |
| Curated and Parsed Data ||| | |
| Ad Hoc Data Analysis || || |

\*_Please note that Horizon can provide full historical data but is not the recommended tool for full historical data access._

Expand All @@ -39,20 +39,6 @@ If the RPC does not otherwise serve your needs, please tell us why in the [Stell

You have the option of [setting up your own RPC instance](./rpc/admin-guide.mdx) or using a publicly available service from [an infrastructure provider](./rpc/rpc-providers.mdx).

## [Data Indexers](../tools/developer-tools/data-indexers.mdx)

Data indexers are specialized tools that process and index blockchain data, making it more accessible and queryable to end users. They transform raw blockchain data into a more structured format that’s easier for end users to interact with.

Data indexers have advanced querying capabilities and enhanced analytics. They provide features such as statistical analysis of blockchain activity, visualization of transaction flows, or tracking DeFi metrics — capabilities that go beyond basic transaction lookup for current or historical state data.

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 All @@ -74,3 +60,17 @@ You can [run your own instance of Horizon](./horizon/admin-guide/README.mdx) or
## [Galexie](./galexie/README.mdx)

Galexie is a tool for exporting Stellar ledger metadata to external data storage. Learn more about its [use cases](./galexie/README.mdx) and how to [run](./galexie/admin_guide/README.mdx) your own instance of Galexie.

## [Data Indexers](../tools/developer-tools/data-indexers.mdx)

Data indexers are specialized tools that process and index blockchain data, making it more accessible and queryable to end users. They transform raw blockchain data into a more structured format that’s easier for end users to interact with.

Data indexers have advanced querying capabilities and enhanced analytics. They provide features such as statistical analysis of blockchain activity, visualization of transaction flows, or tracking DeFi metrics — capabilities that go beyond basic transaction lookup for current or historical state data.

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).
2 changes: 1 addition & 1 deletion docs/data/galexie/admin_guide/monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Use these metrics to build queries that monitor Galexie’s performance and expo
- Queue Length: Use `galexie_upload_queue_length` to view the number of objects waiting to be uploaded.
- Latest Exported Ledger: Track `galexie_last_exported_ledger` to ensure that ledger exports are up-to-date.

For a quick start, download our pre-built Grafana dashboard for Galexie <insert_link>. This dashboard provides pre-configured queries and visualizations to help you monitor Galexie's health. You can customize it to fit your specific needs.
For a quick start, download our pre-built Grafana dashboard for Galexie. This dashboard provides pre-configured queries and visualizations to help you monitor Galexie's health. You can customize it to fit your specific needs.

### Logging

Expand Down

0 comments on commit 58222e2

Please sign in to comment.