Skip to content

Docs: recommended workflow for driving post processing with pqact from containers #94

@deeplycloudy

Description

@deeplycloudy

The non-container LDM workflow allows easy post-processing with external scripts driven by pqact. For instance, the Unidata ldm-alchemy project is used to stitch together GOES imagery tiles, and simply receives the product stream over a PIPE. (I'm interested in doing this over the next week)

I'm opening this issue to request advice (or documentation) of how each of the pqact action categories should be used in the context of an isolated, containerized environment that (by philosophy) isolates access to other software installations and inter-process communication. I can think of a few ways:

  1. fork ldm-docker and heavily customize the Dockerfile to add additional post processing to same container
  2. expose a PIPE with ldm-docker that is read by another container. (If that's even possible!)
  3. only use ldm-docker to write files, and then have other processes watch that directory for further processing.
  4. somehow have LDM trigger a script in another container

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions