Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-nodo-re-to-tablestorage
Dumping RE event-hub to Azure Table Storage
https://github.com/pagopa/pagopa-nodo-re-to-tablestorage
pagopa-nodo-dei-pagamenti
Last synced: 6 days ago
JSON representation
Dumping RE event-hub to Azure Table Storage
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-nodo-re-to-tablestorage
- Owner: pagopa
- License: mit
- Created: 2023-08-10T11:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T06:05:22.000Z (29 days ago)
- Last Synced: 2025-01-13T07:19:46.801Z (29 days ago)
- Topics: pagopa-nodo-dei-pagamenti
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pagoPA Functions nodo-re-to-tablestorage
Java nodo-re-to-tablestorage Azure Function.
The function aims to dump RE sent via Azure Event Hub to an Azure Table Storage with a TTL of 10 years.[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pagopa_pagopa-nodo-re-to-tablestorage&metric=alert_status)](https://sonarcloud.io/dashboard?id=pagopa_pagopa-nodo-re-to-tablestorage)
---
## Run locally with Docker
`docker build -t pagopa-functions-nodo-re-to-tablestorage .``docker run -it -rm -p 8999:80 pagopa-functions-nodo-re-to-tablestorage`
### Test
`curl http://localhost:8999/example`## Run locally with Maven
`mvn clean package`
`mvn azure-functions:run`
### Test
`curl http://localhost:7071/example`---