Adobe Datawarehouse API and Elastic Search | Community
Skip to main content
arpits88575721
Level 2
May 19, 2021
Solved

Adobe Datawarehouse API and Elastic Search

  • May 19, 2021
  • 1 reply
  • 1259 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by amgup

Hi @arpits88575721 

It totally depends on your requirement. If you want to schedule datawarehouse report and automate it to be pulled in elasticSearch than use FTP. If you want to push data one time to elasticSearch than you can directly use API response.
I will suggest to check the below links :-
https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-warehouse-api/index.md

https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html#/Report/Report.Queue

1 reply

amgupAccepted solution
Level 7
May 20, 2021

Hi @arpits88575721 

It totally depends on your requirement. If you want to schedule datawarehouse report and automate it to be pulled in elasticSearch than use FTP. If you want to push data one time to elasticSearch than you can directly use API response.
I will suggest to check the below links :-
https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/data-warehouse-api/index.md

https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html#/Report/Report.Queue