Update service architecture authored by Kostrzewa Lisa's avatar Kostrzewa Lisa
...@@ -21,12 +21,12 @@ https://faircloud.eu/nextcloud/index.php/s/D2s4Lqp7F6jk6D4 ...@@ -21,12 +21,12 @@ https://faircloud.eu/nextcloud/index.php/s/D2s4Lqp7F6jk6D4
Save Metadata // metadata is always hashed and stored (legal certainty) Save Metadata // metadata is always hashed and stored (legal certainty)
@ (x) faircommons DB (default) @ (x) faircommons DB (default)
@ (x) IPFS (default) @ (x) IPFS (default) // metadata hash into IPFS; work is not public
Save File // the work does not necessarily have to be stored in the database; if the work is not stored in the database, the user is responsible for its preservation (e.g. nextcloud) Save File // the work does not necessarily have to be stored in the database; if the work is not stored in the database, the user is responsible for its preservation (e.g. nextcloud)
( ) encrypted // file can be saved encrypted ( ) encrypted // file can be saved encrypted
@ ( ) faircommons file system @ ( ) faircommons file system
@ ( ) IPFS @ ( ) IPFS // work is public and can be downloaded
// works can be stored freely up to a certain quota, then a package is required // works can be stored freely up to a certain quota, then a package is required
After the registration After the registration
... ...
......