We want to extract data out of Adobe and store it in Elastic search and considering Adobe Datawarehouse API for the same purpose. There could be 2 options:
1. We schedule data & push it to FTP and then create a job to pull data from FTP to elastic search.
2. We remove FTP in the pipeline and start pushing data in elastic search as soon as we recieve API response from Adobe.
My question is what's more feasible and recommended approach?