Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide the data export of all data as a flat file #115

Closed
3 tasks
MartinHinz opened this issue Nov 4, 2022 · 2 comments
Closed
3 tasks

Provide the data export of all data as a flat file #115

MartinHinz opened this issue Nov 4, 2022 · 2 comments

Comments

@MartinHinz
Copy link
Collaborator

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
joeroe added a commit that referenced this issue Jan 13, 2023
For c14s, typos and sites to start with. A starting point for #115
@joeroe joeroe mentioned this issue Mar 13, 2023
@MartinHinz
Copy link
Collaborator Author

Currently implemented in #338 for json, if you agree, we can follow the same procedure for csv as well?

@joeroe
Copy link
Contributor

joeroe commented Jul 29, 2024

@MartinHinz CSV is also implemented, right: https://xronos.ch/data.csv? Can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants