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
- Host: GitHub
- URL: https://github.com/datadavev/sysmwatch
- Owner: datadavev
- Created: 2021-01-21T16:32:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T11:07:08.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T09:27:13.703Z (over 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.