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

[Feature] Export community OpenRank metric #1497

Closed
frank-zsy opened this issue Jan 12, 2024 · 3 comments · Fixed by #1605
Closed

[Feature] Export community OpenRank metric #1497

frank-zsy opened this issue Jan 12, 2024 · 3 comments · Fixed by #1605
Assignees
Labels
kind/community Community related issue or pull kind/feature Category issues or prs related to feature request. waiting for repliers need other's feedback

Comments

@frank-zsy
Copy link
Contributor

Description

As implemented in #1493 , we added community OpenRank task in OpenDigger.

Then we need to add an interface to get community OpenRank metric in OpenDigger and export the data too.

NOTE: we need to transform the community OpenRank to an unified value, so we can compare the contribution across different repositories.

@open-digger-bot open-digger-bot bot added kind/community Community related issue or pull kind/feature Category issues or prs related to feature request. labels Jan 12, 2024
@github-actions github-actions bot added the waiting for repliers need other's feedback label Jan 12, 2024
Copy link
Contributor

This issue has not been replied for 24 hours, please pay attention to this issue: @gymgym1212 @xiaoya-yaya @xgdyp

@frank-zsy
Copy link
Contributor Author

/self-assign

@frank-zsy
Copy link
Contributor Author

To export the data for a demo like this, we need to export the following data for repo in every month:

  • All the active nodes in the month, with the initial value of the node, the weight it relies on initial value, the type of the node.
  • For all the relationships in the network, the start and end index of the nodes, the weight to transfer the value within 0 to 1.

Since the values will only be used in the calculation procedure and community OpenRank task will only return the final value for every node, we need to embed the store process in the calculation stage which is in the community OpenRank task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community Community related issue or pull kind/feature Category issues or prs related to feature request. waiting for repliers need other's feedback
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant