Skip to content
Amey Varangaonkar edited this page Jun 2, 2020 · 17 revisions

Introduction

RudderStack is an open-source, enterprise-ready Segment alternative written in Go. It is a platform for collecting, storing and routing customer event data to dozens of tools.

RudderStack runs as a single Go binary with PostgreSQL as the only external dependency. It also needs the destination-specific (e.g. Google Analytics, Amplitude,etc.) transformation code, which is essentially Node.js scripts.

This wiki contains some additional useful information about RudderStack and its functionalities.

Useful Links