An open API service indexing awesome lists of open source software.

https://github.com/datadavev/sysmwatch

Simple monitoring tool for DataONE systemmetadata
https://github.com/datadavev/sysmwatch

Last synced: about 1 year ago
JSON representation

Simple monitoring tool for DataONE systemmetadata

Awesome Lists containing this project

README

          

# sysmwatch

This python tool watches the postgres systemmetadata tables, pulling out entries
with dateModified more recent than a specified value.

Identifiers are examined in the Solr index, and flagged if the indexed dateModified
does not match that of the systemMetadata.

The process is fairly efficient and may provide a basis for implementing
a replacement for the index-task-generator which currently relies on hazelcast events.

Output is to a JSON file that can be rendered with a simple handsontable implemnetation.