Forums » Store Files Externally?

RSS feed for this topic

Info

  1. Is it possible for OMEKA to have items whose associated files are not stored in OMEKA but instead link out to a URI? One concern where I work is that using OMEKA could end up duplicating our new institutional repository by making us store everything twice. Any suggestions would be most welcome!

  2. I'm pretty sure it can be done, though I'm not familiar enough with that part of the code to offer guidance on how to implement it. Omeka can store its files in S3 in addition to locally, so it might be a matter of writing an adapter to fit your needs (see https://github.com/omeka/Omeka/tree/master/application/libraries/Omeka/Storage ). But that'd be an Omeka-first approach, where it sounds like items would be going into the IR first, and only then to Omeka?

    It might also be worth peeking at the Fedora Connector (from some people you might know!) https://github.com/scholarslab/FedoraConnector to see if that's an approach more in line with the IR considerations.

  3. This is exactly the question I came here to ask. Currently, we have no trouble creating/storing/searching collections. But, we need a tool to allow users to quickly and easily create online exhibits. The Omeka exhibit tool is great, but we don't want to store all of our digital content in our collections and in the Omeka archives. Essentially, I'd love to be able to use Omeka as a exhibit building tool and display without using it as a storage device. Is this at all possible?

  4. This is the Holy Grail in fact! Can't wait for this piece of news!

  5. If you use amazon s3 you can just plug in your bucket and access key credentials to store uploads remotely (on amazon s3):
    omeka/application/config/config.ini

    We actually use Dspace to store things and are looking at Omeka to display them. Hope that helps.

Reply

You must log in to post.