-
Notifications
You must be signed in to change notification settings - Fork 56
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for snowplow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dc37073
to
7a37d67
Compare
- **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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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?
There was a problem hiding this 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.
No description provided.