Skip to content
/ pgfisher Public

pgfisher is a Go framework for building log analyzers for PostgreSQL's CSV log format

Notifications You must be signed in to change notification settings

johto/pgfisher

Repository files navigation

pgfisher

Introduction

pgfisher provides a starting point for a program which tails and analyzes PostgreSQL CSV log files. It automatically follows log file changes without missing lines, and provides an easy-to-use interface for parsing the data. Requires PostgreSQL version 9.4 or later.

Writing a plugin

The code in this repository does not build as provided. Any user of this project is expected to write their own "plugin" package and drop it into internal/plugin. An example of such a plugin can be found in the example_plugin directory.

About

pgfisher is a Go framework for building log analyzers for PostgreSQL's CSV log format

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published