This repository contains the data modeling project for CoinX, a cryptocurrency exchange in Southeast Asia.
- Analyze trading concentration risk
- Evaluate user retention & cross-product adoption
- Ensure data quality and compliance
models/staging/: Clean raw sources (stg_raw_users,stg_raw_trades,stg_raw_tokens,stg_raw_p2p)core/: Trusted integration tables (core_trades,core_p2p)marts/: Analytics-ready tables for user retention, token concentration, cross-product funnel, and data quality
.github/workflows/: GitHub Actions workflow for scheduled dbt runssnapshots/: Historical snapshotsmacros/: Reusable SQL macrosREADME.md: Project documentation
- Clone the repository:
git clone https://github.com/evilzeda/crypto-data-modelling.git