forked from AOT-Technologies/forms-flow-ai-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathredash_guide.html
93 lines (89 loc) · 5.33 KB
/
redash_guide.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<article class="docs-article">
<section class="docs-section" id="redash">
<div>
<ul>
<h1 id="forms-flow-analytics-usage-documentation">Formsflow Analytics Usage
Documentation</h1>
<hr>
<p>The process of how to use Redash is <a href="https://redash.io/help/">well
documented in official docs</a>. Some of the basic steps for working with
Redash are:</p>
<ol>
<li><em>Add Data sources</em></li>
</ol>
<p>You can connect with about 30+ supported data sources mentioned in docs from the
browser itself.
<img src="https://user-images.githubusercontent.com/70306694/125465830-2b6d3985-4dc8-423c-9947-5ae3d689cab0.png"
alt="image"><br>
</p>
<ol>
<li>
<p><em>Write Queries</em>
Once data is connected we can write queries. It’s always ideal to create
individual queries for the necessary visualizations. Writing queries is
a data preparation step to process data for visualization.</p>
<p><img src="https://user-images.githubusercontent.com/70306694/125465939-cf68ce67-c589-49d1-9110-067d0e896054.png"
alt="image"></p>
</li>
</ol>
<ol>
<li><em>Create Visualizations</em></li>
</ol>
<p>There are a variety of visualizations supported in Redash. Ten different
categories of visualization can be created with just drag and select features to
visualize from the queried data. Redash supports visualization types like
BoxPlot, Counter, BarCharts, Sunburst, Sankey, Word Cloud, line chart, Area
charts, etc. To learn how to create visualizations checkout Redash visualization
docs.</p>
<p><img src="https://user-images.githubusercontent.com/70306694/125466037-7b66530f-235b-4198-8c6f-46d556726963.png"
alt="image"></p>
<ol>
<li><em>Create Dashboards</em></li>
</ol>
<p>We can create interactive dashboards that can be embedded anywhere and shared
with colleagues easily. The queries can be refreshed periodically as more data
comes in.</p>
<p><img src="https://user-images.githubusercontent.com/70306694/125466079-02a24f12-58ed-40e4-a669-b88dbb456645.png"
alt="image"></p>
<p><em>5. Share Dashboad for public access</em></p>
<p>After you have created the dashboard to view it inside formsflow.ai solution.
Share the Dashboard and enable <code>Allow public access</code>.</p>
<p><img src="https://user-images.githubusercontent.com/70306694/135583411-a7e7ce1d-6792-4884-a133-b9dcd5446cb1.png"
alt="image"></p><br>
<div>
<h2 id="dashboard">Adding Dashboards on Admin page</h2>
<hr><br>
<p>
To enable dashboards, and provide authorization the following changes are required
in
existing installations:
<ol>
<li>Create a new main group called formsflow-analytics, and create as many subgroups
as you
want to associate various dashboards from Admin UI(in Designer)</li><br>
<img src="./assets/images/Screenshot 2022-05-16 123429.png" alt="image" height="300"
width="350"><br><br>
<li>Create a new mapper under forms-flow-web client in Keycloak, by following below
steps:
</li>
<img src="./assets/images/Screenshot 2022-05-16 130800.png" alt="image" height="500"
width="500"><br>
<li>Corresponding to each user, add the dashboard-groups you want to enable for
dashboard
authorization. This will give users permission to as many dashboards which the
group
have been enabled with from Admin.</li><br>
<img src="./assets/images/Screenshot 2022-05-16 131123.png" alt="image" width="1000"
height="500"><br>
<li>The dashboards added in the above step will be displayed in the insights tab
</li><br>
<img src="./assets/images/Screenshot 2022-05-16 131548.png" alt="image" width="1000"
height="500"><br><br>
<strong>Note:</strong>-For those users who have no groups added in keycloak will not
have
insights tab option.
</ol>
</p>
</div>
</ul>
</div>