Newspaper-prompt-doms-ingester - Release 1.1
The release is downloadable at https://sbforge.org/nexus/service/local/repositories/releases/content/dk/statsbiblioteket/newspaper/newspaper-prompt-doms-ingester/1.1/newspaper-prompt-doms-ingester-1.1-package.tar.gz
On unpacking the tar-archive, the release is structured as
newspaper-prompt-doms-ingester-1.1 ├── bin │ └── start_prompt_ingest_component.sh ├── conf │ ├── config.properties │ └── logback.xml └── lib ├── authchecker-authutils-1.0.1.jar ├── autonomous-component-1.3.jar ├── batch-event-client-1.3.jar ├── batch-event-framework-common-1.3.jar (etc.)
The file start_prompt_ingest_component.sh can be used as a sample of how the component can be started from a cron-job.
As with all autonomous components, the component takes a single command-line argument which is the path to a properties file containing the configuration. The Newspaper-prompt-doms-ingester uses only the common properties for autonomous components. In addition, there should be a logback configuration file present on the classpath or configured as a system property.
The following properties should be set to values specific for this component:
iterator.useFileSystem=true autonomous.pastSuccessfulEvents=Data_Received