/file-reader

Read files from the storage services and push them for further processing

Primary LanguageJava

File Reader Service

The scope of the application is to read the files recursively using the configured connection parameters for the specified storage.

The stored file content is then added as metadata in the RDBMS and sent for indexing on an external storage solution such as elasticsearch.

Build

Run following commands

  1. Format the code
mvn fmt:format
  1. Clean, compile the code
mvn clean package