Class JDBCPipesReporterFactory

java.lang.Object
org.apache.tika.pipes.reporter.jdbc.JDBCPipesReporterFactory
All Implemented Interfaces:
PipesReporterFactory, TikaExtensionFactory<PipesReporter>, org.pf4j.ExtensionPoint

@Extension public class JDBCPipesReporterFactory extends Object implements PipesReporterFactory
Factory for creating JDBC pipes reporters.

Example JSON configuration:

 "reporter": {
   "jdbc-reporter": {
     "connectionString": "jdbc:postgresql://localhost/mydb",
     "tableName": "tika_status",
     "createTable": true
   }
 }