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

Added FileManager EventSource with ICAv2 BYOB pipeline cache buckets #351

Merged

Conversation

victorskl
Copy link
Member

No description provided.

@victorskl
Copy link
Member Author

Feature story:
umccr/infrastructure#434

Related PR:
umccr/infrastructure#436

@victorskl victorskl self-assigned this Jun 13, 2024
@victorskl victorskl added the feature New feature label Jun 13, 2024
@victorskl victorskl requested a review from mmalenic June 13, 2024 09:35
Copy link
Member

@mmalenic mmalenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment on lines +55 to +60
export const icav2PipelineCacheBucket: Record<AppStage, string> = {
[AppStage.BETA]: 'pipeline-dev-cache-503977275616-ap-southeast-2',
[AppStage.GAMMA]: 'pipeline-stg-cache-503977275616-ap-southeast-2',
[AppStage.PROD]: 'pipeline-prod-cache-503977275616-ap-southeast-2',
};

Copy link
Member

@mmalenic mmalenic Jun 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So these are all buckets that forward events to the respective accounts which then get ingested by filemanager?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. And, there will be more...

@victorskl
Copy link
Member Author

Merging...

@victorskl victorskl merged commit ce82cb8 into main Jun 14, 2024
5 checks passed
@victorskl victorskl deleted the filemanager-eventsource-icav2-pipeline-cache-buckets branch June 14, 2024 00:03
victorskl added a commit to umccr/infrastructure that referenced this pull request Jun 14, 2024
… ctTSOv2 result

* While building OrcaBus actively, we use current Portal to show ctTSOv2 output as new tab.
  * #434
  * umccr/data-portal-apis#684

* Once new output path convention is stable, we can statically filter prefix only to subscribe cttsov2.
  * umccr/orcabus#350

* Related FileManager PR
  * umccr/orcabus#351
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate data account S3 events to OrcaBus event source SQS
2 participants