https://github.com/marcelometal/poc_cdep_elasticsearch
cdep
https://github.com/marcelometal/poc_cdep_elasticsearch
brazil cdep deputado deputados elasticsearch governo politicians
Last synced: about 1 month ago
JSON representation
cdep
- Host: GitHub
- URL: https://github.com/marcelometal/poc_cdep_elasticsearch
- Owner: marcelometal
- Created: 2018-05-24T16:41:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T02:32:43.000Z (about 8 years ago)
- Last Synced: 2025-11-17T01:04:39.735Z (7 months ago)
- Topics: brazil, cdep, deputado, deputados, elasticsearch, governo, politicians
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC CDEP
## Instalação
1. Clone o repositôrio:
```
git clone https://github.com/marcelometal/poc_cdep_elasticsearch.git
```
2. Crie um [*virtualenv*](http://virtualenvwrapper.readthedocs.org/en/latest/install.html):
```
cd poc_cdep_elasticsearch
mkvirtualenv poc_cdep_elasticsearch
```
3. Instale as dependências:
```
make setup
```
4. Faça download dos dados (XML):
```
make get_xmls
```
5. Para indexar os dados:
```
make run
```