https://github.com/dxe4/peacehack
peacehack
https://github.com/dxe4/peacehack
Last synced: about 1 year ago
JSON representation
peacehack
- Host: GitHub
- URL: https://github.com/dxe4/peacehack
- Owner: dxe4
- License: gpl-2.0
- Created: 2014-09-19T16:22:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T11:17:22.000Z (almost 12 years ago)
- Last Synced: 2025-02-10T09:12:11.700Z (over 1 year ago)
- Language: Python
- Size: 852 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
peacehack
=========
#### This should actually be running on BigQuery :scream:
### Ukraine mentions in february 2014 (ukraine revolution):
For more info read [here](http://en.wikipedia.org/wiki/2014_Ukrainian_revolution)

### Ukraine mentions 9th september (plane shot)
For more info read [here](http://www.bbc.co.uk/news/world-europe-28357880)

### Nigeria mentions in november (kidnap)
For more info read [here](http://www.bbc.co.uk/news/world-africa-27120357)

### Palestine mentions in 8 july
For more info read [here](http://en.wikipedia.org/wiki/2014_Israel%E2%80%93Gaza_conflict)

### Whatever
Next time go for [spark...](https://spark.apache.org/)
Some interesting stats on a `db.r3.xlarge` (30gb ram 4 cpu, ~20gb data, 58 cols):



```
sudo apt-get install python-virtualenv
git clone git@github.com:papaloizouc/peacehack.git
cd peacehack/peacehack
virtualenv venv
source venv/bin/activate
sourve dev.env
pip install -r req.txt
python manage.py collectstatic
python manage.py runserver
```