You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
The Socrata API only returns the date of last modification for each row, which is unreliable for a complete picture of the dataset. I've posed the question on Stack Overflow, which has more details about the options available and where they falls short. The endpoint we are using http://fillInSocrataPortal/data.json also only gives the latest modification date.
We can get for each row the date it was last modified. According to Socratathis won't provide an accurate history, different methods of updating may re-load the entire dataset even if only a few rows were modified/added/deleted. This may be a roadblock to the enhancements in #12 .
The text was updated successfully, but these errors were encountered:
@mshenfield, lets talk about this one. We may have to build the app to poll the Socrata API on a daily basis and store information in our app's database to get an accurate picture of the updates. The future release of a new data set will likely have to be provided by information completely outside of the API.
The Socrata API only returns the date of last modification for each row, which is unreliable for a complete picture of the dataset. I've posed the question on Stack Overflow, which has more details about the options available and where they falls short. The endpoint we are using http://fillInSocrataPortal/data.json also only gives the latest modification date.
We can get for each row the date it was last modified. According to Socratathis won't provide an accurate history, different methods of updating may re-load the entire dataset even if only a few rows were modified/added/deleted. This may be a roadblock to the enhancements in #12 .
The text was updated successfully, but these errors were encountered: