Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-nodo-cfg-data-migration
A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database
https://github.com/pagopa/pagopa-nodo-cfg-data-migration
pagopa-nodo-dei-pagamenti
Last synced: about 18 hours ago
JSON representation
A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-nodo-cfg-data-migration
- Owner: pagopa
- Created: 2023-09-21T16:05:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T05:41:34.000Z (4 months ago)
- Last Synced: 2024-10-17T20:43:44.255Z (4 months ago)
- Topics: pagopa-nodo-dei-pagamenti
- Language: Java
- Homepage: https://pagopa.atlassian.net/wiki/spaces/ACN/pages/797212778/Migrazione+CFG+Design+Review
- Size: 3.73 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nodo Data Migration
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pagopa-api-config-data-migration&metric=alert_status)](https://sonarcloud.io/dashboard?id=pagopa_pagopa-nodo-cfg-data-migration)
A microservice that permits the migration from Nexi's Oracle database to PagoPA's PostgreSQL database
TODO: generate a index with this tool: https://ecotrust-canada.github.io/markdown-toc/
---
## Api Documentation ๐
See the [OpenApi 3 here.](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pagopa/pagopa-nodo-cfg-data-migration/main/openapi/openapi.json)
---
## Technology Stack
- Java 11
- Spring Boot
- Spring Web
- Hibernate
- JPA---
## Start Project Locally ๐
### Prerequisites
- docker
### Run docker container
from `./docker` directory
`sh ./run_docker.sh local`
โน๏ธ Note: for PagoPa ACR is required the login `az acr login -n `
---
## Develop Locally ๐ป
### Prerequisites
- git
- maven
- jdk-11### Run the project
Start the springboot application with this command:
`mvn spring-boot:run -Dspring-boot.run.profiles=local`
### Spring Profiles
- **local**: to develop locally.
- _default (no profile set)_: The application gets the properties from the environment (for Azure).### Testing ๐งช
#### Unit testing
To run the **Junit** tests:
`mvn clean verify`
---
## Contributors ๐ฅ
Made with โค๏ธ by PagoPa S.p.A.
### Mainteiners
See `CODEOWNERS` file