https://github.com/flowcore-io/typescript-transformer-passthrough
A simple passthrough typescript transformer
https://github.com/flowcore-io/typescript-transformer-passthrough
Last synced: 11 months ago
JSON representation
A simple passthrough typescript transformer
- Host: GitHub
- URL: https://github.com/flowcore-io/typescript-transformer-passthrough
- Owner: flowcore-io
- Created: 2023-09-20T19:07:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T12:03:23.000Z (over 2 years ago)
- Last Synced: 2025-01-09T11:54:43.324Z (over 1 year ago)
- Language: TypeScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme/create-repo-from-template.gif
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Typescript Pass through Transformer
This is a simple transformer that passes through the data it receives. It converts the data to a string and then returns it.
## 🌕 Utilise your Transformer in Flowcore
To use this transformer in the [Flowcore](https://flowcore.io) platform, create a new adapter and point it to the github
release artifact.
The shell will then download the artifact, run it and for each data point post to the `transform` endpoint.