開源圖表——開源在線編輯複合自動圖表 開發背景 解決的問題 支持特性; 提供方案 流程 演示地址 購買地址 開源條款

開發背景

很多企業的業務對標準數據圖表有很多的業務系統需求,而開發的節奏一直跟不上的。在報表開發中,很多的企業的流程是這樣的:
1、BI負責數據的獲取整合加工;
2、業務部門負責自己數據的展示。
作爲業務部門,我們拿到已經整理的數據有多種提供形式:
1、接口,BI開發對應的數據接口,業務部門對接;
2、數據庫,BI將具體的數據存儲相應的數據庫;
3、搜索引擎,BI將數據明細整理到搜索引擎。
4、緩存,BI寫入實時計算的技術到緩存中。
所以在一段時間以內,我們的報表一直有前後端的資源投放在這些膠水代碼的編寫中。剛好的在武漢疫情爆發的這段時間,我有了一些閒暇的時間,解決這個問題,而把我的這個事情從Todo List中移除。

解決的問題

1、業務無編碼開發圖表;
2、多種數據源接入方式;
3、複合報表的靈活組裝;

支持特性;

1、多種佈局支持(單排、雙排、組合、Tab);
2、多種數據源支持;
3、數據加工支持;
4、複合報表組合;
5、智能數據導出;

提供方案

1、前端支撐庫React-Auto-Chart的支持;
2、後端多數數據源驅動Graphreport_Drive庫支持;
3、前端微服務管理Graphreport_Admin_Frontend支持;
4、後端圖表管理Graphreport_Admin_Backedn支持;

流程

創建數據源

創建圖表

創建組合圖表

演示地址

演示地址
賬號:autochart,密碼:autochart

購買地址

購買鏈接
學生如需要請直接給我發郵件,僅供學習。

開源條款

GPLv3 License

A library named React Auto Chart to draw chart according json configuration

Copyright (C) 2020 linwaiwai([email protected])

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Important Note ! :

This library is using opensource license GPLv3.

If your want to have it for commerce use, please contract author to be granted.

All the income will be donated to support the work of doctor at Wuhan Province in China until the epidemic of Wuhan ends.

Commerce authorization package will include frontend and backend solution, in which The frontend solution includes auto chart component and a micro frontend service which contains admin tools for json configuration, the backend is a SDK tool based on the SpringBoot.

All this will cost you only 500 yuan/year for public welfare. What a good deal.

Power by linwaiwai

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章