-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21a8e63
commit 5b938e6
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Xformer Transformation Utils | ||
|
||
# Descrizione | ||
|
||
Il seguente progetto è utilizzato come **dipendenza** interna per definire i processi di trasformazione attraverso il tool di Pentaho Kettle, è utilizzato quindi come libreria/dipendenza Maven (https://maven.apache.org/), dalle seguenti applicazioni: | ||
- Xformer Kettle Server | ||
|
||
# Installazione | ||
|
||
Come già specificato nel paragrafo precedente [Descrizione](# Descrizione) si tratta di un progetto di tipo "libreria", quindi un modulo applicativo utilizzato attraverso la definzione della dipendenza Maven secondo lo standard previsto (https://maven.apache.org/): | ||
|
||
```xml | ||
<dependency> | ||
<groupId>it.eng.parer</groupId> | ||
<artifactId>xformer-transformations-utils-lib</artifactId> | ||
<version>$VERSIONE</version> | ||
</dependency> | ||
``` | ||
|
||
# Utilizzo | ||
|
||
Il modulo contiene le specifiche logiche utilizzate nell'ambito dei processi di "data trasformation" all'interno di Xformer Kettle Server per le trasformazioni appositamente scritte per gli oggetti versati da Preingest. | ||
|
||
# Supporto | ||
|
||
Mantainer del progetto è [Engineering Ingegneria Informatica S.p.A.](https://www.eng.it/). | ||
|
||
# Contributi | ||
|
||
Se interessati a crontribuire alla crescita del progetto potete scrivere all'indirizzo email <a href="mailto:[email protected]">[email protected]</a>. | ||
|
||
# Credits | ||
|
||
Progetto di proprietà di [Regione Emilia-Romagna](https://www.regione.emilia-romagna.it/) sviluppato a cura di [Engineering Ingegneria Informatica S.p.A.](https://www.eng.it/). | ||
|
||
# Licenza | ||
|
||
Questo progetto è rilasciato sotto licenza GNU Affero General Public License v3.0 or later ([LICENSE.txt](LICENSE.txt)). | ||
|