Dev crawler into dev - #298
Merged
Merged
Conversation
…into dev-crawler
, issue .env with .gitignore
I had an issue on the server, where it doesnt want to start, because stac-js is ESM only and the project isnt
…g data extraction and ensuring consistent property ordering
insertOrUpdateCatalog and insertOrUpdateCollection
function to insert keywords
…ensions helper function
…into dev-crawler
…ries, providers, and assets
Crawler: Create Database Connection
feat: enhance crawler configuration with CLI and environment variable…
dev database: added keywords and extensions
…d update scheduler logic
Scheduler and documentation (Issue#281)
…ation options and usage examples
Crawler: enhance README
…est accordingly. Closes #270 (#285) * #241, Add unit tests for normalization and parallel execution utilities. * #270, added stac node validation for static catalogs from stac indedx to reduce errors with not stac compliant catalogs * #270, added stac node validation for static catalogs from stac indedx to reduce errors with not stac compliant catalogs * Implement pause/resume functionality and enhance crawllog integration for collections and catalogs * Remove unused variable from clearAllCrawllogs function in db.js
* feat(crawler): implement graceful shutdown functionality and reset flag for scheduler * fix(db): rename 'type' to 'title' in collection insert/update logic * feat(crawler): add FRESH_CRAWL option to .env.example for clearing crawl log * feat(crawler): add syncIsApiFromCatalog function to update is_api values in collections * fix(crawler): remove is_api from collection insert/update logic * feat(crawler): determine is_api based on source_url and remove syncIsApiFromCatalog function * feat(crawler): add functionality to deactivate stale collections not updated in 7 days
* #241, Add unit tests for normalization and parallel execution utilities. * #270, added stac node validation for static catalogs from stac indedx to reduce errors with not stac compliant catalogs * #270, added stac node validation for static catalogs from stac indedx to reduce errors with not stac compliant catalogs * Implement pause/resume functionality and enhance crawllog integration for collections and catalogs * Remove unused variable from clearAllCrawllogs function in db.js * Update README.md to enhance documentation on crawler features, configuration options, and usage examples * Enhance README.md with additional features, configuration options, and usage examples for improved clarity and usability
* added ER-Diagramm to explain the database structure * updated the README to the newest stand * added explaniation why the migration folder is empty and explained how to use it in the future * fix(crawler): Enhance collection URL handling in crawler - Persist newly discovered collection URLs in the crawllog_collection queue during API crawling. - Implemented error handling for enqueueing collection URLs. - Updated logging to reflect the loading of pending catalog and API collections. - Refactored database queries to improve retrieval of crawled and pending collection URLs. * feat(crawler): Implement batch processing for collection URLs not catalogs that are only for traversing in DB queue * feat(crawler): Add functionality to manage collection URLs in DB queue * feat(crawler): Enhance URL handling and queue management for collections and catalogs * feat(crawler): Add configuration options for parallel crawling and request limits * feat(crawler): Enhance catalog and API crawling with pending queue management and improved error handling * feat(crawler): Add checks for function existence before database operations in handlers --------- Co-authored-by: Sönke Hoffmann <shoffma5@uni.muenster.de> Co-authored-by: Sönke Hoffmann <hoffmann.sonke@gmx.de>
Mammutor
marked this pull request as ready for review
February 2, 2026 22:30
RobinGummels
reviewed
Feb 3, 2026
RobinGummels
left a comment
Contributor
There was a problem hiding this comment.
Please have a look into my two comments
Updated descriptions and formatting in bid.md.
Contributor
|
What do you mean with your comment |
Collaborator
Author
|
This pull request was drafted before my other pull request was reviewed. This is why i have written that. Now the crawler ready for dev |
* added ER-Diagramm to explain the database structure * updated the README to the newest stand * added explaniation why the migration folder is empty and explained how to use it in the future * fix(crawler): Enhance collection URL handling in crawler - Persist newly discovered collection URLs in the crawllog_collection queue during API crawling. - Implemented error handling for enqueueing collection URLs. - Updated logging to reflect the loading of pending catalog and API collections. - Refactored database queries to improve retrieval of crawled and pending collection URLs. * feat(crawler): Implement batch processing for collection URLs not catalogs that are only for traversing in DB queue * feat(crawler): Add functionality to manage collection URLs in DB queue * feat(crawler): Enhance URL handling and queue management for collections and catalogs * feat(crawler): Add configuration options for parallel crawling and request limits * feat(crawler): Enhance catalog and API crawling with pending queue management and improved error handling * feat(crawler): Add checks for function existence before database operations in handlers * fix: Enhance collection handling by filtering non-Collection objects and logging warnings for skipped entries --------- Co-authored-by: Sönke Hoffmann <shoffma5@uni.muenster.de> Co-authored-by: Sönke Hoffmann <hoffmann.sonke@gmx.de>
* feat(crawler): implement graceful shutdown functionality and reset flag for scheduler * fix(db): rename 'type' to 'title' in collection insert/update logic * feat(crawler): add FRESH_CRAWL option to .env.example for clearing crawl log * feat(crawler): add syncIsApiFromCatalog function to update is_api values in collections * fix(crawler): remove is_api from collection insert/update logic * feat(crawler): determine is_api based on source_url and remove syncIsApiFromCatalog function * feat(crawler): add functionality to deactivate stale collections not updated in 7 days * docs: update README with detailed dependencies and technical decisions * docs: update README * docs: expand README table of contents with additional sections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wait until my pull request is merged into dev-crawler