PostHog / plugin-repository

Plugins for PostHog
MIT License
2 stars 7 forks source link

Plugin request: fake data #29

Closed mariusandra closed 2 years ago

mariusandra commented 3 years ago

Somewhat related to https://github.com/PostHog/product-internal/issues/62

We could make a plugin that every minute emits a bunch of simulated events for fake users. This way you could run a development environment that feels like a real posthog instance with live users.

Ideally the plugin would be modelled after real traffic patterns.

Using faker.js might help a lot here.