The current implementation is handling deduplication but it is not removing no longer needed binary files. We should refactor the implementation to also support other storage systems (e.g.: S3 - #59 ).
PR: #158
TODO
[ ] S3 / Minio implementation
[ ] S3 / Minio tests
[x] Local storage implementation
[x] Local storage tests
[x] Changelog (adoc)
[ ] Documentation
[x] Changelog (graph)
Changelog
Iterate over all binary graph fields and create binary vertices
(meshRoot)--(binaryRoot)-[:HAS_BINARY)-(binary)
Iterate over all binary graph fields and transform them to edges which use the correct binary.
Relocate the local binary files in a folder structure which is not that deeply nested.
The current implementation is handling deduplication but it is not removing no longer needed binary files. We should refactor the implementation to also support other storage systems (e.g.: S3 - #59 ).
PR: #158
TODO
Changelog
Iterate over all binary graph fields and create binary vertices
(meshRoot)--(binaryRoot)-[:HAS_BINARY)-(binary)
Iterate over all binary graph fields and transform them to edges which use the correct binary.
Relocate the local binary files in a folder structure which is not that deeply nested.
Remove binary files which are no longer needed.