Medallion Architecture
A layered data platform built on open-source tools β no vendor lock-in.
π₯
Bronze Layer
Raw data extracted directly from JDE SQL Server. No transformations β exact copy of source.
F0101 β Address Book
F0116 β Address by Date
F03B11 β AR Invoices
F4101 β Item Master
F4102 β Item Branch
F41021 β Item Location
F4201 β SO Header
F4211 β SO Detail
F4301 β PO Header
F4311 β PO Detail
π₯
Silver Layer
Cleaned, typed, and deduplicated. JDE Julian dates converted, columns renamed to business vocabulary.
address_book
address_by_date
ar_invoices
item_master
item_branch
item_location
sales_order_header
sales_order_detail
purchase_order_header
purchase_order_detail
π₯
Gold Layer
Business-ready aggregations for dashboards, reports, and the RFQ portal. Optimized for query performance.
sales_by_customer
ar_aging
inventory_status
purchasing_by_vendor
shipment_status
receiving_status
Pipeline Orchestration
JDE SQL ServerβNode.js ExtractorβBronze (PostgreSQL)βdbt Core (Silver)βdbt Core (Gold)βFastify APIβNext.js Dashboard
Scheduling
Apache Airflow orchestrates the full pipeline nightly (MonβSat at 2AM) and a full refresh every Sunday. Each layer only runs if the previous succeeds.
Design Principles
Open-source only. No vendor lock-in. Entity-first naming conventions. Surrogate keys with _key suffix. Kimball dimensional modeling in Gold.