Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Pattern: aws-events-rule-kinesisstream-gluejob #40

Closed
1 of 2 tasks
knihit opened this issue Aug 13, 2020 · 2 comments
Closed
1 of 2 tasks

New Pattern: aws-events-rule-kinesisstream-gluejob #40

knihit opened this issue Aug 13, 2020 · 2 comments
Assignees
Labels
feature-request A feature should be added or improved

Comments

@knihit
Copy link
Member

knihit commented Aug 13, 2020

AWS Events bridge acts as integration bus either within applications, across applications within an enterprise as well as AWS Marketplace vendors. Events coming in through the events bridge may required to be buffered or streamed and then processed through the application infrastructure. Kinesis data stream can provide the buffering of event messages. The event messages may require transformations based on where they are coming from. Glue ETL jobs can then transform that data and store this information either in DDB or Redshift or S3 or any other datastore for further processing.

Use Case

In my use case, I have streaming data that undergoes machine learning inferences (text, image, video among others). The ingested data can come from different sources with different schema structure, storing the input data and the machine learning inference to a normalized/ standard structure requires it go through an ETL transformation.

Proposed Solution

I can provide more details on this one if required.

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change
@knihit knihit added feature-request A feature should be added or improved needs-triage The issue or PR still needs to be triaged labels Aug 13, 2020
@knihit knihit changed the title aws-eventsbridge-kinesisdatastream-glueetljob New Pattern: eventsbridge-kinesisdatastream-glueetljob Aug 13, 2020
@hnishar hnishar removed the needs-triage The issue or PR still needs to be triaged label Aug 19, 2020
@hnishar
Copy link
Contributor

hnishar commented Aug 19, 2020

knihit@ This pattern makes sense and can be added to the backlog, let us know if you're interested in contributing it!

@hnishar
Copy link
Contributor

hnishar commented Sep 23, 2020

Suggest to break up the pattern into 1 - aws-events-rule-kinesisstream which is under active development, and 2 - aws-kinesisstream-gluejob

aws-events-rule-kinesisstream + aws-kinesisstream-gluejob = aws-events-rule-kinesisstream-gluejob

@hnishar hnishar changed the title New Pattern: eventsbridge-kinesisdatastream-glueetljob New Pattern: aws-events-rule-kinesisstream-gluejob Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved
Projects
None yet
Development

No branches or pull requests

3 participants