18F / ED-API-Program

An API program for the Department of Education
1 stars 2 forks source link

CRDC API #126

Closed metzgr closed 7 years ago

metzgr commented 7 years ago

Gray, you ran into some challenges trying to create an API with it. How should we proceed?

gbinal commented 7 years ago

There's a few issues with turning the complete datasets into an API without further handling.

Even the Discipline file, a subset of the complete dataset, is still 137M in size and has over 570 columns.

There's a few ways to handle this. I went ahead and created an API from a pared down version of the Disciple file, with just the first 48 columns.

It'd be possible to do this a bunch of times, but I'd actually suggest that we try to further curate the data into more discrete datasets that convey fewer things at a time.

gbinal commented 7 years ago

We can see how https://api.ed.gov/data/crdc2013_14disc-x?api_key=DEMO_KEY1 plays with folks. It might be easiest to do the equivalent of hallway testing with a few friendly developers, just to get some initial thoughts.

In the meantime, I'm going to go ahead and close this issue. But we can reopen and reevaluate it anytime.