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

Pipe outputs to another process #42

Open
sntran opened this issue May 10, 2022 · 1 comment
Open

Pipe outputs to another process #42

sntran opened this issue May 10, 2022 · 1 comment

Comments

@sntran
Copy link

sntran commented May 10, 2022

In README, it is said that "output doesn’t have to be written to disk", but I can't find documentation on how to do that.

Specifically, how would we combine ParPar with, for example nyuu to have a single pipeline from a single file to a a group of that file and recovery files for Nyuu to post, without touching the disk?

@animetosho
Copy link
Owner

That was a motivation, but can't be done yet.
There's a few complications with getting it to do that in the CLI, such as needing to write multiple files (can't be easily piped), and if chunking mode is used, it actually can't be streamed.

One of the end goals of ParPar was to eventually integrate it into Nyuu so that PAR2 generation can occur directly in the uploading pipeline. I just haven't gotten around to it yet.

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

No branches or pull requests

2 participants