https://github.com/veldhub/veld_code__xml_xslt_transformer
Code veld encapsulating generic xml / xslt transformation.
https://github.com/veldhub/veld_code__xml_xslt_transformer
etl xml xslt
Last synced: 12 months ago
JSON representation
Code veld encapsulating generic xml / xslt transformation.
- Host: GitHub
- URL: https://github.com/veldhub/veld_code__xml_xslt_transformer
- Owner: veldhub
- License: mit
- Created: 2024-12-04T13:47:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T12:54:22.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:15:00.220Z (over 1 year ago)
- Topics: etl, xml, xslt
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  veld_code__xml_xslt_transformer
This repo contains [code velds](https://zenodo.org/records/13322913) encapsulating generic xml /
xslt transformation.
## requirements
- git
- docker compose (note: older docker compose versions require running `docker-compose` instead of
`docker compose`)
## how to use
A code veld may be integrated into a chain veld, or used directly by adapting the configuration
within its yaml file and using the template folders provided in this repo. Open the respective veld
yaml file for more information.
Run a veld with:
```
docker compose -f .yaml up
```
## contained code velds
**[./veld.yaml](./veld.yaml)**
The transformation veld
```
docker compose -f veld.yaml up
```