onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Adding executable program framework #91

Closed einhverfr closed 11 months ago

einhverfr commented 11 months ago

This provides consistent handling of things like the arguments needed to connect with the Lenkwerk db. The goal is to ensure testability in all programs by moving the non-testable components to a few dedicated places. A simple program for running the lenkwerk agent (once that is merged) is included.

Fixes #80