Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

more verb proposals, catch and each #23

Open
max-mapper opened this issue Feb 20, 2016 · 1 comment
Open

more verb proposals, catch and each #23

max-mapper opened this issue Feb 20, 2016 · 1 comment

Comments

@max-mapper
Copy link
Contributor

run
  catch email-me.py
    download
  process

pipeline download
  each scrape-each-search-page.py
    collect download-xml
      parse xml into json
    get pdf id from json
    construct full pdf url
    add to download queue

pipeline process
  map
    hash pdf
    catch email-me
      exists.py
      create-thumbnail
@onbjerg
Copy link

onbjerg commented Oct 21, 2016

How does the each keyword differ from the proposed keyword fork in Datscript? @maxogden

I assume they both run another pipeline from the result of a command as stdin for that given pipeline.. if that makes sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants