Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

pagopa-archive/pagopa-fdr-re-to-datastore

Repository files navigation

pagoPA Functions fdr-re-to-datastore

Java fdr-re-to-datastore Azure Function. The function aims to dump RE sent via Azure Event Hub to a CosmosDB, with a TTL of 120 days, and to an Azure Table Storage with a TTL of 10 years.

Quality Gate Status


Run locally with Docker

docker build -t pagopa-functions-fdr-re-to-datastore .

docker run -it -rm -p 8999:80 pagopa-functions-fdr-re-to-datastore

Test

curl http://localhost:8999/example

Run locally with Maven

mvn clean package

mvn azure-functions:run

Test

curl http://localhost:7071/example


About

Dumping FdR RE event-hub to CosmosDB and Azure Table Storage

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10