- 授权协议: GPLv3
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://fnordmetric.io/chartsql/
- 软件文档: http://fnordmetric.io/documentation
- 官方下载: http://fnordmetric.io/documentation/installation/
软件介绍
FnordMetric ChartSQL 可以让你用 SQL 语句来生成图表,图表可使用 SVG 向量图进行渲染,可轻松的嵌入到网页中。ChartSQL 可以通过 FnordMetric Server 直接在 Web 端运行并生成图表,如下图所示:一个简单的例子:
IMPORT TABLE city_temperatures FROM 'csv:examples/data/city_temperatures.csv?headers=true'; DRAW LINECHART WITH AXIS BOTTOM; SELECT city AS series, month AS x, temperature AS y FROM city_temperatures;
然后你可以使用命令行来生成图表:
$ fnordmetric-cli --format=svg my_chart_sql_query.sql
图表效果:
The Art of Computer Programming, Volumes 1-3 Boxed Set
Donald E. Knuth / Addison-Wesley Professional / 1998-10-15 / USD 199.99
This multivolume work is widely recognized as the definitive description of classical computer science. The first three volumes have for decades been an invaluable resource in programming theory and p......一起来看看 《The Art of Computer Programming, Volumes 1-3 Boxed Set》 这本书的介绍吧!
