返回 Skill 列表
extension
分类: 数据与分析需要 API Key

Stripe 收入分析仪表板构建器

使用 stripe Node.js SDK 从 Stripe Data API 拉取 MRR、churn 和 LTV 指标,并使用 Apache Arrow 转换数据。聚合指标通过 Metabase API 推送到 Metabase 仪表板,并使用 cron 触发的 Lambda 函数每晚刷新。

person作者: user_3c6cb52ehubcommunity

Stripe 收入分析仪表板构建器

Pulls MRR, churn, and LTV metrics from the Stripe Data API using the stripe Node.js SDK and transforms the data using Apache Arrow. Aggregated metrics are pushed to a Metabase dashboard via the Metabase API and refreshed nightly using a cron-triggered Lambda function.

Installation

Use the upstream install or setup path that matches your environment:

  • npm install stripe
  • yarn add stripe
  • npm install stripe@public-preview --save-exact
  • npm install stripe@<some-version>

Requirements and caveats from upstream:

  • Stripe Node.js Library

  • Build Status
  • Want to chat live with Stripe engineers? Join us on our Discord server.

Basic usage or getting-started notes:

  • sh

  • or

  • The package needs to be configured with your account's secret key, which is

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/stripe/stripe-node/HEAD/README.md