streamly-process: Use OS processes as stream transformation functions

[ apache, library, streaming, streamly, system ] [ Propose Tags ]

Run operating system processes as stream source, sink or transformation functions. Use them seamlessly in a streaming data pipeline in the same way as any other Haskell functions.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
fusion-plugin

Use fusion plugin for benchmarks and executables

Disabled
use-gauge

Use gauge instead of tasty-bench for benchmarking

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.0.1, 0.3.0, 0.3.1
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), exceptions (>=0.8 && <0.11), process (>=1.0 && <1.7), streamly (>=0.8.1 && <0.8.3), unix (>=2.5 && <2.8) [details]
License Apache-2.0
Copyright Composewell Technologies
Author Composewell Technologies
Maintainer streamly@composewell.com
Category Streamly, Streaming, System
Home page https://streamly.composewell.com
Bug tracker https://github.com/composewell/streamly-process/issues
Source repo head: git clone https://github.com/composewell/streamly-process
Uploaded by adithyaov at 2022-03-06T17:47:05Z
Distributions NixOS:0.3.1, Stackage:0.3.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 457 total (19 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-03-06 [all 1 reports]

Readme for streamly-process-0.2.0.1

[back to package description]

OS processes as streams

Run operating system processes as stream source, sink or transformation functions. Use them seamlessly in a streaming data pipeline in the same way as any other Haskell functions.

Please visit Streamly homepage for more details about streamly.

Licensing

Available under Apache-2.0 license.