https://github.com/r0man/cascalog-printtap
A Cascalog tap that prints tuples via Clojure's pr-str function.
https://github.com/r0man/cascalog-printtap
Last synced: 3 months ago
JSON representation
A Cascalog tap that prints tuples via Clojure's pr-str function.
- Host: GitHub
- URL: https://github.com/r0man/cascalog-printtap
- Owner: r0man
- Created: 2013-02-20T11:43:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T11:33:37.000Z (about 12 years ago)
- Last Synced: 2025-10-08T23:34:42.132Z (3 months ago)
- Language: Clojure
- Size: 152 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cascalog Printtap [](https://travis-ci.org/r0man/cascalog-printtap)
A Cascalog tap that prints tuples via Clojure's pr-str function.
## Installation
Via Clojars: https://clojars.org/cascalog-printtap
## Usage
(def people [["ben" 35] ["jerry" 41]])
(?- (stdout-prn)
(<- [?name ?age]
(people ?name ?age)
(< ?age 40)))
## License
Copyright © 2013 Roman Scherer, Sebastian Nadorp
Distributed under the Eclipse Public License, the same as Clojure.