https://github.com/vane-tech/clojure-meetup-data-pipeline
A silly app for a Clojure Meetup presentation
https://github.com/vane-tech/clojure-meetup-data-pipeline
Last synced: about 2 months ago
JSON representation
A silly app for a Clojure Meetup presentation
- Host: GitHub
- URL: https://github.com/vane-tech/clojure-meetup-data-pipeline
- Owner: vane-tech
- License: epl-1.0
- Created: 2016-11-08T13:57:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T16:26:18.000Z (over 8 years ago)
- Last Synced: 2025-01-27T10:45:00.088Z (4 months ago)
- Language: Clojure
- Size: 9.77 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# The coolest animal on AWS Data Pipeline
It's a simple app to demonstrate how Clojure can be ran on AWS Data Pipeline.
You can run it locally with `lein run`, ensuring that `INPUT1_STAGING_DIR`
environment variable points to a folder containing `animals.txt` with some
animal names in separate lines, and `OUTPUT1_STAGING_DIR` points to a writable
directory.To run it on Data Pipeline, use an AMI of a machine with Java and Leiningen
installed.