-
Notifications
You must be signed in to change notification settings - Fork 24
Move Binary Data outside of Fedora #1128
Comments
From what I can tell if we had a server to host the content from a directory we could use add_external_file_to_file_set to store our content externally and have fedora redirect: Right now I think we are hosting the thumbnails locally through passenger. We could think about doing something similar. @jrpatterson @informaticianme Any thoughts on the level of effort to serve a directory of files from the repo server (maybe a network share)? We are looking to remove the binary content from Fedora. |
There was an PR to enable external files in ActiveFedora, but it was never merged: |
The relevant documentation for external content for Fedora can be found here: Here's a git issue from the Islandora community that seems to have a good discussion around external content with Fedora - specifically limitations of the current external content feature: |
2 patterns are to let
For Samvera only the second pattern is possibly easier @little9 @bess will take a look and determine which pattern would be best for both PSU and the community. |
We may include upgrading to to Fedora 4.7.5 |
|
https://docs.google.com/document/d/1jA43RCnZY8F-gBmXoDVXO4weGiJQvtUUZEBxFpQpJpQ/edit Leaning towards option 2:
|
Added jira tickets for likely infrastructure work to enable sharing of filesystem files via httpd: |
Currently we store our binary data in the fedora repository. This lead to migration hassles and copying the data when we migrate. We would like to move binary files to a location on the file system, and then have fedora either point via metadata to them or serve up as a forward.
The text was updated successfully, but these errors were encountered: