Skip to content

Fix links in Live Profiles accelerator #1281

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mscwilson
Copy link
Collaborator

No description provided.

@mscwilson mscwilson requested a review from miike June 12, 2025 09:49
Copy link

netlify bot commented Jun 12, 2025

Deploy Preview for snowplow-docs ready!

Name Link
🔨 Latest commit 7a37d67
🔍 Latest deploy log https://app.netlify.com/projects/snowplow-docs/deploys/684ac5f6ee9b7c00082bf9b9
😎 Deploy Preview https://deploy-preview-1281--snowplow-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mscwilson mscwilson force-pushed the fix_link_kafka_accelerator branch from dc37073 to 7a37d67 Compare June 12, 2025 12:20
- **Snowplow Collector and Snowbridge** for event processing and forwarding.
- **Live Viewer Backend** for managing real-time data with Kafka and DynamoDB.
- **Live Viewer Frontend** for visualizing real-time user activity on the web tracking application.
- **Snowplow Collector and Snowbridge** for event processing and forwarding
Copy link
Contributor

Choose a reason for hiding this comment

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

event processing => collection?


You explored how to:
1. Use LocalStack to emulate AWS services for local development and testing
2. Launch and interact with the system components, such as the Kafka UI and LocalStack UI
Copy link
Contributor

Choose a reason for hiding this comment

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

Haven't run the accelerator but does Localstack provide a UI in the free version?

- Look into the output from Kafka and extend the Live Viewer to include information on the media being watched and the user.
- Replace Amazon DynamoDB with an alternative to be cloud agnostic, e.g. Google Bigtable or MongoDB.
- Look into the output from Kafka and extend the Live Viewer to include information on the media being watched and the user
- Replace Amazon DynamoDB with an alternative to be cloud agnostic, e.g. Google Bigtable or MongoDB
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe use Redis here instead of Google Bigtable? I get the sentiment but Bigtable isn't cloud agnostic (GCP only).


Run the following command to manage containers visually:

```bash
sudo ./docker/lazy.sh
```

### Inspect Infrastructure with LocalStack UI
### Inspect infrastructure with LocalStack UI

Visit the [LocalStack UI](https://app.localstack.cloud/) to inspect infrastructure components such as Kinesis and DynamoDB. Please note that a LocalStack account is required to view this.
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we just remove this assuming that the user doesn't have a paid account?

Copy link
Contributor

@miike miike left a comment

Choose a reason for hiding this comment

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

Just some minor changes / commentary.

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