Atlos Feeder#
Module type
AtlosFeeder: A feeder module that integrates with the Atlos API to fetch source material URLs for archival.
Features#
Connects to the Atlos API to retrieve a list of source material URLs.
Filters source materials based on visibility, processing status, and metadata.
Converts filtered source materials into
Metadataobjects with the relevantatlos_idand URL.Iterates through paginated results using a cursor for efficient API interaction.
Notes#
Requires an Atlos API endpoint and a valid API token for authentication.
Ensures only unprocessed, visible, and ready-to-archive URLs are returned.
Handles pagination transparently when retrieving data from the Atlos API.
Configuration Options#
YAML#
atlos_feeder:
api_token: ''
atlos_url: https://platform.atlos.org
Command Line:#
Option |
Description |
Default |
Type |
|---|---|---|---|
|
Required. An Atlos API token. For more information, see https://docs.atlos.org/technical/api/ |
string |
|
|
Optional. The URL of your Atlos instance (e.g., https://platform.atlos.org), without a trailing slash. |
string |