Skip to content

Commit

Permalink
docsify init
Browse files Browse the repository at this point in the history
  • Loading branch information
zyongctrp committed Jan 16, 2018
0 parents commit 752ffe1
Show file tree
Hide file tree
Showing 137 changed files with 11,740 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
Empty file added .nojekyll
Empty file.
85 changes: 85 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
## Introduction
An **open** BI Dashboard platform that supports **interactive** multi-dimensional report design and data analysis. Server side framework is Spring+MyBatis and front-end is based on AngularJS1 and Bootstrap. The whole architecture graphic is as below:

<div style="text-align:center">
<img class="img-responsive" src="./assets/arch.png" />
</div>


### Screenshot
![](/assets/cboard_snapshot.png)

### Near Realtime data refresh
**Be attention, refresh level is cube level rather than whole dashboard **

![realtime_demo](/assets/realtime_dashboard.gif)

## Features Of CBoard

* Simple and beautiful interface and layout</li>
* Lightweight architecture and concise source code, the entire project does not rely on any third-party multi-dimensional analysis tools </li>
* Front page style and layout of CBoard is based on <a href="http://echarts.baidu.com/">AdminLTE2</a></li>
* The chart plugin uses <a href="http://echarts.baidu.com/">ECharts</a> </li>
* Javascript uses MVVM AngularJS 1.X framework </li>
* Interactive, drag-and-drop **OLAP** classisc report development experience
* One dataset, multiple report widgets. Maximize reuse query resoult
* Supports OLAP slice filter operation
* Supports sort multiple columns/rows at the sametime
* Global query cache, to avoid repeated query requests for data
* Support common charts and cross tables</li>
* Columnar/Stacked vertical and horizontal bar and line mixed chart with dual axis view
* Pie chart
* Radar Chart
* Sanky Chart
* Funnel Chart
* KPI Widget
* Cross-tabulation (Support Drill Down/Roll Up)
* China Map
* Bubble Chart
* Support JDBC data connection
* Support Native Elasticsearch connection for version 1.x, 2.x, 5.x
* Support Native Kylin connection for version 1.6
* Support to connect one of the most popular open source multi-dimensional analysis of products **Saiku2**, and will be able to selectively create data and graphics
* Cube level data refresh / realtime chart for quick query
* Easy to implement your own **DataProvider** to connect any data source. Even for expensive commercial BI suite, it's not possible to connect all the NOSQL and NewSQL data source in the era of big data. Due to the schema of NOSQL are various, such as hash tables, arrays, trees, maps, etc., different people using the same NoSQL products designed Schema may vary widely. The user who most familiar with their storage schema are the user themselves. And it's easy to find a Java programmers to code a Class to connect their own data source. So we leave this part of work to the end user with an easy extended data connection framework in CBoard

## Demo
### Load Data from query or DataSet
![case 0-switchdataload](/assets/9a874210-cb7d-11e6-9b7e-11721aac322c.gif)
### Base Operation
![case 1-](/assets/9c2ead88-cb7d-11e6-9ae4-4c1990f675c2.gif)
### Switch Chart
![case2](/assets/9de976b2-cb7d-11e6-8217-4290e5ad039b.gif)
### Type Calculated Measure
![case 3-calculatedmeasures 1](/assets/9f3be54a-cb7d-11e6-882b-ef82bbb5100b.gif)
### Add Dashboard Parameters
![case4-addboardparam](/assets/74216f2e-cb82-11e6-9612-390a2f93184c.gif)
### Use Parameters
![case4-useparam](/assets/73f81fe8-cb82-11e6-95ea-d98b43a4abf2.gif)


## Access Control
**RBAC** (Role Based Access Control), easy admin and view your users' role and roles' access resource list in one page.
- Grant roles to user by left **Grant** button.
- Grant access resource to a role by right **Grant** button.
- Resource can only be granted to role. A user can act as more than one roles.

![image](/assets/UserAdmin_Snap.png)


