PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
20.73k stars 1.24k forks source link

Integrate with Snowplow #6873

Open yakkomajuri opened 3 years ago

yakkomajuri commented 3 years ago

Putting here even though it's extensibility, not plugins.

People can use Segment and RudderStack with us but not Snowplow. Given Snowplow is heavily used by data warehouse users, we should reach out and try to get this done.

They do know who we are:

https://snowplowanalytics.com/blog/2021/01/05/the-top-14-open-source-analytics-tools-in-2021/

jredl-va commented 3 years ago

@yakkomajuri were looking to onboard with PostHog in the coming weeks and we currently leverage the snowplow data pipeline.

Is this issue a someday maybe placeholder or does this integration exist within posthog?

yakkomajuri commented 3 years ago

Hey @jredl-va this isn't done yet and something we'd need to coordinate with the Snowplow team.

Come to think of it @jensnowplow seems to have given a thumbs up here - so @jensnowplow if I am inferring correctly that you have some connection to Snowplow, any interest in collaborating with us to get this out?

jensnowplow commented 3 years ago

Hey @yakkomajuri, yes, that would be awesome! CCing one of our product managers @carabaestlein to sync up on this

yakkomajuri commented 3 years ago

Hey @jensnowplow @carabaestlein! Friendly ping here. How would we go about this?

carabaestlein commented 3 years ago

@yakkomajuri have sent you a message on Linkedin, let's coordinate a call via email?

marcushyett-ph commented 2 years ago

@carabaestlein we have another customer interested in integrating SnowPlow with PostHog - would love to chat about how we can make this happen?

rfortmann-ewolff commented 2 years ago

We would also be interested!

carabaestlein commented 2 years ago

@marcushyett-ph I am afraid I am no longer at Snowplow but maybe @paulboocock can help?

A-Sm1th commented 2 years ago

@marcushyett-ph @carabaestlein Any news or feedback in this regard ? PostHog + Snowplow would be great also to visualise historical data. dbt already has a package to build sessions : https://hub.getdbt.com/dbt-labs/snowplow/latest/ Any chance you might use that as basis for a Snowplow Integration in PostHog ?

paulboocock commented 2 years ago

We've been thinking about building a Snowplow -> ssGTM -> Posthog integration as that'd be a quick win from Snowplows side. There's some other tech in the works too, but we're not quite ready to talk about that yet ;-)

If building on top of a warehouse table, I'd recommend using the official Snowplow dbt package - https://hub.getdbt.com/snowplow/snowplow_web/latest/

A-Sm1th commented 2 years ago

That sounds great for a new setup but I thought more of a connector/adapter for the PostHog UI/Engine based on the historical Snowplow data (in order to present Snowplow data in the PostHog UI).

ottman commented 1 year ago

We've been thinking about building a Snowplow -> ssGTM -> Posthog integration as that'd be a quick win from Snowplows side. There's some other tech in the works too, but we're not quite ready to talk about that yet ;-)

If building on top of a warehouse table, I'd recommend using the official Snowplow dbt package - https://hub.getdbt.com/snowplow/snowplow_web/latest/

Hey @paulboocock any updates here?