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!

gefragt vor einem Jahr905 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Jahr
  • Thank you so much, this is very helpful.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen