Store database in chunks to prevent running out of space #29
Labels
backend
Tasks related to backend
non-essential
Tasks that are not required, but would be nice to have
If the data from the API is saved on the local drive, eventually we will run out of space (especially since this is meant to run on IoT devices, which have little disk space to begin with). It would be nice to save data in chunks. I see it like this:
Thanks to this the user can ensure that they will not run out of space when the system will be running for a long time (which is kind of what IoT does anyway).
The text was updated successfully, but these errors were encountered: