-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Together with @timcowlishaw we have come up with the idea to make backups of certain devices on an S3 bucket (or other similar storage option) for research devices which their deletion would be critical (research projects, for instance).
Ideally, a device could have a simple flag available for researchers that enables a mechanism that periodically stores data on a bucket: /device/sensor/date.{csv,parquet} or /user/device/date.{csv,parquet}
That bucket would for now be on our premises. Agreeing to the backup would mean complications in terms of GDPR, and the user would have to grant permission for processing their data explicitly.
Later on:
1.Signed, timed URLS could be generated for download
2. Endpoint for requesting URLs could be added
3. Optional "custom" bucket could be added to send data to a custom one
@timcowlishaw am I missing anything from our conversation?