franchise:一个用于sql的开源笔记本。
Github:https://github.com/hvf/franchisecss
今天意外在群里发现了一个sql可视化工具,能够将查询的数据以图(散点图,条形图,线形图)的形式展现出来,很是客观,速度也很是快,只需经过浏览器便可使用,也能够直观的查看文件中的数据,好比CSV,JSON,XLSX。html
根据github的描述,能够在线使用,也能够以开发模式在本地使用。node
官网:https://nodejs.org/en/
中文网:http://nodejs.cn/git
查看菜鸟教程,讲的很详细。github
如上,表示node安装成功。sql
Yarn官网:https://yarnpkg.com/
中文官网:https://yarn.bootcss.com/
Yarn Github地址:https://github.com/yarnpkg/yarn数据库
安装文档:https://yarn.bootcss.com/docs...
安装yarn以前需先安装node,看前文描述。npm
若想直接经过在线franchise使用浏览器链接数据库,需事先安装node,而后在命令行执行:npx franchise-client@0.2.7 便可。windows
提早安装npm或yarn。浏览器
打开Git终端,下载项目
git clone --depth 1 https://github.com/HVF/franch...
进入项目目录
cd franchise
安装项目依赖项
yarn install (or npm install)
启动开发服务器
yarn start (npm start)