draft ingest csv handler
This commit is contained in:
@@ -6,7 +6,15 @@ Prueba técnica para el puesto de desarrollador Go/C++
|
||||
|
||||
Compilar todos los servicios e iniciar los contenedores Docker.
|
||||
|
||||
`docker compose --env-file <path/to/file> up --build`
|
||||
```bash
|
||||
docker compose --env-file <path/to/file> up --build`
|
||||
```
|
||||
|
||||
Hacer petición POST con fichero a `/ingest/csv`
|
||||
|
||||
```bash
|
||||
curl -X POST http://localhost:8080/ingest/csv -F "file=@meteo.csv"
|
||||
```
|
||||
|
||||
## Decisiones técnica
|
||||
|
||||
|
||||
Reference in New Issue
Block a user