package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev
# Functions
TransformOffer converts an account from the history archive ingestion system into a form suitable for BigQuery.
TransformOfferNormalized converts an offer into a normalized form, allowing it to be stored as part of the historical orderbook dataset.
# Structs
DimAccount is a representation of an account that aligns with the BigQuery table dim_accounts.
DimMarket is a representation of an account that aligns with the BigQuery table dim_markets.
DimOffer is a representation of an account that aligns with the BigQuery table dim_offers.
FactOfferEvent is a representation of an offer event that aligns with the BigQuery table fact_offer_events.
NormalizedOfferOutput ties together the information for dim_markets, dim_offers, dim_accounts, and fact_offer-events.
OfferOutput is a representation of an offer that aligns with the BigQuery table offers.