Week
45
No Contact Eng
Nov 07
  • Data Setup

  • Explanations

    • Fivetran: This is not a data source. It's a tool we use to move data from external sources (App Store Connect, RevenueCat) into a postgres database.

    • App Store Connect: This is Apple. So it knows about installs, conversions and revenue.

    • RevenueCat: Tool we use to track our revenue

    • Superwall: Tool we use for Paywalls

    • Product Database: This is the app's backend. So we can use if for usage data (e..g how many people created a pledge or used chat), but it's also useful for registered users and active subscriptions.

    • Analytics Database: This is a postgres database we created solely to pipe data into using Fivetran, so that we could get our App Store Connect data in postgres.

    • Misc Database: We built a simple internal tool to track Video views across all of our creators. It's called "Misc" because we use it for various things.

  • Data Flow