PostHog / plugin-repository

Plugins for PostHog
MIT License
2 stars 7 forks source link

Plugin request: Rudderstack export #15

Closed mariusandra closed 2 years ago

mariusandra commented 3 years ago

I'd like to export my events to Rudderstack.

Requested by a user via e-mail.

Twixes commented 3 years ago

I believe RudderLabs have made a PostHog plugin for this RudderPurpose: https://github.com/rudderlabs/rudderstack-posthog-plugin

mariusandra commented 3 years ago

Ooh, that's nice. At first glance though, they might have a concurrency issue. They use the redis cache for batching, without taking into account that multiple workers might be operating at the same time. We should send them a PR that updates this to use the new contrib batching logic...

mariusandra commented 3 years ago

And when that's all good, we could add it as a community plugin to the repo. So I'll reopen this until then

yakkomajuri commented 3 years ago

Done on our end, up to RudderStack now "to merge or not to merge"

https://github.com/rudderlabs/rudderstack-posthog-plugin/pull/2