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

Create the cloudevent-recorder module. #11

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

mattmoor
Copy link
Member

This module makes it easy to configure a recorder service that pulls events of particular types off of a cloudevent-broker's topics, rotates them into GCS, and sets up a BigQuery DTS job to import them into a schematized table of those events.

This module makes it easy to configure a recorder service that pulls events of particular types off of a
`cloudevent-broker`'s topics, rotates them into GCS, and sets up a BigQuery DTS job to import them into a
schematized table of those events.

Signed-off-by: Matt Moore <[email protected]>
Comment on lines +91 to +92
// TODO(mattmoor): Bring back pubsub notification.
# notification_pubsub_topic = google_pubsub_topic.bq_notification[each.key].id
Copy link
Member Author

Choose a reason for hiding this comment

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

cc @k4leung4

When you are back, we should chase this down. I dropped it in my prototyping.

@mattmoor mattmoor merged commit 5de9484 into chainguard-dev:main Dec 12, 2023
16 checks passed
@mattmoor mattmoor deleted the recorder-module branch December 12, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant