Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

POC: save calculated data for github repo stats in GCP BigQuery #40

@Max-Levitskiy

Description

@Max-Levitskiy

Implementation, which should use this functionality: https://github.com/Web-tree/imprint/blob/master/backend/github/src/service/repo.service.ts

The BigQuery has a free tier limit high enough for our starting goals.

We should save in the BigQuery table imprint data for users.

Tables:

Cache for org stats:
Fields: user name(Github), week (timestamp), organisation, repo, commits amount, add, modified and delete lines.

Cache for repository stats
Fields: owner, is an organisation, repo name, branch name, week, commits amount, add, modified and delete lines, summary for the parameters for the week.

Imprint sources
Fields: union id, user-id, imprint.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions