Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-taxonomy
https://github.com/pagopa/pagopa-taxonomy
pagopa-shared
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-taxonomy
- Owner: pagopa
- License: mit
- Created: 2022-05-27T12:54:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T06:15:54.000Z (26 days ago)
- Last Synced: 2025-01-16T07:26:28.679Z (26 days ago)
- Topics: pagopa-shared
- Language: Java
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pagoPA Functions taxonomy
Taxonomy Azure Function.
This function has the role of converting a CSV file to JSON and then to retrieve it from a blob storage whenever needed.[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pagopa_pagopa-taxonomy&metric=alert_status)](https://sonarcloud.io/project/overview?id=pagopa_pagopa-taxonomy)
---
## Api Documentation 📖
Check out the [OpenApi 3 here](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pagopa/pagopa-taxonomy/main/openapi/openapi.json)
---
## Run locally with Docker
`docker build -t pagopa-functions-taxonomy .``docker run -it -rm -p 8999:80 pagopa-functions-taxonomy`
### Test
`curl http://localhost:8999/example`## Run locally with Maven
`mvn clean package`
`mvn azure-functions:run`
### Test
`curl http://localhost:7071/example`---
### Per dev
`docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite`
`./mvnw clean package && ./mvnw azure-functions:run`