Popularity
2.2
Declining
Activity
0.0
Stable
6
1
0
Monthly Downloads: 17
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.6.0.1
pipes-fluid alternatives and similar packages
Based on the "pipes" category.
Alternatively, view pipes-fluid alternatives based on common mentions on social networks and blogs.
-
pipes-category
Allows instances for Category, Arrow and ArrowChoice for 'Pipes.Pipe' using newtypewrapper 'Shaft' -
pipes-break
Utilities for the pipes ecosystem to break and operate on ByteString and Text via delimiters.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of pipes-fluid or a related project?
README
Applicative instances that allows reactively combining 'Pipes.Producer's so that a value is yielded when either Producer yields a value. This can be used to create a FRP-like reactive signal-network.
See Spec.hs for example usage.
See also Signals wiki.