NoxOrg / Nox

Source generator for Nox solutions
MIT License
6 stars 4 forks source link

ETL: Integration pipeline enhancement #147

Open jan-schutte opened 1 year ago

jan-schutte commented 1 year ago

Enhance the ETL process to include a concept of handlers. These handlers will take data from the source and allow the developer to manipulate the incoming data before sending it on to the destination. Handlers can include functionality like mapping/transformation, validation etc

jan-schutte commented 1 year ago

Rename this to Integration Pipeline Component

jan-schutte commented 1 year ago

Needs to be speced and designed once Nox.Generators & refactor is done