Giampiero-Porfiri / pagopa-fdr

Manage FDR ( aka "Flussi di Rendicontazione" ) exchanged between PSP and EC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FDR - Flussi di rendicontazione

Quality Gate Status

Manage FDR ( aka "Flussi di Rendicontazione" ) exchanged between PSP and EC


Api Documentation πŸ“–

See the OpenApi 3 here

In local env typing following url on browser for ui interface:

http://localhost:8080/q/swagger-ui

or that for yaml version http://localhost:8080/q/openapi

or that for json version http://localhost:8080/q/openapi?format=json


Technology Stack πŸ“š

  • Java 17 Runtime Environment GraalVM CE
  • Quarkus
  • quarkus-resteasy-reactive
  • quarkus-logging-gelf
  • quarkus-micrometer-registry-prometheus
  • quarkus-smallrye-health
  • quarkus-opentelemetry
  • quarkus-smallrye-openapi
  • quarkus-resteasy-reactive-jackson
  • quarkus-agroal
  • quarkus-hibernate-orm-panache
  • quarkus-jdbc-postgresql
  • quarkus-hibernate-validator
  • quarkus-narayana-jta
  • lombok (provided)
  • mapstruct

Running the infrastructure πŸš€

Requirements:

  • docker (v20.10.23)
  • docker-compose (v2.15.1)

This docker-compose run:

  • ELK
    • elasticsearch
    • logstash
    • kibana
  • Monitoring
  • Tracing
  • DB
    • Postgres (jdbc: jdbc:postgresql://postgres:5432/quarkus, user: admin, password: admin)
sh run-local-infra.sh

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.

Creating a native executable

You can create a native executable using:

sh build-and-run.sh build

for run use sh build-and-run.sh run


Run Tests πŸ§ͺ [WIP] πŸ‘©β€πŸ’»

Unit test

Typing mvn clean verify

Integration test

  • Run the application
  • Install dependencies: yarn install
  • Run the test: yarn test

Contributors πŸ‘₯

Made with ❀️ by PagoPa S.p.A.

Mainteiners

See CODEOWNERS file

About

Manage FDR ( aka "Flussi di Rendicontazione" ) exchanged between PSP and EC


Languages

Language:HTML 59.9%Language:Java 37.3%Language:Shell 1.8%Language:JavaScript 0.9%Language:Gherkin 0.1%