lxcid / rudder-transformer

Privacy and Security focused Segment-alternative, in Golang and React

Home Page:https://www.rudderstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tested with jest jest codecov

RudderStack Transformer

RudderStack Transformer is a service which transforms the RudderStack events to destination-specific singular events. This feature is released under under the MIT license.

Transformer Setup

Docker

If you want to run the RudderStack Transformer inside a Docker container, follow these steps:

  1. Clone this repository
  2. Run docker-compose up transformer

Native Installation

On Mac, if you don't have make and g++, you would have to install Xcode Command Line Tools using xcode-select --install.

On Linux, install the required dependencies python, make and g++ and follow these steps:

  1. Clone this repository
  2. Run npm install
  3. Start the server with npm start

Transformer without User Functions

If you don't need user functions, you can skip those and run a destination-only transformer.

Docker

If you want to run the RudderStack Transformer (without the user functions) inside a Docker container, follow these steps:

  1. Clone this repository
  2. Run docker-compose up transformer-no-func

Native Installation

  1. Clone this repository
  2. Run ENABLE_FUNCTIONS=false npm install
  3. Start the server with ENABLE_FUNCTIONS=false npm start

Contact Us

If you come across any issues while setting up or running the RudderStack Transformer, feel free to start a conversation on our Slack channel.

About

Privacy and Security focused Segment-alternative, in Golang and React

https://www.rudderstack.com

License:MIT License


Languages

Language:JavaScript 99.9%Language:Shell 0.1%Language:Dockerfile 0.0%