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

Add GitHub schema to Postgres #3297

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Conversation

JerryHue
Copy link
Contributor

Issue This PR Addresses

Fixes #3215

Type of Change

  • Bugfix: Change which fixes an issue
  • New Feature: Change which adds functionality
  • Documentation Update: Change which improves documentation
  • UI: Change which improves UI

Description

This PR adds a new table schema to Postgres to store the GitHub data we will scrape from the posts.

Steps to test the PR

  1. Pull the changes.
  2. Start the services (pnpm run services:start).
  3. Go to localhost:8910.
  4. Head over the default project and then find the database tables. There should be tables named github_users, github_repositories, and github_issues.

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Screenshots: This PR includes screenshots or GIFs of the changes made or an explanation of why it does not (if applicable)
  • Documentation: This PR includes updated/added documentation to user exposed functionality or configuration variables are added/changed or an explanation of why it does not(if applicable)

@gitpod-io
Copy link

gitpod-io bot commented Mar 23, 2022

humphd
humphd previously approved these changes Mar 24, 2022
HyperTHD
HyperTHD previously approved these changes Mar 24, 2022
@JerryHue JerryHue requested review from humphd and HyperTHD March 25, 2022 00:44
@JerryHue JerryHue merged commit 2ee4404 into Seneca-CDOT:master Mar 25, 2022
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.

Use Postgres to store GitHub data
5 participants