An open source data visualization analysis platform, providing a variety of large screen templates

An open source data visualization analysis platform, providing a variety of large screen templates

2022-09-02 0 583
Resource Number 38011 Last Updated 2025-02-24
¥ 0USD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

This issue recommends an open source data visualization analysis platform——DataGear。

An open source data visualization analysis platform, providing a variety of large screen templates插图

DataGear is an open source data visualization analysis platform, you can freely make any data visualization Kanban you want, support access to SQL, CSV, Excel, HTTP interface, JSON and other data sources. The main functions of the system include: data management, SQL workbench, data import/export, data set management, chart management, Kanban management, etc.

functional characteristics

  • Dynamic access to multiple data sources

Supports dynamic access to any database that provides the JDBC driver, including relational databases such as MySQL, Oracle, PostgreSQL, and SQL Server, and big data engines such as Elasticsearch, ClickHouse, and Hive.

  • Supports data sets in multiple formats

You can create SQL, CSV, Excel, HTTP interface, and JSON data sets, define data sets as dynamic parameterized data sets, and add data set parameters such as text boxes, drop-down boxes, date boxes, and time boxes to support the construction of dynamic interactive charts.

  • Rich and powerful chart function

Charts can aggregate multiple data sets in different formats, easily build year-on-year and quarter-on-month data charts, built-in line charts, bar charts, pie charts, maps, radar charts, funnel charts, scatter charts, K charts, Sankey charts and other 50+ out-of-the-box charts, and support custom chart configuration items, support to write and upload custom chart plug-ins.

  • Freely editable data visualization page

The visual page uses the native HTML web page as a template, you can freely edit the page content, import any HTML web page, add extended attributes to the elements to bind and configure charts, the page built-in rich API, you can build chart linkage, data drilling, asynchronous loading, interactive forms and other personalized data visualization pages.

architecture diagram

An open source data visualization analysis platform, providing a variety of large screen templates插图1

install DataGear

1.Install the JRE

JRE 1.8 or later is required.

2. Download the latest software package

site:
https://gitee.com/datagear/datagear/attach_files/850057/download/datagear-2.9.0.zip

3. Unzip package

When extracted, a folder named datagear-[version] is generated

4. Start service

  • Linux:execute datagear-[version]/startup.sh
  • Windows:execute datagear-[version]/startup.bat

5. Open from browser

import:http://localhost:50401

6. Other notes:

  • At first, the system has a built-in administrator account. The account name and password are admin
  • All data of the system is stored in the [user home directory]/.datagear folder. Please back up this folder when necessary.
  • The system database uses the built-in Derby database, stored in the [user home directory]/.datagEAR /derby folder.
  • System default to allow anonymous users to access and use, in the config/application. The properties set disableAnonymous configuration items can disable this feature. Example:
disableAnonymous=true
  • The default system allows the user to the independent registered in the config/application. The properties set disableRegister configuration items can disable this feature. Example:
disableRegister=true
  • System default allow anonymous users to use all of its functions in the config/application. The properties set defaultRole. Anonymous configuration items can be adjusted this feature. The following configuration example gives anonymous users only permission to browse data, but no permission to create or edit data:
defaultRole.anonymous=ROLE_DATA_ANALYST

Get started

1. Creating a Data Source (optional)

Click the + button under the Data Source column in the upper left corner of the home page to create a new data source, such as MySQL:

An open source data visualization analysis platform, providing a variety of large screen templates插图2

2. Create a new SQL data set (optional, perform this operation when a new data source is created)

Click the Data Set entry under Data Analysis in the upper left corner of the home page to add a SQL dataset:

An open source data visualization analysis platform, providing a variety of large screen templates插图3

3. Create a new JSON data set (optional, perform this operation if no new data source is created)

Click on the Data set entry under Data Analysis in the upper left corner of the home page to add a JSON data set:

An open source data visualization analysis platform, providing a variety of large screen templates插图4

4.new chart

Click on the Chart entry under the Data Analysis column in the upper left corner of the home page and add two charts, a bar chart and a pie chart:

An open source data visualization analysis platform, providing a variety of large screen templates插图5

An open source data visualization analysis platform, providing a variety of large screen templates插图6

5. Presentation chart

Click the “Save and display” button on the above Add chart page to see the chart display effect:

An open source data visualization analysis platform, providing a variety of large screen templates插图7

An open source data visualization analysis platform, providing a variety of large screen templates插图8

6. New signage

