Dogfooding at RudderStack: Our Data Stack

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • sample-user-transformers

    Sample User Transformations for RudderStack - the CDP for Developers.

  • /*** * Docs: https://docs.rudderstack.com/getting-started/adding-a-new-user-transformation-in-rudderstack * Examples: https://github.com/rudderlabs/sample-user-transformers ***/ // Load the Library import {rudderEmail} from 'isRudderEmail'; // Transform Event Here export function transformEvent(event) { // Evaluate the email address const notRudderEmail = !rudderEmail(event.context.traits.email); if ( // Ignore Rudder Emails notRudderEmail ) { // do some code here ]; // Because Not Rudder Email, return event return event; } return; }

  • Gatsby

    The best React-based framework with performance, scalability and security built in.

  • When we say you can start streaming events in 5 minutes, we really mean it, and setting up a live stream from your website is as easy as it gets.   Take for example our own marketing website, written in Gatsby and running on Sanity, where we collect a variety of client-side events (page, track and identify) as users navigate the site, submit forms for demo requests and register to attend webinars. These events are all client-side and passed to RudderStack via a Javascript SDK Source. 4 lines of code and simple JavaScript to execute page, track and identify calls and we're off to the races.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts