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

feat: adding the metrics service for the sns and sqs use case #22

Merged
merged 10 commits into from
Sep 25, 2024

Conversation

leoporoli
Copy link
Collaborator

@leoporoli leoporoli commented Sep 23, 2024

This PR aims to add a new Metrics service that will be in charge of showing Page visit metrics from the FrontEnd service.

The main goal is to implement an AWS SNS/SQS use case. The frontend service publishes new messages on the SNS topic. The metrics service consumes those messages from the AWS SQS service and then streams the messages to the metric's front end through a WebSocket connection.

The PR also includes some refactors mainly in the library section and all the configurations for building and publishing the new service image.

Tiltfile Show resolved Hide resolved
src/libraries/events/middleware.go Show resolved Hide resolved
src/libraries/events/middleware.go Outdated Show resolved Hide resolved
@leoporoli leoporoli merged commit d8a1996 into main Sep 25, 2024
3 checks passed
@leoporoli leoporoli deleted the lporoli/sns-sqs branch September 25, 2024 17:19
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.

2 participants