-
Notifications
You must be signed in to change notification settings - Fork 95
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
[OSS101] Task7: Open source domain visualization dashboard #1565
Comments
我想请问一下如果用自己的数据obtained independently,在数据上有什么要求吗 |
没有要求~,可以使用opendigger所提供的数据,也可以使用自己补充的数据~ |
所以用自己数据的话,就做一个能反映出我自己数据的具体情况的leaderboard就行了,是吗? |
只要是与开原生态相关的即可~ |
没事了,换成python的就可以了 |
不对,应该是用python version是可以打开notebook的,但是运行不了,因为是js的语法,但是如果用js的话,npm run notebook就会报上面的错误 |
应该是open-digger/src/cron/tasks/issue_reaction_importer.ts文件的问题,好像是部分库的改动导致有些方法不再支持了,我重新改完之后的文件发在下面了你们也可以看一下 |
const task: Task = {
|
使用不同的语言build npm run notebook,应使用不同的requirements,这个解决方案也许可以参考~#1578 |
Well try! getInstallationAccessToken方法似乎存在冗余,应该可以做得更好~ |
这个解决方案已经实现并在Windows和模拟linux环境下完成测试(try https://github.com/birdflyi/open-digger/tree/master in #1589 ),欢迎测试 @Peng99999 @pry666 😆 最重要的是,所有kernel各自的README.md都作了同步更新~ |
好的,我自己再尝试一下 |
这是由于python kernel的此函数已经过时了。相关函数在 我使用如下命令追溯了当时的文件结构:
发现标签目录结构与当前版本的结构不同: 建议:可以尝试通过维护此kernel或换用node.js、pycjs等方式解决。 |
未能复现。 |
Description
The task objective is to create an open source domain visualization dashboard based on the data provided by OpenDigger or obtained independently. This dashboard will primarily be used to display real-time status, trends, and relationships of large-scale data, enabling users to quickly and accurately understand the overall situation of the data.
In terms of visualization libraries, popular open-source options include D3.js, Echarts, Highcharts, AntV, etc. For frontend frameworks, React, Vue, Angular, and others are highly favored.
Additionally, there are numerous data visualization and analysis tools available. Open source tools like DataEase, Superset, Metabase, as well as commercial tools like Power BI, FineBI, Tableau, etc., can assist users in analyzing data rapidly and gaining insights into business trends.
Refer to:
https://dataease.nzcer.cn/#/delink?link=VBUnBtSHpoJsJKnGJWsDbhuX7Js9mi2jhQvVt5nqVlyHIyn2uAvAO0h%2BJCR7OiyfoxIqnVG7F7qo8HlMBBWNYw&user=gdj4ml2CihGOrtwIFyMIW%2BKZq1l7bZBb34K%2FTg3uKiph2AvSvsG%2FzjFBZ1TSJRFu1%2B3JYQ%2F4yOmgIasmNbUUgA
https://dataease.nzcer.cn/link.html?link=KcbYHnTCu1UOtKDl6xM4AReMV8OTtVNM2w/Hbv+HKmEE9qvzp9q/FIMrJWr6OREd8D8HQhKDEKKLOABsNjwS8A==&user=tFKg7LbjBr9YjnHFoJ8JqcIxGljN2DDlxW1yJ25LtQ6h0KaUxl0OLCG989V6ED+JWCQME60MXNyI//Em3K2eKA==
The text was updated successfully, but these errors were encountered: