sul-dlss / common-accessioning

Suite of robots that handle the tasks of accessioning digital objects
Other
2 stars 1 forks source link

use RabbitMQ to send ABBYY events to DSA event store #1270

Open jmartin-sul opened 1 month ago

jmartin-sul commented 1 month ago

original commit that did it with rabbit: https://github.com/sul-dlss/common-accessioning/commit/ccdd5def8c660efc25a243e546e0d571acd07e8a

the git history got a bit messed up (the create_event call should be different) but it's mostly there.

for a related implementation in the access indexers, see https://github.com/sul-dlss/searchworks_traject_indexer/blob/main/lib/sdr_events.rb.

old shared_configs PRs:

https://github.com/sul-dlss/shared_configs/pull/2190 https://github.com/sul-dlss/shared_configs/pull/2189 https://github.com/sul-dlss/shared_configs/pull/2188

jmartin-sul commented 1 month ago

original event sending PR: https://github.com/sul-dlss/common-accessioning/pull/1254