onemoredata / bagger

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

Componentization: Move Bagger::Agent::Drivers::TestDecoding to CPAN #69

Closed einhverfr closed 10 months ago

einhverfr commented 11 months ago

This module offers nothing specific to Bagger and is generally usable. We should consider re-implemneting it in CPAN, perhaps under the PGObject namespace (maybe PGObject::Util::TestDecoding?) and thus move it into general space.

Also consider moving it to Parse::RecDescent from crawling slowly using regexps.