Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 522 Bytes

data_sources.md

File metadata and controls

19 lines (16 loc) · 522 Bytes

Data Sources

There two primary sources for data that will flow into QB:

  • data from the MIT Oracle Data Warehouse (DW)
  • data managed and created by Library HR
    • structured, static data that this integration will load programatically
    • manual entry performed by HR in QB directly
---
title: Data Sources
---
flowchart LR
    dw[(MIT Data Warehouse)]-->etl(Middleware Python ETL)
    hrstatic[Static / Structured HR Data]-->etl
    etl-->qb[(Quickbase)]
    hrmanual(HR Manual Updates)-->qb
Loading