I am thinking of having 2 tables on the application:
table 1 to store catalog metadata (UUID, filename, checksum, etc)
table 2 to store transfer information from source/destination (status, etc)
We could use one universal identifier for each file (UUID), consistent over both source and destination.
The application will be CRUD on these two tables. Table 1 could be updated occasionally (by uploading csv file?), table 2 could be done frequently.
I am thinking of having 2 tables on the application:
We could use one universal identifier for each file (UUID), consistent over both source and destination. The application will be CRUD on these two tables. Table 1 could be updated occasionally (by uploading csv file?), table 2 could be done frequently.
The models are tentatively as:
@smarru @freitagb