Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SitemapReader originally developed in OERSI #469

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 22, 2022

  1. Add SitemapReader originally developed in OERSI

    Reads sitemap from URL, sends each `loc` URL to the receiver.
    
    e.g. `"https://hoou.de/sitemap.xml" | read-sitemap | open-http ...`
    in a Flux workflow to process every document linked in the sitemap.
    
    Supports paging via `from=` query string parameter (see #464)
    
    See:
    
    https://en.wikipedia.org/wiki/Sitemaps
    https://gitlab.com/oersi/oersi-etl/-/issues/4
    https://gitlab.com/oersi/oersi-etl/-/issues/17
    fsteeg committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    42a68f5 View commit details
    Browse the repository at this point in the history