Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifraixedes/hack-datahack14
My hack of datahack from TATA Communications
https://github.com/ifraixedes/hack-datahack14
Last synced: 16 days ago
JSON representation
My hack of datahack from TATA Communications
- Host: GitHub
- URL: https://github.com/ifraixedes/hack-datahack14
- Owner: ifraixedes
- License: epl-1.0
- Created: 2014-07-13T14:56:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-13T15:01:40.000Z (over 10 years ago)
- Last Synced: 2024-04-12T19:53:13.782Z (7 months ago)
- Language: Clojure
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datahack
It's a totally project produced in the context of DataHack (#datahack14) from TATA Communications.
It's a hack produce in Clojure, which I don't have quite experience but I felt that it was good enough to use in this hackathon which delivered a bunch large CSV files, to deal with them and produce data aggregations.NOTE: The project doesn't contain the data files (CSV) due the terms and conditions of the hackthon which doen't allow to hold the data further than the hacathon's time
## Dependencies
Clojure environment (used version 1.6) under Java 1.7.0 (Concretely OpenJDK 64-Bit)
The project has been generated from [leiningen](http://leiningen.org/) `app` template, therefore this repository contains everything to execute the project with [leiningen](http://leiningen.org/), with version 2.4.2 which I used it.For the project dependencies (clojure and java libraries) check `project.clj` file
## License
Just MIT, read the LICENSE file for more information