Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.86 KB

google-pub-sub-connector.md

File metadata and controls

51 lines (33 loc) · 1.86 KB
title github thumbnail tags
Google Pub/Sub
pub-sub

import Requirements from "./_snippets/requirements.mdx" import FeedbackQuestions from "./_snippets/feedback-questions.mdx" import PostHogMaintained from "./_snippets/posthog-maintained.mdx" import ExportDisabled from "./_snippets/export-disabled.mdx"

This destination sends events from PostHog to a Google Cloud Pub/Sub topic when they are ingested. It's used by teams such as Vendasta.

You'll also need a Google Cloud Pub/Sub account to connect to.

Installation

  1. In PostHog, click the "Data pipeline" tab in the left sidebar.
  2. Search for 'Pub/Sub' and select the destination, press Install.
  3. Upload your Google Cloud key .json file. (How to get the file.)
  4. Enter your Topic ID.
  5. Watch events publish to Topic.

Finding your Google Cloud key .json file

You'll need this file to configure the Pub/Sub destination for PostHog. You can find out where to find it in Google's Pub/Sub client libraries documentation.

Configuration

FAQ

Is the source code for this destination available?

PostHog is open-source and so are all destinations on the platform. The source code is available on GitHub.

Who created this destination?

We'd like to thank PostHog community member Jesse Redl from Vendasta for creating this. Thanks, Jesse!