-
Notifications
You must be signed in to change notification settings - Fork 86
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
[Cron] could you generate data for OpenGalaxy? #1208
Comments
/self-assign I can do this for you. To generate OpenGalaxy global data for every month, I think we can reuse the condition of basic metrics export task which is We can export all the repos and users nodes with monthly OpenRank value larger than With the value above, we can get a graph with 94,789 nodes and 133,960 edges for 2023-01 which is a desirable graph size. And also I will formalize the edge length into 10 - 30 due to the activity score so the graph will be rendered to OpenGalaxy in a proper way. A 3,000 iteration layout calculation process will be used to generate position in 3D space, I will try my best to give a continuous position layout result. |
I think we can also export label data to a new file so you can use in OpenGalaxy to render different color for the nodes. |
Hi @frank-zsy, thank you for the explanation on export details. By "also export label data", what do you mean? Is it another file different from https://oss.x-lab.info/open_galaxy/v2/labels.json? |
The |
That sounds great! |
I would like to generate all the data for OpenGalaxy by month from 201501 to 202301 with continuous layout positions. And I will upload the data to OSS under folders named 201501 - 202301, which means you can set Does this make sense to you? @tyn1998 |
Is |
OK, I think it is |
@tyn1998 Do you think you will put more effort in OpenGalaxy, I found it is really hard to give a continuous layout for 3d galaxy, is data in 2023-01 enough for now? I can not find a proper way to generate the data. The parameters we should consider are:
So I think this will be a long term task to generate layouts for timeline. |
Hi, @frank-zsy, thanks a lot for your effort! The knowledges and skills for generating continuous layouts for OpenGalaxy are indeed complex. I agree with you that more time and energy should be involved to complete the challenge. For now, the data of 2023-01 is enough for building a demo application. |
@tyn1998 Thanks, I will look into the details in the future. |
Hi @frank-zsy, could you export OpenGalaxy data of |
Hello @frank-zsy, could you export the data of |
Description
Reference: X-lab2017/open-galaxy#34
Hi guys, may I request for a cron task generating data for OpenGalaxy? If you can help, please describe how you will have filtered nodes and links to decrease the size of the graph data when the PR is created.
Cron Expression
every month
The text was updated successfully, but these errors were encountered: