project-open-data / csv-to-api

Proof of concept to dynamically generate RESTful APIs from static CSVs
http://labs.data.gov/csv-to-api/
326 stars 81 forks source link

Figure out what the factors are that limit the file size #18

Open waldoj opened 10 years ago

waldoj commented 10 years ago

There is, inevitably, a file size limit. Figure out what the factors are that create that limit (e.g., memory allocated to APC), and document them, so that folks know what to expect.

(Originally filed as part of #17.)

davidrs commented 8 years ago

I'm using the hosted version to offer an API for openjustice data from the doj in CA. https://openjustice.doj.ca.gov/data

Some of their datasets are large so it would be good to learn the limits of this. I'll post anything strange I hit.