Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sritchie/climate-class
Workshop materials for Cascalog at the Climate Corporation.
https://github.com/sritchie/climate-class
Last synced: about 1 month ago
JSON representation
Workshop materials for Cascalog at the Climate Corporation.
- Host: GitHub
- URL: https://github.com/sritchie/climate-class
- Owner: sritchie
- Created: 2012-03-27T16:22:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-28T00:27:42.000Z (over 12 years ago)
- Last Synced: 2024-10-13T10:05:34.090Z (2 months ago)
- Language: Java
- Homepage:
- Size: 778 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# climate-clj
FIXME: write description
## Usage
FIXME: write
## Installing Thrift on OS X
Download Thrift from here: [[http://archive.apache.org/dist/thrift/0.6.1/]]
```bash
cd ~/Downloads/thrift-0.6.1
./configure --without-haskell # Not necessary, really, but me haskell installation screwed this up
make && sudo make install
```## License
Copyright (C) 2012 FIXME
Distributed under the Eclipse Public License, the same as Clojure.