It looks like the first stab at the data.json file is up and running but doesn't include a querying or paging capability: http://drupalcode.org/project/opendata.git/blob/refs/heads/manual-json-o...

This seems like a scalability issue as an large number of nodes could be returned. Are there plans to add a pager or was this left out based on discussion at the sprint?

Comments

Barrett’s picture

We discussed this at the sprint. The consensus was that the data.json URL needed to return all the records, as that's the url that data.gov will crawl to index the agencies' content. We could add additional, optional parameters to limit records, page, or filter I guess.

acouch’s picture

Status: Active » Postponed (maintainer needs more info)

I asked about that here: https://github.com/project-open-data/project-open-data.github.io/issues/142 Will update this ticket if an answer is provided.

acouch’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)