An open API service indexing awesome lists of open source software.

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

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.