0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:00:52 +01:00
posthog/plugin-server/bin
Harry Waye a29e137069
chore(recordings): add command to generate session recording events (#14496)
* chore(recordings): add command to generate session recording events

The intention of this is to be able to generate somewhat realistic
session recording events to test the ingestion pipeline performance,
such that we don't need to rely on pushing to production.

This command just outputs for stdout a single JSON encoded line per
event, which can then e.g. be piped into kafkacat or
kafka-console-producer, or put to a file to then be used by vegeta to
perform load testing on the capture endpoint.
2023-03-08 11:46:56 +00:00
..
ci_functional_tests.sh chore(recordings): add command to generate session recording events (#14496) 2023-03-08 11:46:56 +00:00
ci_session_recordings_load_test.sh chore(recordings): add command to generate session recording events (#14496) 2023-03-08 11:46:56 +00:00
generate_session_recordings_messages.py chore(recordings): add command to generate session recording events (#14496) 2023-03-08 11:46:56 +00:00
posthog-plugin-server