MagicSoup / java-event-manager-indexer

Event Manager : The indexer application
0 stars 0 forks source link

[Indexer] Which ETL to use #1

Open RienderieN opened 1 year ago

RienderieN commented 1 year ago

Given an open source and free ETL When we load/filter/transform/mapp board game data from BoardGameGeek's api Which ETL will be better for our requirements in order to facilitate maintainability and manageability of data source.

RienderieN commented 1 year ago

After try several ETL, apache NIFI and Camel were selected:

In conclusion, for a first draft we can use spring boot with spring batch with paralelling processing multi step. In ours resource changes, like csv or other types, a migration of steps to camel will be easy

MagicSoup commented 1 year ago

It's ok for me