Skip to content

Commit 5cc40ba

Browse files
πŸ”— Update flattened page references
1 parent 4819b54 commit 5cc40ba

39 files changed

Lines changed: 6697 additions & 52 deletions

β€Ždocs/data/analytics/hubble/analyst-guide/creating-visualizations.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As you can see, persistent contract data entries account for roughly 25% of all
1313

1414
## Prerequisites
1515

16-
1. Make sure you have connected to Hubble by following the instructions in the [Connecting](../developer-guide/connecting-to-bigquery/README.mdx) page
16+
1. Make sure you have connected to Hubble by following the instructions in the [Connecting](../developer-guide/connecting-to-bigquery.mdx) page
1717
2. You have access to [Google Looker Studio](https://cloud.google.com/looker-studio?hl=en)
1818
3. You have read and understand the general [Best Practices](./optimizing-queries.mdx#best-practices) for querying BigQuery data
1919

β€Ždocs/data/analytics/hubble/analyst-guide/queries-for-horizon-like-data.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ where true
497497

498498
## Liquidity Pools
499499

500-
[horizon/liquidity_pools](../../../apis/horizon/api-reference/resources/liquiditypools/README.mdx)
500+
[horizon/liquidity_pools](../../../apis/horizon/api-reference/resources/liquiditypools.mdx)
501501

502502
Liquidity Pools provide a simple, non-interactive way to trade large amounts of capital and enable high volumes of trading.
503503

β€Ždocs/data/analytics/hubble/developer-guide/backfill/JS-UDF.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Use Cases:
1111
- Backfix for a new column added
1212
- Temporary extraction of fields not parsed by stellar-etl
1313

14-
We'll take the example of extracting the `fee_account_muxed` field from a transaction envelope (`tx_meta` XDR). However, this method can be adapted to other fields as well. It is worth noting that most users will not need to standup and run their own Hubble. The Stellar Development Foundation provides public access to the data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../../developer-guide/connecting-to-bigquery/README.mdx) section.
14+
We'll take the example of extracting the `fee_account_muxed` field from a transaction envelope (`tx_meta` XDR). However, this method can be adapted to other fields as well. It is worth noting that most users will not need to standup and run their own Hubble. The Stellar Development Foundation provides public access to the data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../connecting-to-bigquery.mdx) section.
1515

1616
We will use the [js-stellar-base](https://github.com/stellar/js-stellar-base) library to parse the XDR and employ JavaScript UDFs (User Defined Functions) in BigQuery to apply the transformation to the dataset.
1717

β€Ždocs/data/analytics/hubble/developer-guide/backfill/data-import.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LOAD DATA INTO mydataset.transactions
3131

3232
## 2. Use BigQuery API / Console to Mirror SDF's Dataset
3333

34-
The Stellar Development Foundation provides public access to fully transformed Stellar network data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../../developer-guide/connecting-to-bigquery/README.mdx) section.
34+
The Stellar Development Foundation provides public access to fully transformed Stellar network data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../connecting-to-bigquery.mdx) section.
3535

3636
Use the [Create Table Copy statement](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#create_table_copy) to copy data across datasets.
3737

β€Ždocs/data/analytics/hubble/developer-guide/data-curation/overview.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 0
55

66
Data curation in Hubble is done through [stellar-dbt-public](https://github.com/stellar/stellar-dbt-public). stellar-dbt-public transforms raw Stellar network data from BigQuery datasets and tables into aggregates for more user friendly analytics.
77

8-
It is worth noting that most users will not need to standup and run their own stellar-dbt-public instance. The Stellar Development Foundation provides public access to fully transformed Stellar network data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../../developer-guide/connecting-to-bigquery/README.mdx) section.
8+
It is worth noting that most users will not need to standup and run their own stellar-dbt-public instance. The Stellar Development Foundation provides public access to fully transformed Stellar network data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../connecting-to-bigquery.mdx) section.
99

1010
## Why Run stellar-dbt-public?
1111

β€Ždocs/data/analytics/hubble/developer-guide/scheduling-and-orchestration/overview.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 0
55

66
Hubble uses [stellar-etl-airflow](https://github.com/stellar/stellar-etl-airflow) to schedule and orchestrate all its workflows. This includes the scheduling and running of stellar-etl and stellar-dbt.
77

8-
It is worth noting that most users will not need to standup and run their own Hubble. The Stellar Development Foundation provides public access to the data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../../developer-guide/connecting-to-bigquery/README.mdx) section.
8+
It is worth noting that most users will not need to standup and run their own Hubble. The Stellar Development Foundation provides public access to the data through the public datasets and tables in GCP BigQuery. Instructions on how to access this data can be found in the [Connecting](../connecting-to-bigquery.mdx) section.
99

1010
## Why Run stellar-etl-ariflow?
1111

β€Ždocs/data/analytics/hubble/developer-guide/source-system-ingestion/overview.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Stellar network data ingestion in Hubble is done through [stellar-etl](https://g
77

88
| Use Case | Recommended Solution | Reason |
99
| --- | --- | --- |
10-
| Need commonly required data fields and do not want to take burden of setting up entire pipeline | Use output from SDF's stellar-etl instance i.e. [Connect to Bigquery and access hubble](../../developer-guide/connecting-to-bigquery/README.mdx) | It is worth noting that most users will not need to standup and run their own stellar-etl instance. The Stellar Development Foundation provides public access to fully transformed Stellar network data through the public datasets and tables in GCP BigQuery. |
10+
| Need commonly required data fields and do not want to take burden of setting up entire pipeline | Use output from SDF's stellar-etl instance i.e. [Connect to Bigquery and access hubble](../connecting-to-bigquery.mdx) | It is worth noting that most users will not need to standup and run their own stellar-etl instance. The Stellar Development Foundation provides public access to fully transformed Stellar network data through the public datasets and tables in GCP BigQuery. |
1111
| Need custom data but do not want to take burden of setting up entire pipeline | Use [JS-UDF](../../developer-guide/backfill/JS-UDF.mdx) | Stellar-ETL does not parse every single field available in raw XDR, but it does save the raw transaction meta. JS-UDF helps to extract a field directly from XDR |
1212
| Need custom and operationally independent data | Run [stellar-etl](https://github.com/stellar/stellar-etl/tree/master) | Running stellar-etl within your own infrastructure provides a number of benefits. You can: <br></br> - Have full operational control without dependency on the Stellar Development Foundation for network data <br></br> - Run modified ETL/ELT pipelines that fit your individual business needs |

β€Ždocs/platforms/anchor-platform/README.mdxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ The Anchor Platform provides a set of tools and APIs for building on and off-ram
1414

1515
The Anchor Platform implements the following Stellar Ecosystem Proposals:
1616

17-
- **[SEP-1](sep-guide/sep1/README.mdx)** β€” Stellar.toml file serving for service discovery
17+
- **[SEP-1](sep-guide/sep1.mdx)** β€” Stellar.toml file serving for service discovery
1818
- **[SEP-6](sep-guide/sep6/README.mdx)** β€” Deposit and withdrawal operations
19-
- **[SEP-10](sep-guide/sep10/README.mdx)** β€” Web authentication using challenge/response transactions
19+
- **[SEP-10](sep-guide/sep10.mdx)** β€” Web authentication using challenge/response transactions
2020
- **SEP-12** β€” Customer KYC/AML data management
2121
- **[SEP-24](sep-guide/sep24/README.mdx)** β€” Interactive deposit and withdrawal flows
2222
- **[SEP-31](sep-guide/sep31/integration.mdx)** β€” Cross-border payment processing (receive only)
2323
- **SEP-38** β€” Price quotes and exchange rate services
24-
- **[SEP-45](sep-guide/sep45/README.mdx)** β€” Web authentication using challenge/responses for contract accounts
24+
- **[SEP-45](sep-guide/sep45.mdx)** β€” Web authentication using challenge/responses for contract accounts
2525

2626
## Key Features
2727

β€Ždocs/platforms/anchor-platform/admin-guide/events/integration.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ This configures the event service's callback API that will be used to send event
158158
- `http_header`: The header in which the API key will be sent.
159159

160160
[default-values-file]: https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/platform/src/main/resources/config/anchor-config-default-values.yaml
161-
[clients-config]: ../../sep-guide/sep10/README.mdx#config-with-client-attribution
161+
[clients-config]: ../../sep-guide/sep10.mdx#config-with-client-attribution

β€Ždocs/platforms/anchor-platform/sep-guide/sep24/configuration.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ The demo wallet should be able to find your `stellar.toml` file, authenticate us
207207
[flyway]: https://documentation.red-gate.com/fd/redgate-flyway-documentation-138346877.html
208208
[sep-24-ref-ui]: https://github.com/stellar/sep24-reference-ui
209209
[sep-24-ref]: https://github.com/stellar/java-stellar-anchor-sdk/tree/develop/kotlin-reference-server
210-
[sep1-ap]: ../sep1/README.mdx
210+
[sep1-ap]: ../sep1.mdx
211211
[json-rpc-methods]: ../../api-reference/platform/rpc/methods/README.mdx

0 commit comments

Comments
Β (0)