Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
audit
command
|
|
|
fdp
command
|
|
|
polymarket-import
command
|
|
|
predictions
command
Command predictions prints the current Polymarket BTC Up/Down prediction snapshot for each supported frame as a DuckDB-style ASCII table, enriched with the window-start Binance BTC price and signed diffs vs current/target.
|
Command predictions prints the current Polymarket BTC Up/Down prediction snapshot for each supported frame as a DuckDB-style ASCII table, enriched with the window-start Binance BTC price and signed diffs vs current/target. |
|
internal
|
|
|
pkg
|
|
|
binance
Package binance implements Binance spot market data: S3 historical ETL from Binance Vision, live hourly Parquet for the current day, REST klines and aggregate trades, and adapters for the etl package.
|
Package binance implements Binance spot market data: S3 historical ETL from Binance Vision, live hourly Parquet for the current day, REST klines and aggregate trades, and adapters for the etl package. |
|
data
Package data provides Parquet read/write, CSV helpers, download utilities, and shared market-data types used across ETL and DuckDB queries.
|
Package data provides Parquet read/write, CSV helpers, download utilities, and shared market-data types used across ETL and DuckDB queries. |
|
etl
Package etl routes bulk and live ingestion jobs by data source (exchange).
|
Package etl routes bulk and live ingestion jobs by data source (exchange). |
|
etl/bitfinex
Package bitfinex is a stub etl source placeholder for future Bitfinex support.
|
Package bitfinex is a stub etl source placeholder for future Bitfinex support. |
|
etl/polymarket
Package polymarket is a stub etl source placeholder for future Polymarket support.
|
Package polymarket is a stub etl source placeholder for future Polymarket support. |
|
fs
Package fs provides small filesystem helpers (existence checks, paths).
|
Package fs provides small filesystem helpers (existence checks, paths). |
|
gapfill
Package gapfill implements lazy gap repair on read: count-first audits and targeted backfill for missing Parquet hours or days.
|
Package gapfill implements lazy gap repair on read: count-first audits and targeted backfill for missing Parquet hours or days. |
|
gapfill/hourplan
Package hourplan plans which UTC hours to seal, refresh, or skip for live hourly Parquet under the current trading day.
|
Package hourplan plans which UTC hours to seal, refresh, or skip for live hourly Parquet under the current trading day. |
|
integrity
Package integrity audits Hive-partitioned Parquet time series (missing files, row counts, open-time alignment) and applies repair policies.
|
Package integrity audits Hive-partitioned Parquet time series (missing files, row counts, open-time alignment) and applies repair policies. |
|
integrity/run
Package run provides a shared audit runner used by cmd/audit and repair paths.
|
Package run provides a shared audit runner used by cmd/audit and repair paths. |
|
polymarket
Package polymarket fetches BTC Up/Down prediction prices from Polymarket Gamma and CLOB APIs, caches them as Hive-partitioned Parquet, and supports lazy backfill plus background polling.
|
Package polymarket fetches BTC Up/Down prediction prices from Polymarket Gamma and CLOB APIs, caches them as Hive-partitioned Parquet, and supports lazy backfill plus background polling. |
|
tools
|
|
|
genpolymarketfixture
command
Command genpolymarketfixture writes a minimal Parquet file in FDP prediction Row schema for testing polymarket-import -source hf.
|
Command genpolymarketfixture writes a minimal Parquet file in FDP prediction Row schema for testing polymarket-import -source hf. |
Click to show internal directories.
Click to hide internal directories.