# Road Map
All tasks are listed in [Issue Page](https://github.com/yzhang921/CBoard/issues) group by milestone.
Also you can get our development status from [Project Page](https://github.com/yzhang921/CBoard/projects)


## Contact us
You can create any issue or requirements through the Issue system of github.
If you like CBoard then use it, contribute to CBoard and **don't forget to star it** :star:
Waiting for your Contribution and pull request!


# Let us kown you are using CBoard
If your company is using CBoard or prepare to use it, please let us known

# Donate (请我们喝咖啡)
![image](/assets/3eb1f00e-46b4-11e7-900f-77d9b1499f6b.png)
21 changes: 21 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- [首页](README.md)
- [前言](zh-cn/preface.md)
- 学习
- [安装与配置](zh-cn/manual/install.md)
- [数据源管理](zh-cn/manual/datasource.md)
- [数据集管理](zh-cn/manual/dataset.md)
- [图表设计](zh-cn/manual/widget.md)
- [看板设计](zh-cn/manual/dashboard.md)
- [定时任务](zh-cn/manual/job.md)
- [资源分享](zh-cn/manual/shareResource.md)
- [用户与权限管理](zh-cn/manual/userAdmin.md)
- 常见问题
- [性能优化]](zh-cn/discuss/optimize.md)
- [常见问题](zh-cn/discuss/faq.md)
- 开发
- [开发环境搭建](zh-cn/development/devEnv.md)
- [怎么贡献代码](zh-cn/development/howToContribute.md)
- 其他
- [发布日志](zh-cn/extra/releaseNote.md)
- [系统升级](zh-cn/extra/updateApp.md)
- [谁在使用CBoard](zh-cn/extra/customer.md)
Binary file added assets/1_OpenProject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2_show_toolbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/2_show_toolbar_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/3eb1f00e-46b4-11e7-900f-77d9b1499f6b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/4_Facets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/62f937b6-c2d3-11e6-9d68-71ab6d6c947c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/6_Artifacts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/6d91308c-c2cb-11e6-8366-3422662c0837.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/73f81fe8-cb82-11e6-95ea-d98b43a4abf2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/74216f2e-cb82-11e6-9612-390a2f93184c.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/952a5bfc-c2ce-11e6-89c9-fd15b514c173.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/9a874210-cb7d-11e6-9b7e-11721aac322c.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/9c2ead88-cb7d-11e6-9ae4-4c1990f675c2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/9de976b2-cb7d-11e6-8217-4290e5ad039b.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/9f3be54a-cb7d-11e6-882b-ef82bbb5100b.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/AddTomcatRunConf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Chart_Bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Chart_Radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Deploy1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Deploy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ES-CM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/EditRunConf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/KylinDataSet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/RBAC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Range_Filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Saiku_Rep.jpg
Binary file added assets/Sanky.png
Binary file added assets/TimeLineBoard.png
Binary file added assets/UserAdmin_Snap.png
Binary file added assets/add_job.png
Binary file added assets/alipay.png
Binary file added assets/arch.png
Binary file added assets/arch2.png
Binary file added assets/board_param_template.png
Binary file added assets/board_snapshot.png
Binary file added assets/cboard_snapshot.png
Binary file added assets/chart_funnel.png
Binary file added assets/chart_pie.png
Binary file added assets/config_param_slider.png
Binary file added assets/config_widget.png
Binary file added assets/cross_table.png
Binary file added assets/cross_table_desc.png
Binary file added assets/datasource-presto.png
Binary file added assets/datasource-textfile.png
Binary file added assets/demo_datasource.png
Binary file added assets/drill_table.gif
Binary file added assets/ds-test-es.png
Binary file added assets/es-cm-completer.png
Binary file added assets/es-datasource.png
Binary file added assets/es-overide-completer.png
Binary file added assets/es-override.png
Binary file added assets/es_dataset.png
Binary file added assets/filter.png
Binary file added assets/jdbc-datasource.png
Binary file added assets/job_email_config.png
Binary file added assets/kylin-native-datasource.png
Binary file added assets/line_bar.png
Binary file added assets/login.jpg
Binary file added assets/new_datasource.png
Binary file added assets/pre-filter.png
Binary file added assets/push-agg-down.png
Binary file added assets/realtime_dashboard.gif
Binary file added assets/saiku_crtbl.png
Binary file added assets/saiku_crtbl_header.png
Binary file added assets/saikuquery.jpg
Binary file added assets/schema.png
Binary file added assets/select-2.png
Binary file added assets/selects_custom_override.png
Binary file added assets/share_resource.png
Binary file added assets/slider_param.png
Binary file added assets/timeline_collapse.png
Binary file added assets/tunning-roadmap.png
Binary file added assets/use-steps.png
Binary file added assets/widget_desginer.png
7 changes: 7 additions & 0 deletions css/font-awesome-4.7.0/HELP-US-OUT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
Loading

0 comments on commit 752ffe1

Please sign in to comment.