Bug #975
closedmonarch needs to be able to handle files not on metacat
0%
Description
Need to create an interface to handle datasets and streams that are not on
metacat. Right now, monarch requires that the data to be processed resides on
metacat but it doesn't have to. Just need to add an action to the servlet to
use multipart encoding to upload a file and put it in the cache and return an
xml description of the item as it exists in the cache.
Related issues
Updated by Chad Berkley almost 22 years ago
- Bug 974 has been marked as a duplicate of this bug. ***
Updated by Chad Berkley almost 22 years ago
There is now an action called insertcacheitem which allows the multipart encoded
uploading of files to monarch. It can accept a zip file or a single file and
will process it according to the rules in DataItemCache. It returns a manifest
with the same xml format as the manifest that is returned when a pipeline is
executed. When you get the manifest back, it can be used to access the files
via the cache id of the inserted item.