ashgansh / iso8583-posthog

Create PostHog dashboard from ISO8583 messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • What's our weekly card volume?
  • What's the volume of declined payments?
  • What's the average ticket size?
  • ... and so on

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:

  • Create a simplified ISO8583 parser
  • Extend the parser
  • Create a server

About

Create PostHog dashboard from ISO8583 messages

License:MIT License


Languages

Language:JavaScript 100.0%