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
Currently, users cannot download the full database without the API. It is desirable that this be made possible again, and such a possibility will exist again in the update. In order to speed up such a download, it would be good if there were a flat file for it that is created, for example, daily (daily snapshot).
The strategy for this would be to use the existing Ruby structure. In addition, a scheduler gem (suggestion: whenever) should be used to export this flat file (csv) daily.
Then, when a user wants to download all the data, we could offer the daily snapshot, and also use it for the c14bazaar right away.
Tasks:
install scheduler (whenever?)
store daily snapshot in a suitable place
Install download button for daily snapshot
The text was updated successfully, but these errors were encountered:
Currently, users cannot download the full database without the API. It is desirable that this be made possible again, and such a possibility will exist again in the update. In order to speed up such a download, it would be good if there were a flat file for it that is created, for example, daily (daily snapshot).
The strategy for this would be to use the existing Ruby structure. In addition, a scheduler gem (suggestion: whenever) should be used to export this flat file (csv) daily.
Then, when a user wants to download all the data, we could offer the daily snapshot, and also use it for the c14bazaar right away.
Tasks:
The text was updated successfully, but these errors were encountered: