Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to create S3 triggers in Apache Nifi

avatar
Expert Contributor

Hi all,

I have a scenario where I want to trigger a signal for a flow to start processing whenever there is some data available on S3 to process. In such a scenario, all processors will be EventDriven (except for the trigger), and only run if there is any data to process (or somehow we trigger them to start processing).

Scenario:

- Whenever a file(or files) lands on S3, launch SQL queries (create table, copy data etc)

So, what would be a good way for defining such a trigger?

Thanks

1 ACCEPTED SOLUTION

avatar
1 REPLY 1

avatar

Hi Obaid, please take a look at https://community.hortonworks.com/articles/49467/integrating-apache-nifi-with-aws-s3-and-sqs.html

The missing piece in your description is SQS.