I'm interested in sending Apache2 access logs directly to CouchDB or some other document storage system. Do you know of any Apache2 modules that do this, or what options there would be to write one myself?
I'm interested in sending Apache2 access logs directly to CouchDB or some other document storage system. Do you know of any Apache2 modules that do this, or what options there would be to write one myself?
A start could be this thread.
mod_ log _sql can log directly to MySQL. When the data is so nicely normalized, why go and toss it all into a key->value system like Couch?
I've started writing a module which does this it's still at an alpha stage at the moment but you can take a look, I can't confirm it will compile on anything other than Linux at the moment though! https://sourceforge.net/p/mod-log-couchdb/