Flipside and dbt — modeling on-chain data like a warehouse
Flipside exposes curated chain tables and dbt turns ad-hoc queries into versioned, tested data models — the difference between a one-off chart and a metric a team can trust twice.
Not yet scoped.
Why
The PoC builds a small dbt project (staging → marts) over on-chain data with tests on row counts and uniqueness, treating reproducibility as the deliverable.
How it works
Not yet built.
Where it lands in Jayverse
gitboard: model the metrics it displays as a small staging -> marts dbt-style project with row-count/uniqueness tests. A metric gitboard shows twice should be a tested model, not a re-run ad hoc query each time.
Number: run any on-chain data behind a distributed reading through the same staging -> marts -> tested pattern before publishing. Otherwise a Number reading is a one-off chart wearing a research site.
Key expressions
Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.
Expression
뜻 · 쓰이는 자리
curated
선별·정제된 · 가공되지 않은 원본이 아니라 다듬어진 데이터를 가리킬 때 · "Flipside exposes curated chain tables"
ad-hoc
그때그때 즉흥적인(임시방편의) · 일회성 쿼리를 가리킬 때 · "turns ad-hoc queries into versioned, tested data models"
versioned
버전 관리되는 · 변경 이력이 추적되는 데이터 모델을 가리킬 때 · "versioned, tested data models"
a metric a team can trust twice
두 번 봐도(재현해도) 믿을 수 있는 지표 · 재현성을 강조하는 표현 · "a metric a team can trust twice"
staging → marts
스테이징에서 마트로 이어지는 dbt 데이터 모델링 단계 · 원본을 정제해 최종 분석용 테이블로 만드는 흐름 · "a small dbt project (staging → marts)"
Flipside
온체인 데이터를 큐레이션해 제공하는 데이터 플랫폼 · 가공된 체인 테이블을 노출하는 서비스 · "Flipside exposes curated chain tables"
dbt
data build tool · SQL 쿼리를 버전관리되는 테스트 가능한 데이터 모델로 바꾸는 데이터 엔지니어링 도구 · "dbt turns ad-hoc queries into versioned, tested data models"