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
Immutable Storage: Ensure that once a dataset version is "frozen," it becomes immutable, meaning it cannot be altered or deleted. This maintains the integrity and authenticity of the data.
Versioning
Need to make sure its associated metadata and etc are also frozen
Extractor Metadata is versioned right now tied to file version
Double check if it's also applicable to dataset
Try Zenodo and screen capture
upload file which version does it start
how does update works
"current" you can edit
once a DOI is minted you can not change
Mongodb:
Have a separate immutable collection for frozen documents. Once data is finalized, move it to these collections, and restrict write operations on them to enforce immutability.
Designs:
Immutable Storage: Ensure that once a dataset version is "frozen," it becomes immutable, meaning it cannot be altered or deleted. This maintains the integrity and authenticity of the data.
Versioning
Need to make sure its associated metadata and etc are also frozen
Try Zenodo and screen capture
Mongodb:
https://studio3t.com/knowledge-base/articles/mongodb-read-only-mode/
https://www.mongodb.com/docs/manual/core/collection-level-access-control/
MinIO
Checksum Verification (do we need that?)