Ingest data from a REST API and store into Redshift

0

We have a use case where we need to retrieve data from an external system using a REST API interface and store it into Redshift. The volume of data is expected to be quite small and the process needs to run on a schedule, once a day.

What tools and architecture is recommended for this?

Thanks!

已提问 1 年前905 查看次数
1 回答
1
已接受的回答

Hi,

I would reccomend the following:

If you want to have separated lambdas for retrieving data and store data to redshift, you could consider to use step function with 2 states, one for each lambda (retrieve data and store to redshift).

This link contains part of what you are trying to accomplish: https://aws.amazon.com/blogs/big-data/building-an-event-driven-application-with-aws-lambda-and-the-amazon-redshift-data-api/

Hope it helps ;)

profile picture
专家
已回答 1 年前
  • Thank you so much, this is very helpful.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则