Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.