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
Besides having the API available and (soon documented #7) - a few pre-configured ways to download your own data should be available.
The data would be your books and their accompanying metadata (reading status, isbn, pages etc) and notes.
Proposed export options:
CSV
JSON
HTML
If you are hosting your own server you of course have full access to the database and can get the data out that way but if you are using a shared server and/or need a simpler way to get your data these options should work well as compliments.
The text was updated successfully, but these errors were encountered:
To begin adding exporting of data. I would like this to run in the background instead of the API servers main thread, work on background tasks have started see Background tasks.
This work on background tasks will also be applicable to importing data, see #9
There is also now a CSV export worker. The worker will create a csv files containing all the users books. The user can then download the file on demand.
Besides having the API available and (soon documented #7) - a few pre-configured ways to download your own data should be available.
The data would be your books and their accompanying metadata (reading status, isbn, pages etc) and notes.
Proposed export options:
If you are hosting your own server you of course have full access to the database and can get the data out that way but if you are using a shared server and/or need a simpler way to get your data these options should work well as compliments.
The text was updated successfully, but these errors were encountered: