sui-models/models/silver
Eric Laurello 8f7e87b71a Implement parallel backfill pipeline for historical Sui data
This change introduces a separate backfill data pipeline to ingest historical
Sui blockchain data from an alternative source while preserving the existing
real-time ingestion pipeline.

Architecture:
- Bronze layer: View-based models pointing to streamline.sui backfill tables
- Silver layer: Table-materialized transformations with backfill-specific JSON parsing
- Gold layer: UNION ALL queries combining real-time and backfill data streams

The backfill pipeline handles different JSON structures from the alternative
data source, particularly for transaction and checkpoint parsing. Gold models
now merge both data streams without modifying the incremental processing logic
for the primary real-time pipeline.

Current scope: Epoch 628, checkpoints < 96605300

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 16:19:13 -04:00
..
core Implement parallel backfill pipeline for historical Sui data 2025-10-10 16:19:13 -04:00
defi simplify surrogate key 2025-08-25 10:17:36 -06:00
labels labels 2025-07-28 11:42:02 -04:00
prices rm lower, add case for native 2025-07-30 10:41:09 -04:00