A Crash Course
in Data Analysis
July 2024
Confidential • All rights reserved © 2023 Stellar Development Foundation
Overview
Accessing Hubble
Accessing Hubble - Logging in
Logging in to GCP to use BigQuery is easy!
4
Accessing Hubble - Logging in
You should see something like this
5
Accessing Hubble - Adding crypto-stellar
6
Accessing Hubble - UI Navigation
7
Hot Tips for Querying
Hot Tips for Querying
The general structure of a query consists of:
9
Data to return
Tables to use
Filters to apply
Hot Tips for Querying
Don’t use “SELECT *”
10
Hot Tips for Querying
Use the “PREVIEW” tab instead of “SELECT *” to preview the data
11
Hot Tips for Querying
Add filters to reduce the amount of data queried/returned
12
Hot Tips for Querying
Add filters to joined tables as well
13
Hot Tips for Querying
Try not to do unnecessary joins or complex joins when not needed
14
Hot Tips for Querying - tl;dr
There are some general practices that everyone should follow
15
How To Dumpster Dive
Tips for Data Analysis
17
History vs Ledger State Tables
18
History
State
Examples
Have any of my contract data entries expired?
20
Visualizing Your Data
Questions?