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

Pub/Sub integration #38

Merged
merged 12 commits into from
Nov 9, 2020
Merged

Pub/Sub integration #38

merged 12 commits into from
Nov 9, 2020

Conversation

ziruihao
Copy link
Contributor

@ziruihao ziruihao commented Nov 9, 2020

Pub/Sub integration

Motivation

Layup List is a powerful search engine that fields thousands of course lookups. The aim of this update is to transform Layup List to a live, dynamic, and data-driven platform that can give users insights on what's trending. We aggregate together course and reviewing activity to find patterns that can help inform students of what's happening campus-wide.

Implementation

This update implements GCP Pub/Sub publication pipeline to Layup List's core web views. On a course's page served by the course_detail Django view, we track the number of views for this particular course by publishing these logs to Pub/Sub which feeds into the BigQuery lake.

Referenced Issue(s)

@ziruihao ziruihao changed the title Pub/Sub integration for activity tracking Pub/Sub integration Nov 9, 2020
@jaismith
Copy link
Member

jaismith commented Nov 9, 2020

+1 for big data

@ziruihao ziruihao merged commit 06b4c63 into staging Nov 9, 2020
@ziruihao ziruihao mentioned this pull request Nov 10, 2020
ziruihao added a commit that referenced this pull request Nov 10, 2020
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