ashgansh / iso8583-posthog

Create PostHog dashboard from ISO8583 messages
MIT License
3 stars 1 forks source link

ISO8583 PostHoga

Create PostHog dashboard from ISO8583 messages

Status: Working on ISO8583 parser

image

What is it

This repo makes it easy for you to run a small payment message ingestor and is configurable to forward meaningful event data to posthog.

It allows you to create dashboards that answers questions such as:

How does it work

Under the hood, it uses the index.mjs iso8583 parser to interpret (pre-serialized) iso8583 messages into more interpretable data.

image

ISO8583 parser

To Do: