Data Administration
Import validation and staging dashboard. Live data merge is disabled; platform pages continue to use static seed data.
Administration · Data integration
Import Dashboard
Monitor dataset staging, validation results, and institution coverage for the real-data integration pipeline. Platform content remains static until merge jobs are enabled.
Datasets
4
Staging records
12
Avg. coverage
82%
Mode
Static staging
| Dataset | Records | Last import | Validation | Coverage | Pipeline |
|---|---|---|---|---|---|
IPEDS (NCES) Fall enrollment, graduation rates, institutional characteristics, and transfer metrics from the Integrated Postsecondary Education Data System. U.S. Department of Education · NCES | 5 | 2025-08-15 | Valid | 28% | src/imports/ipedsnpm run import:ipeds |
CEPI (Michigan) Michigan Center for Educational Performance and Information — K-12 enrollment, graduation, assessment, and transfer bridge metrics. Michigan CEPI | 2 | 2025-07-01 | Warning | 100% | src/imports/cepinpm run import:cepi |
BLS Occupational Data Bureau of Labor Statistics employment projections and occupational outlook series for workforce alignment dashboards. U.S. Bureau of Labor Statistics | 3 | 2025-06-01 | Valid | 100% | src/imports/blsnpm run import:bls |
Ferris State University IR Institutional research exports for enrollment, programs, transfer, courses, gen ed revisions, and student success metrics. Ferris State University Institutional Research | 2 | 2025-09-01 | Valid | 100% | src/imports/ferrisnpm run import:ferris |
Import workflow
- Place normalized JSON or mapped CSV in src/imports/{source}/
- Run the dataset import script (npm run import:ipeds, etc.)
- Review validation report and institution match coverage
- Merge approved records in CI or admin workflow (future)
- 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.