gapple / drupalreleasedate

System for tracking the Drupal core issue queue
http://drupalreleasedate.com
MIT License
16 stars 6 forks source link

Use local storage for data #14

Open gapple opened 10 years ago

gapple commented 10 years ago

The actual size of data transfer is still reasonably small (especially with gzip on the json responses; if I'm reading the headers right, all samples are 220kb of data and compress down to ~18kb), but with the new parameters available on the data endpoints it should be possible to store information locally, and retrieve only newer values.