PT_BR
Projeto simples que consome dados do Portal da transparência da Prefeitura de Fortaleza
Existe muito incentivo para que a população economize água, Mas será que os órgãos públicos também economizam?
Vamos tentar responder essa pergunta com o TaOk Monitor
Dados obtidos no portal da transparência da prefeitura de Fortaleza na categoria de Despesas, todos os dados são de PAGAMENTOS
Projeto dividido em taok-front e taok-api.
- JERSEY
- CDI
- TOMCAT
- PostgreSQL
Para executar a plataforma é necessário um banco PostgreSQL, estamos usando Docker, com isso vamos iniciando o PostgreSQL com o seguinte comando:
$ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
depois basta:
- criar um banco
- alterar o arquivo
persistence.xml
informado os dados de acesso. - alterar o arquivo
persistence.xml
descomentando a flag<property name="hibernate.hbm2ddl.auto" value="update" />
.
Olha nossa wiki
EN_US
Simple project that consumes data from the transparency portal of Fortaleza City Hall
There is a lot of government incentive for the population to save water, but do public agencies also save?
Let's try answer this question with TaOk Monitor
Data obtained from the transparency portal of Fortaleza City Hall in the category of Expenses, all data is from PAYMENTS
The project is organized into taok-front and taok-api.
- JERSEY
- CDI
- TOMCAT
- PostgreSQL
To run the platform it is necessary to have a PostgreSQL, we are using Docker to help us and you can execute the below command:
$ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
Then you just need:
- Create a database
- Change the file
persistence.xml
informing the access data - Change the file
persistence.xml
uncommenting the flag<property name="hibernate.hbm2ddl.auto" value="update" />
.
See our wiki