Click on the “Kanban” entry under the “Data Analysis” column in the upper left corner of the main page, add a Kanban, and add two <div> elements inside the Kanban template content <body></body> element:

<html>
<head>
...
</head>
<body>
  <div class="dg-chart" dg-chart-widget="Above bar chart chart ID"></div> 
  <div class="dg-chart" dg-chart-widget="Above bar chart chart ID"></div>
</body>
</html>

Alternatively, click the “Insert Chart” button, select the above two charts, and automatically insert these two elements, as shown below:

An open source data visualization analysis platform, providing a variety of large screen templates插图9

7. Display board

Click the “Save and display” button on the page above to see the Kanban display effect:

An open source data visualization analysis platform, providing a variety of large screen templates插图10

Interface example

  • large-size screen monitors

An open source data visualization analysis platform, providing a variety of large screen templates插图11

An open source data visualization analysis platform, providing a variety of large screen templates插图12

4459fb8da739435c8ddcd49f28a82ab7noop.image_

An open source data visualization analysis platform, providing a variety of large screen templates插图14

  • Map linkage

An open source data visualization analysis platform, providing a variety of large screen templates插图15

  • Filter by block

An open source data visualization analysis platform, providing a variety of large screen templates插图16

  • Chart interaction

An open source data visualization analysis platform, providing a variety of large screen templates插图17

  • Dark theme

An open source data visualization analysis platform, providing a variety of large screen templates插图18

  • data administration

An open source data visualization analysis platform, providing a variety of large screen templates插图19

An open source data visualization analysis platform, providing a variety of large screen templates插图20

An open source data visualization analysis platform, providing a variety of large screen templates插图21

Large screen template

In addition, datagear also prefabricated a variety of static large screen HTML templates, which can be used as Kanban templates to import DataGear data visualization analysis platform and make large screen display data visualization Kanban.

Template address:
https://gitee.com/datagear/DataGearDashboardTemplate

Effect drawing:

An open source data visualization analysis platform, providing a variety of large screen templates插图22

An open source data visualization analysis platform, providing a variety of large screen templates插图23

An open source data visualization analysis platform, providing a variety of large screen templates插图24

An open source data visualization analysis platform, providing a variety of large screen templates插图25

You can read more on your own.

资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free source code An open source data visualization analysis platform, providing a variety of large screen templates https://ictcoder.com/kyym/an-open-source-data-visualization-analysis-platform-providing-a-variety-of-large-screen-templates.html

Share free open-source source code

Q&A
  • 1, automatic: after taking the photo, click the (download) link to download; 2. Manual: After taking the photo, contact the seller to issue it or contact the official to find the developer to ship.
View details
  • 1, the default transaction cycle of the source code: manual delivery of goods for 1-3 days, and the user payment amount will enter the platform guarantee until the completion of the transaction or 3-7 days can be issued, in case of disputes indefinitely extend the collection amount until the dispute is resolved or refunded!
View details
  • 1. Heptalon will permanently archive the process of trading between the two parties and the snapshots of the traded goods to ensure that the transaction is true, effective and safe! 2, Seven PAWS can not guarantee such as "permanent package update", "permanent technical support" and other similar transactions after the merchant commitment, please identify the buyer; 3, in the source code at the same time there is a website demonstration and picture demonstration, and the site is inconsistent with the diagram, the default according to the diagram as the dispute evaluation basis (except for special statements or agreement); 4, in the absence of "no legitimate basis for refund", the commodity written "once sold, no support for refund" and other similar statements, shall be deemed invalid; 5, before the shooting, the transaction content agreed by the two parties on QQ can also be the basis for dispute judgment (agreement and description of the conflict, the agreement shall prevail); 6, because the chat record can be used as the basis for dispute judgment, so when the two sides contact, only communicate with the other party on the QQ and mobile phone number left on the systemhere, in case the other party does not recognize self-commitment. 7, although the probability of disputes is very small, but be sure to retain such important information as chat records, mobile phone messages, etc., in case of disputes, it is convenient for seven PAWS to intervene in rapid processing.
View details
  • 1. As a third-party intermediary platform, Qichou protects the security of the transaction and the rights and interests of both buyers and sellers according to the transaction contract (commodity description, content agreed before the transaction); 2, non-platform online trading projects, any consequences have nothing to do with mutual site; No matter the seller for any reason to require offline transactions, please contact the management report.
View details

Related Article

make a comment
No comments available at the moment
Official customer service team

To solve your worries - 24 hours online professional service