https://github.com/marcelometal/poc_cdep_mongodb
cdep
https://github.com/marcelometal/poc_cdep_mongodb
brazil cdep deputados governo politicians
Last synced: 30 days ago
JSON representation
cdep
- Host: GitHub
- URL: https://github.com/marcelometal/poc_cdep_mongodb
- Owner: marcelometal
- License: agpl-3.0
- Created: 2018-06-23T19:26:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T03:20:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T02:12:02.855Z (over 1 year ago)
- Topics: brazil, cdep, deputados, governo, politicians
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POC CDEP
## Instalação
1. Clone o repositôrio:
```
git clone https://github.com/marcelometal/poc_cdep_mongodb.git
```
2. Crie um [*virtualenv*](http://virtualenvwrapper.readthedocs.org/en/latest/install.html):
```
cd poc_cdep_mongodb
mkvirtualenv poc_cdep_mongodb
```
3. Instale as dependências:
```
make setup
```
4. Faça download dos dados (XML):
```
make get_xmls
```
5. Para indexar os dados:
```
make run
```