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

Schema refactor #16

Open
zzarcon opened this issue Dec 13, 2015 · 0 comments
Open

Schema refactor #16

zzarcon opened this issue Dec 13, 2015 · 0 comments

Comments

@zzarcon
Copy link
Member

zzarcon commented Dec 13, 2015

Tables

  • repository
  • user
  • repository_user

repository

Information about the github repository. The data will be updated every N hours

  • Id
  • gh-id
  • stars
  • name
  • description
  • language

user

Information about the github user.

  • id
  • gh-id
  • name

repository_user

Tracks which users are subscribed to which repos

  • id
  • repository_id
  • user_id
  • last_stars
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

No branches or pull requests

1 participant