dadosjusbr / dadosjusbr/parser
Criar serviço usando gRPC
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Acho que estar vinculado ao HTTP só está tornando tudo mais complicado. Precisamos de mais expressividade no envio dos requests, bem como na resposta (https://grpc.io/docs/tutorials/basic/node/).
* No request: precisaríamos passar o nome do tribunal a planilha que serviu como fonte para ser adicionada ao CSV
* No response: gostaria que o retorno já viesse com o esquema (hoje fazemos diversas chamadas).
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the gRPC Node basic tutorial linked in the issue, then trace the parser's current HTTP request and response entry points. Define how the request carries the tribunal name and source spreadsheet for CSV output, and how the response includes its schema without repeated calls. Done means the gRPC service supports both requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100