draft ingest csv handler

This commit is contained in:
2025-10-23 03:41:02 +02:00
parent 9ab669868d
commit e46b71be51
3 changed files with 88 additions and 17 deletions
+9 -1
View File
@@ -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