Skip to content

03 Current State Overview

Brenna Kizer edited this page Mar 13, 2020 · 2 revisions
  • Relational data model - six tables
    1. Biomarker records
    2. Biomarkers (molecular entity)
    3. Diseases
    4. Patients
    5. Drugs
    6. Evidence
  • All tables link by record_id field
  • Four API endpoints: drug, disease, patient, and biomarker
  • Flask RESTful API pulls data from RDBMS and returns JSON with biomarker information related to query term
  • We will build on this framework to meet specifications by adding features and refactoring output

Schema

Current Schema

Clone this wiki locally