sul-dlss-deprecated / rialto

RIALTO - Stanford Libraries' Research Intelligence System
https://library.stanford.edu/projects/rialto
5 stars 1 forks source link

Make sure ingest service behaves appropriately #139

Closed mjgiarlo closed 6 years ago

mjgiarlo commented 6 years ago

In particular, verify that ingest service integrates with AWS Neptune (has only been tested against local Blazegraph so far).

mjgiarlo commented 6 years ago

I can now confirm that the ingest service behaves appropriately, sending messages to the proper SNS topic and POSTing data to Neptune.

The ingest service needed a change to its config package: https://github.com/sul-dlss-labs/rialto-ingest-service/commit/2846c0af12aceccd7ddb60a63945c75e616c7ee8

In doing so, I also added logging, panic recovery, and honeybadger integration to the service: https://github.com/sul-dlss-labs/rialto-ingest-service/commit/7bbf6027c0e99d698b37c916093ce1ab6b83d803

Closing.