We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There needs to be a way to run some kind of iterative, recursive crawl, (e.g. of a directory hierarchy, or a web crawl).
This needs some way to insert things into a stream e.g.
parseDirectory.readFiles
But with a way for readFiles to add new directories.
readFiles
The text was updated successfully, but these errors were encountered:
[ ] Need some use cases for this [ ] may need to think about adding stuff into the top of a stream, which may already have flushed.
Sorry, something went wrong.
No branches or pull requests
There needs to be a way to run some kind of iterative, recursive crawl, (e.g. of a directory hierarchy, or a web crawl).
This needs some way to insert things into a stream e.g.
parseDirectory.readFiles
But with a way for
readFiles
to add new directories.The text was updated successfully, but these errors were encountered: