0.0.7 • Published 3 years ago

@posthog/netdata-event-processing v0.0.7

Weekly downloads
-
License
GPLv3
Repository
github
Last release
3 years ago

posthog-netdata-event-processing

A Posthog plugin to do some data processing on our Posthog events as they arrive.

Description

An example of doing some event attribute processing using the PostHog plugin approach.

All logic and imports are defined in process.js. rollup.js is then used to generate the index.js file for the plugin.

index.js

To generate index.js use rollup:

rollup process.js --file index.js

Tests

To run tests:

yarn test
0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago