CDLUC3 / ezid

CDLUC3 ezid
MIT License
11 stars 4 forks source link

Submit create/update document to OpenSearch code #591

Open sfisher opened 3 months ago

sfisher commented 3 months ago

Once we have a document, we need to be able to add documents to OpenSearch.

This code may be relatively easy, but there are a couple of different ways to do it--individual and batch mode (from background reading). Perhaps we start with individual submission for one-off documents.

As a separate consideration we will also need a script to resend all data from the database to OpenSearch in that case, likely a batch update makes more sense.