Skip to main content
Michigan GenEd ResourceHigher Education Research

Data Administration

Import validation and staging dashboard. Live data merge is disabled; platform pages continue to use static seed data.

Datasets

4

Staging records

12

Avg. coverage

82%

Mode

Static staging

DatasetRecordsLast importValidationCoverage

IPEDS (NCES)

Fall enrollment, graduation rates, institutional characteristics, and transfer metrics from the Integrated Postsecondary Education Data System.

U.S. Department of Education · NCES

52025-08-15Valid
28%

CEPI (Michigan)

Michigan Center for Educational Performance and Information — K-12 enrollment, graduation, assessment, and transfer bridge metrics.

Michigan CEPI

22025-07-01Warning
100%

BLS Occupational Data

Bureau of Labor Statistics employment projections and occupational outlook series for workforce alignment dashboards.

U.S. Bureau of Labor Statistics

32025-06-01Valid
100%

Ferris State University IR

Institutional research exports for enrollment, programs, transfer, courses, gen ed revisions, and student success metrics.

Ferris State University Institutional Research

22025-09-01Valid
100%
Architecture note: Import pipelines validate and stage external datasets. Platform pages continue to serve static seed data until a production merge job is configured.

Import workflow

  1. Place normalized JSON or mapped CSV in src/imports/{source}/
  2. Run the dataset import script (npm run import:ipeds, etc.)
  3. Review validation report and institution match coverage
  4. Merge approved records in CI or admin workflow (future)
  5. Deploy updated static bundles or connect live API (future)

See DATA_INTEGRATION_PLAN.md in the project root for architecture and future MySQL/API integration.