Giter VIP home page Giter VIP logo

pagopa-fdr's Introduction

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

pagopa-fdr's People

Contributors

marcomeretta avatar pasqualespica avatar pagopa-github-bot avatar cesarecaccuri avatar giampiero-porfiri avatar ignaziobricco avatar soggykey6086 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.