Skip to content

Commit 1dd1a63

Browse files
Merge pull request #1072 from NASA-IMPACT/1052-update-cosmos-to-create-jobs-for-scrapers-and-indexers
Updated template and job creation for scrapers and indexers
2 parents 2420983 + 791548a commit 1dd1a63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ For each PR made, an entry should be added to this changelog. It should contain
1212
- etc.
1313

1414
## Changelog
15+
- 1052-update-cosmos-to-create-jobs-for-scrapers-and-indexers
16+
- Description: The original automation set up to generate the scrapers and indexers automatically based on a collection workflow status change needed to be updated to more accurately reflect the curation workflow. It would also be good to generate the jobs during this process to streamline the same.
17+
- Changes:
18+
- Updated function nomenclature. Scrapers are Sinequa connector configurations that are used to scrape all the URLs prior to curation. Indexers are Sienqua connector configurations that are used to scrape the URLs post to curation, which would be used to index content on production. Jobs are used to trigger the connectors which are included as parts of joblists.
19+
- Parameterized the convert_template_to_job method to include the job_source to streamline the value added to the `<Collection>` tag in the job XML.
20+
- Updated the fields that are pertinenet to transfer from a scraper to an indexer. Also added a third level of XML processing to facilitate the same.
21+
- scraper_template.xml and indexer_template.xml now contains the templates used for the respective configuration generation.
22+
- Deleted the redundant webcrawler_initial_crawl.xml file.
23+
- Added and updated tests on workflow status triggers.
24+
1525
- 2889-serialize-the-tdamm-tags
1626
- Description: Have TDAMM serialzed in a specific way and exposed via the Curated URLs API to be consumed into SDE Test/Prod
1727
- Changes:

0 commit comments

Comments
 (0)