相比于 Python ,golang 可以更加方便的实现跨平台二进制的分发。相比之下会更适合做成 cli 。不过要评估 Go 是否有对应的依赖
pandas 类似的数据分析库
matplotlib 类似的方便的绘图库。如果无法方便的绘图,实现一个 go 版本的不划算。
Contributor guide
Tech stack
gopython
Domain
clidata
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
over 1 week
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
blocked
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Go languagedata analysisCLI basics
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
This issue proposes porting the Python based Grank tool to Go for easier cross platform CLI distribution. The main research direction is to evaluate whether Go has mature libraries equivalent to pandas and matplotlib for data analysis and plotting. Investigate libraries like 'gota' for dataframes and 'go echarts' or 'plotly' for visualization. Check the current assignee's progress and assess if the Go ecosystem is suitable.