Skip to content

A tutorial that demonstrates how to persist events coming from Segment into Teradata Vantage

License

Notifications You must be signed in to change notification settings

ghas-results/segment-integration-tutorial

 
 

Repository files navigation

Overview

This solution listens to events from Twilio Segment and writes data to a Teradata Vantage instance. The example uses GCP but it can be translated into any cloud platform.

Architecture

In this solution, Twilio Segment writes raw event data to GCP Pub/Sub. Pub/Sub forwards events to a Cloud Run application. The Cloud Run app writes data to a Teradata Vantage database. It’s a serverless solution that doesn’t require allocation or management of any VM’s.

image

Prerequsites

  1. A GCP account. If you don’t have an account, you can create one at https://console.cloud.google.com/.

  2. gcloud installed. See https://cloud.google.com/sdk/docs/install.

  3. A Vantage Express instance that GCP Cloud run can talk to. The easiest way to start on your own is to run a Vantage Express instance in GCP.

Deployment

For deployment instructions see https://quickstarts.teradata.com/current/segment.html.

About

A tutorial that demonstrates how to persist events coming from Segment into Teradata Vantage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • Dockerfile 6.8%
  • JavaScript 2.7%