Skip to content

netdata/posthog-netdata-event-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published