From 20825234fd4f664c1e1c7cff240cec87d52922f7 Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:22:21 +0100 Subject: [PATCH 1/9] Create data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 contents/blog/data-warehouse-launch.md diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md new file mode 100644 index 000000000000..325f0eecf45f --- /dev/null +++ b/contents/blog/data-warehouse-launch.md @@ -0,0 +1,40 @@ +--- +date: 2024-06-08 +title: You can now sync data from external sources into PostHog +rootPage: /blog +sidebar: Blog +showTitle: true +hideAnchor: true +featuredImage: >- + https://res.cloudinary.com/dmukukwp6/image/upload/data_warehouse_92b43aa9de.jpg +author: + - joe-martin +category: PostHog news +tags: + - Data warehouse +--- + +## Tl;dr + +- Data warehouse is now out of beta, with pre-built connectors for Stripe, Hubspot, Zendesk, and more +- You can use synced data across any PostHog tool, including analyzing data with insights and HogQL +- We're introducing usage-based pricing, with your first 1M synced rows for free every month +- As a thanks, beta users will get an increased free allowance and 30 days of free usage + +After a three-month public beta, our data warehouse is ready for primetime. We’re releasing it into general availability so teams can start syncing data from other sources and working with it in PostHog. + +Why would you want to get non-product data into PostHog? So you can do things like... + +- [Sync Stripe data](/tutorials/stripe-reports) to understand how sign-ups correlate to MRR, gross revenue, and churn +- [Sync Hubspot data](/tutorials/hubspot-reports) to identify leads based on their actions, pageviews, and churn-risk +- [Sync Zendesk data](/tutorials/zendesk-reports) to see how ticket volume and SLA metrics impact usage and churn + +All that is just using our pre-built connectors. You can also bring data into PostHog from almost anywhere using [Snowflake, Cloudflare R2, Amazon S3, Google Cloud Storage](/docs/data-warehouse/setup), or [custom sources](/docs/data-warehouse/setup#linking-a-custom-source) — and we’re fascinated to see what further use-cases teams will come up with. + +Over the beta we’ve already seen teams sync everything from their bank data (for analyzing P&L without an accountant) to CRMs (for monitoring sales team performance). Teams like [Headshot Pro, for example, have even synced Google Adwords](/customers/headshot-pro) so they can analyze marketing data in detail. + +Ultimately, this is why we’ve poured so much attention into building our data warehouse recently — so we can give developers the tools they need to [build more successful products](/handbook/why-does-posthog-exist). If that means working with external data, then that’s what the data warehouse (along with [HogQL](/docs/hogql) and [insights](/product-analytics)) is for. + +As always, we want to make sure [our pricing](/pricing) is fair, margin-positive, and usage-based. So, our new pricing is based on the number of rows that get synced each month — after a generous free allowance which should offer more than enough to support smaller teams and side projects. If you're ready to get started, [sync your first data source now](https://us.posthog.com/data-warehouse)! + +> As a **thank you to our beta users** we’re offering an increased free allowance for teams which synced any data during the data warehouse beta. Check your email for details! From 89a3e9d51f8e3c9f6774bfe1b62a3abae699f6e9 Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:27:12 +0100 Subject: [PATCH 2/9] Update contents/blog/data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index 325f0eecf45f..76b25d91d1ff 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -21,7 +21,7 @@ tags: - We're introducing usage-based pricing, with your first 1M synced rows for free every month - As a thanks, beta users will get an increased free allowance and 30 days of free usage -After a three-month public beta, our data warehouse is ready for primetime. We’re releasing it into general availability so teams can start syncing data from other sources and working with it in PostHog. +After a month-long public beta, our data warehouse is ready for primetime. We’re releasing it into general availability so teams can start syncing data from other sources and working with it in PostHog. Why would you want to get non-product data into PostHog? So you can do things like... From 58369b2840d2617be99f2bf538f9711e82e59d5b Mon Sep 17 00:00:00 2001 From: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:30:52 +0100 Subject: [PATCH 3/9] Apply suggestions from code review --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index 76b25d91d1ff..31147e980c26 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -37,4 +37,4 @@ Ultimately, this is why we’ve poured so much attention into building our data As always, we want to make sure [our pricing](/pricing) is fair, margin-positive, and usage-based. So, our new pricing is based on the number of rows that get synced each month — after a generous free allowance which should offer more than enough to support smaller teams and side projects. If you're ready to get started, [sync your first data source now](https://us.posthog.com/data-warehouse)! -> As a **thank you to our beta users** we’re offering an increased free allowance for teams which synced any data during the data warehouse beta. Check your email for details! +> As a **thank you to our beta users** we’re offering an increased free allowance for teams that synced any data during the data warehouse beta. Check your email for details! From 5bb9a8eda55f1f93aee0db6fe5892e7bb925ee4b Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:32:43 +0100 Subject: [PATCH 4/9] Update contents/blog/data-warehouse-launch.md Co-authored-by: Andy Vandervell <92976667+andyvan-ph@users.noreply.github.com> --- contents/blog/data-warehouse-launch.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index 31147e980c26..58698d93512e 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -1,17 +1,13 @@ --- date: 2024-06-08 title: You can now sync data from external sources into PostHog -rootPage: /blog -sidebar: Blog -showTitle: true -hideAnchor: true featuredImage: >- https://res.cloudinary.com/dmukukwp6/image/upload/data_warehouse_92b43aa9de.jpg author: - joe-martin -category: PostHog news +featuredImageType: full tags: - - Data warehouse + - PostHog news --- ## Tl;dr From 363602e1dc8cd413f31963d54b2bd537cc148bfb Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:14:03 +0100 Subject: [PATCH 5/9] Update contents/blog/data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index 58698d93512e..bb89622704a5 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -15,7 +15,7 @@ tags: - Data warehouse is now out of beta, with pre-built connectors for Stripe, Hubspot, Zendesk, and more - You can use synced data across any PostHog tool, including analyzing data with insights and HogQL - We're introducing usage-based pricing, with your first 1M synced rows for free every month -- As a thanks, beta users will get an increased free allowance and 30 days of free usage +- As thanks, beta users will get an increased free allowance and 30 days of free usage After a month-long public beta, our data warehouse is ready for primetime. We’re releasing it into general availability so teams can start syncing data from other sources and working with it in PostHog. From 7de62d8acdfcd1f3bad498f99c8ea0e671a717f9 Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:15:24 +0100 Subject: [PATCH 6/9] Update contents/blog/data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index bb89622704a5..b4d963d77b0c 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -27,7 +27,7 @@ Why would you want to get non-product data into PostHog? So you can do things li All that is just using our pre-built connectors. You can also bring data into PostHog from almost anywhere using [Snowflake, Cloudflare R2, Amazon S3, Google Cloud Storage](/docs/data-warehouse/setup), or [custom sources](/docs/data-warehouse/setup#linking-a-custom-source) — and we’re fascinated to see what further use-cases teams will come up with. -Over the beta we’ve already seen teams sync everything from their bank data (for analyzing P&L without an accountant) to CRMs (for monitoring sales team performance). Teams like [Headshot Pro, for example, have even synced Google Adwords](/customers/headshot-pro) so they can analyze marketing data in detail. +Over the beta we’ve already seen teams sync everything from their bank data (for analyzing P&L without an accountant) to CRMs (for monitoring sales team performance). Teams like [Headshot Pro, for example, have even synced Google Adwords](/customers/headshot-pro) so they can analyze marketing data in detail and attribute it to sign-ups and usage. Ultimately, this is why we’ve poured so much attention into building our data warehouse recently — so we can give developers the tools they need to [build more successful products](/handbook/why-does-posthog-exist). If that means working with external data, then that’s what the data warehouse (along with [HogQL](/docs/hogql) and [insights](/product-analytics)) is for. From 6f2a7884787bed2ca2f55f8084e99d2717e2d61c Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:16:12 +0100 Subject: [PATCH 7/9] Update contents/blog/data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index b4d963d77b0c..059fcf1d101a 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -31,6 +31,6 @@ Over the beta we’ve already seen teams sync everything from their bank data (f Ultimately, this is why we’ve poured so much attention into building our data warehouse recently — so we can give developers the tools they need to [build more successful products](/handbook/why-does-posthog-exist). If that means working with external data, then that’s what the data warehouse (along with [HogQL](/docs/hogql) and [insights](/product-analytics)) is for. -As always, we want to make sure [our pricing](/pricing) is fair, margin-positive, and usage-based. So, our new pricing is based on the number of rows that get synced each month — after a generous free allowance which should offer more than enough to support smaller teams and side projects. If you're ready to get started, [sync your first data source now](https://us.posthog.com/data-warehouse)! +As always, we want to make sure [our pricing](/pricing) is fair, margin-positive, and usage-based. So, we'll bill based on the number of rows that get synced each month — after a generous free allowance which should offer more than enough to support smaller teams and side projects. If you're ready to get started, [sync your first data source now](https://us.posthog.com/data-warehouse)! > As a **thank you to our beta users** we’re offering an increased free allowance for teams that synced any data during the data warehouse beta. Check your email for details! From 71b938c8e7b3988359ac1659b7ae993e0b89dc58 Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:15:58 +0100 Subject: [PATCH 8/9] Update contents/blog/data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index 059fcf1d101a..e363a40bd955 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -13,7 +13,7 @@ tags: ## Tl;dr - Data warehouse is now out of beta, with pre-built connectors for Stripe, Hubspot, Zendesk, and more -- You can use synced data across any PostHog tool, including analyzing data with insights and HogQL +- You can use synced data across most PostHog tools, such as analyzing data with insights and HogQL - We're introducing usage-based pricing, with your first 1M synced rows for free every month - As thanks, beta users will get an increased free allowance and 30 days of free usage From ec6b4462ad027b60cac8cf5d0b42e287b26930a3 Mon Sep 17 00:00:00 2001 From: Joe Martin <84011561+joethreepwood@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:08:49 +0100 Subject: [PATCH 9/9] Update contents/blog/data-warehouse-launch.md --- contents/blog/data-warehouse-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/blog/data-warehouse-launch.md b/contents/blog/data-warehouse-launch.md index e363a40bd955..bf204f29f54c 100644 --- a/contents/blog/data-warehouse-launch.md +++ b/contents/blog/data-warehouse-launch.md @@ -1,5 +1,5 @@ --- -date: 2024-06-08 +date: 2024-06-09 title: You can now sync data from external sources into PostHog featuredImage: >- https://res.cloudinary.com/dmukukwp6/image/upload/data_warehouse_92b43aa9de.jpg