3 个仓库
Utilities that perform data analysis and generate visual summaries directly within a terminal environment.
Distinct from Command Line Utilities: Distinct from general command line utilities as it focuses specifically on data analysis and visualization rather than system automation.
Explore 3 awesome GitHub repositories matching data & databases · Command Line Analytics Tools. Refine with filters or upvote what's useful.
Clip 是一个命令行数据可视化工具,旨在从文本描述生成基于图像的图表和图示。它作为一个图表生成器,在无需图形用户界面的情况下将书面数据和描述性模式转换为视觉格式。 该工具专注于生产可缩放矢量图形(SVG),将文本转图表的转换翻译为基于 XML 的矢量路径。这种方法允许自动创建专门适用于开发者文档的技术插图和图表。 该系统采用模板驱动的布局引擎来定位图表元素,并将数据结构映射为几何形状和视觉坐标。
Generates visual summaries and charts directly within a terminal environment.
Termgraph is a terminal data visualization library and command line analytics tool used to render bar charts, histograms, and heatmaps directly in the shell. It utilizes ANSI escape sequences and Unicode characters to generate colorful visual data representations within a text-based environment. The tool provides specialized capabilities for transforming raw datasets into horizontal or vertical bar graphs, column charts, and stacked charts. It also functions as a heatmap generator, mapping time-series data to a calendar layout to visualize temporal patterns over a year. The library supports
Transforms raw datasets into visual bar and column charts for quick analysis without leaving the terminal.
Data Hacks is a collection of command-line utilities designed for statistical computation, real-time stream processing, and text-based data visualization. The toolkit enables users to perform rapid analysis on large datasets directly within the terminal by processing information through standard input and output streams. The project distinguishes itself through its focus on memory-efficient, stream-oriented operations that allow for the analysis of large-scale data without requiring heavy infrastructure. It utilizes stateless functional transformations and reservoir sampling to handle data st
Provides a collection of terminal utilities for statistical computation, stream processing, and data visualization.