You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop relying on the Fedora produced ActiveMQ messages for indexing
Switch to using RabbitMQ
This also would affect the workflow-server too. We can possibly cut down on indexing by only indexing the first/last step of a workflow and on error.
Rewrite the export to purl/stacks so that it doesn't rely on the XML datastreams (using cocina instead)
Figure out what the interaction between DSA and preservation looks like. I believe that preservation depends on contentMetadata.xml being present. Can this be switched to use Cocina? Do we rewrite all the existing objects with cocina?
Begin writing Cocina metadata to a metadata store (presumably postgresql). Serve it from the metadata store if it is found there, else fallback to Fedora.
assembly robots should transform stubContentMetadata.xml to cocina.json
The text was updated successfully, but these errors were encountered:
I think fully replacing the events datastream may belong on this list. But I think most of what's left to do there is really for the UI to display in Argo.
Also, goobi sends in a stubContentMetadata.xml. I don't think goobi uses the legacy API itself because it kicks of assemblyWF, but if we're going away from contentMetadata we should have goobi send in structural metadata in another form. We might even be able to get it to use the SDR API. This will have to be coordinated with the vendor.
We also need to replace free-jqgrid in Argo as it is no longer maintained. And has some bugs that prevent us from upgrading to the latest version of rails that uses esbuild: free-jqgrid/jqGrid#502 Probably not necessary at this point.
The text was updated successfully, but these errors were encountered: