RudderStack Open Source

Overview of how to set up the open source RudderStack in your development environment.

Follow the guides in this section if you want to set up RudderStack in your preferred development environment.

The RudderStack backendarrow-up-right is written in Go, with a simple React.js UI to manage your sources, destinations, and the connections between them.

Overview

Installing and setting up open source RudderStack involves the following steps:

Setting up the control plane to manage your source and destination configurations.

Control Plane Setuparrow-up-right

Setting up the data plane(backend) for RudderStack to track, process, and route the events.

Data Plane Setuparrow-up-right

Sending test events to verify your RudderStack installation.

Sending Test Eventsarrow-up-right

FAQ

Do I need to sign up for an account to set up open source RudderStack?

Signing up for RudderStack Open Sourcearrow-up-right is the easiest way to set up and manage your data pipelines. The web app is only used for source/destination configuration and does not have access to your data. It also provides a Live Eventsarrow-up-right feature for debugging purposes, only for a limited time.

RudderStack does not persist any of your data.

However, if you do not wish to sign up for RudderStack and want to self-host the source/destination configurations, you can use the open source Control Plane Litearrow-up-right utility. To set up the RudderStack server (backend) in your own environment, follow the steps listed in the Data Plane Setuparrow-up-right guide.

The control plane set up using Control Plane Lite does not have features like Transformationsarrow-up-right and Live Eventsarrow-up-right.

What is a data plane URL? Where do I get it?

For routing and processing the events to the RudderStack backend, a data plane URL is required.

Refer to the RudderStack Architecturearrow-up-right guide for more information the RudderStack data plane.

If you're using open source RudderStack, you are required to set up your own data plane by installing and setting up RudderStackarrow-up-right in your preferred environment.

An open source RudderStack data plane URL typically looks like http:localhost:8080, where 8080 is the port where your RudderStack data plane is hosted.

Contact us

For more information on any of the sections covered in this guide, you can contact usenvelope or start a conversation in our Slackarrow-up-right community.

Last updated

Was this helpful?