Tools

Small utilities I built because I needed them. There is no tracking or backend, everything runs in your browser.

GoldenGate Error Code Explorer

Search the full GoldenGate message set (nearly 6,000 OGG- codes) by code or a pasted log line, and get the severity, cause and action for each - with a link to the blog post where one exists.

GoldenGate REST API Log Reader

A Python script that turns restapi.log (GoldenGate's unstructured, multi-line REST API log) into one JSON object per line, so you can filter it with jq by status, service, HTTP verb, user role, or time window instead of grepping through it by hand.

MongoDB Log jq Query Builder

Paste MongoDB structured log lines (4.4+ JSON) and click fields to assemble a jq filter live. Presets for slow queries, connection churn, and COLLSCAN detection.