https://github.com/arsulegai/file-reader
Read files from the storage services and push them for further processing
https://github.com/arsulegai/file-reader
big-data file-reader file-search
Last synced: 22 days ago
JSON representation
Read files from the storage services and push them for further processing
- Host: GitHub
- URL: https://github.com/arsulegai/file-reader
- Owner: arsulegai
- Created: 2024-01-22T22:01:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T01:19:30.000Z (over 2 years ago)
- Last Synced: 2025-01-11T22:14:12.178Z (over 1 year ago)
- Topics: big-data, file-reader, file-search
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
```shell
mvn fmt:format
```
2. Clean, compile the code
```shell
mvn clean package
```