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)