couchdb-conduit
attoparsec-conduit
couchdb-conduit | attoparsec-conduit | |
---|---|---|
- | 3 | |
11 | 895 | |
- | - | |
0.0 | 5.3 | |
over 11 years ago | about 1 month ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
couchdb-conduit
We haven't tracked posts mentioning couchdb-conduit yet.
Tracking mentions began in Dec 2020.
attoparsec-conduit
-
Ask HN: What resources do you recommend for learning Haskell?
Working through Learn You A Haskell is a good start.
After that, I honestly think you'll get the best bang-for-buck by reading library-specific tutorials. If you play with enough of the libraries the rest of the language more or less falls into place.
Conduit is a pretty ok streaming library, and has good documentation: https://github.com/snoyberg/conduit#readme
Lens gives you a lot of useful features that more or less correspond to stuff like Getters and Setters in something like Java, and the tutorials for it get into some helpful details about writing Haskell code: https://hackage.haskell.org/package/lens
Otherwise it's basically a lot of "just build shit, and don't be afraid to feel confused" and it'll fall into place.
- Conduit question - what is "a single input value"?
-
Parallel streaming in Haskell: Part 1 – Fast, efficient, and fun
> makes me think that there aren't any conduits that have more data than can fit in memory on a single machine
Just because you can dedup a conduit doesn't mean you have to. We use conduits for streaming gigabytes-large files while staying within megabytes of memory use – ensuring that is one of the main selling points of libraries like conduit: https://github.com/snoyberg/conduit#readme
What are some alternatives?
tar-conduit - Conduit based tar extraction mechanism
wai-conduit - Haskell Web Application Interface
hreq-conduit - A type dependent highlevel HTTP client library inspired by servant-client.
shell-conduit - Write shell scripts with Conduit
stomp-conduit - Message-oriented Middleware for Haskell
conduit-audio - Use conduit to process/manipulate/convert audio
crypto-conduit - Conduit interface for cryptographic operations (from crypto-api).
binary-conduit - binary serialization interface for conduit
csv-conduit - Flexible, fast and constant-space CSV library for Haskell using conduits