https://github.com/r0man/conduit
A library for stream processing in Clojure
https://github.com/r0man/conduit
Last synced: 14 days ago
JSON representation
A library for stream processing in Clojure
- Host: GitHub
- URL: https://github.com/r0man/conduit
- Owner: r0man
- License: bsd-3-clause
- Created: 2011-09-24T11:38:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-24T12:13:30.000Z (over 14 years ago)
- Last Synced: 2025-01-19T13:34:35.207Z (12 months ago)
- Language: Clojure
- Homepage: intensivesystems.net
- Size: 162 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# conduit
A library for doing stream processing easily in Clojure
## Usage
See: http://intensivesystems.net/tutorials/stream_proc.html
And: http://intensivesystems.net/tutorials/streams2.html
## Installation
Add:
[conduit "0.7.0-SNAPSHOT"]
to project.clj
## License
Copyright (C) 2010 Jim Duey
Distributed under the BSD License.