当前位置:网站首页>The operation process of using sugar to make a large data visualization screen
The operation process of using sugar to make a large data visualization screen
2022-07-01 12:04:00 【Rain cloud 21】
Baidu data visualization Sugar Address :https://sugar.bce.baidu.com
Register account number first , After the account is registered successfully, there is a 30 Free trial period of days , Then we can use 30 God, what's going on .
1、 Get into ” The first space “
After entering, you can see such a page , The operation steps are displayed on the home page

2、 Connect to data source
the Sugar Connect to your own relational database , Give Way Sugar Be able to use and query the data in your database .
This is the official website to add data source documents :https://cloud.baidu.com/doc/SUGAR/s/Dk6z5xn67
Please add... In your database authorization before adding a data source IP White list :183.240.92.0/24、111.45.0.0/22、14.215.188.4/25
Click add data source in the upper right corner , Then fill in the relevant information , The data source name can be filled in casually , Others correspond to their own database .

After adding successfully, the page :

3、 Creating a data model
Click... Just after the new data source in the figure above “ Creating a data model ”

Then drag the table on the left to the right with the mouse

Put the value to be displayed in “ Measure ” part , Then save it in the upper right corner .
4、 Create a large screen
Click New , There are many templates , Choose one you need , Or you can design one yourself

After creating the large screen, enter the large screen editor , You can do the following :
- Add various charts through the toolbar at the top
- Click to select the chart , You can drag to change the position and size of the chart , And delete the chart ,
- Layer management on the left side of the page , You can adjust the layer of the chart , So as to change the coverage relationship between charts
- After selecting the chart, you can change the data binding of the chart , Replace with real data
Practice :
The data binding method is : Data model
Select the data model to use , Then drag the dimension field to X Axis , Drag the measurement field to Y Axis , The data on the horizontal column chart will be refreshed automatically :

5、SQL Modeling binding data
Add a chart in the large screen editor , Then select the data binding method as SQL modeling , Click the plus sign at the bottom right to create a new SQL Model

Here's the picture :SQL Write the model name casually , The data source is the database just added ,SQL Statement query the fields you want to display , Then use these two fields to model

Be careful :limit If you don't write , The system will automatically add limit 0, 5000
Finally, bind the data to X Axis Y Axis , It is suggested to debug first

6、 Set the scheduled refresh of the chart
The charts in the large screen can be set to refresh automatically every time , So as to achieve real-time data (SAAS Minimum version 10 second , Private deployment is the shortest 1 second )

Finally, save the preview in the upper right corner :

Finally, attach the official document of the product :https://cloud.baidu.com/doc/SUGAR/index.html
边栏推荐
- Explore the contour detection function findcontours() of OpenCV in detail with practical examples, and thoroughly understand the real role and meaning of each parameter and mode
- C summary of knowledge points 3
- Talk about the pessimistic strategy that triggers full GC?
- The Missing Semester
- 基于IMDB评论数据集的情感分析
- Consolidate -c operator
- Redis configuration environment variables
- C summary of knowledge points 1
- 2022/6/28学习总结
- Wechat applet development - user authorization to log in to "suggestions collection"
猜你喜欢

GID:旷视提出全方位的检测模型知识蒸馏 | CVPR 2021

二叉堆(一) - 原理与C实现

【单片机】【数码管】数码管显示

2022/6/28学习总结

Mechanism and type of CPU context switch

NOV Schedule for . Net to display and organize appointments and recurring events

Prepare for the Blue Bridge Cup Day10__ PWM control light brightness

CPI tutorial - asynchronous interface creation and use

Summary of JFrame knowledge points 1

The Missing Semester
随机推荐
ES6 promise Usage Summary
Redis configuration environment variables
Computer graduation project asp Net hotel room management system VS development SQLSERVER database web structure c programming computer web page source code project
Neo4j 中文开发者月刊 - 202206期
Why does the JVM heap memory exceed 32g and pointer compression fail?
JS date format conversion method
Joint Time-Frequency and Time Domain Learning for Speech Enhancement
Comment Nike a - t - il dominé la première place toute l'année? Voici les derniers résultats financiers.
redis中value/list
Value/list in redis
研发效能度量框架解读
Value/sortedset in redis
邻接矩阵无向图(一) - 基本概念与C语言
Custom grpc plug-in
Seckill system 03 - redis cache and distributed lock
Exposure: a white box photo post processing framework reading notes
耐克如何常年霸榜第一名?最新财报答案来了
MQ prevent message loss and repeated consumption
Software project management 9.2 Software project configuration management process
LeetCode力扣(剑指offer 31-35)31. 栈的压入弹出序列32I.II.III.从上到下打印二叉树33. 二叉搜索树的后序遍历序列34. 二叉树中和为某一值的路径35. 复杂链表的复制