elasticsearch-jdbc icon indicating copy to clipboard operation
elasticsearch-jdbc copied to clipboard

[Question] Use custom row processor/transformer and feed the output to elasticsearch

Open diptesh2007 opened this issue 4 years ago • 0 comments

Hi,

I have a typical requirement to:

Fetch from SQL -> Transform the rows to a custom object -> Identify the location of the file(binary) from transformed row attribute -> Parse the binary file through custom parser -> Pass the parsed information to elastic search for indexing

Do I need to use strategy and pipelining for the same?

diptesh2007 avatar Jul 12 '21 11:07 diptesh2007