Last modified by Erik Bakker on 2024/02/21 21:52

From version 25.2
edited by eMagiz
on 2022/06/09 12:36
Change comment: Update document after refactoring.
To version 26.1
edited by eMagiz
on 2022/06/09 12:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -intermediate-data-pipelines-job-dashboard-for-data-pipeline
1 +Data pipeline - Job Dashboard
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.marijn
1 +XWiki.eMagiz
Content
... ... @@ -1,13 +1,7 @@
1 -{{html wiki="true"}}
2 -<div class="ez-academy">
3 - <div class="ez-academy_body">
1 +{{container}}
2 +{{container layoutStyle="columns"}}
3 +(((
4 4  
5 -<div class="doc">
6 -
7 -
8 -
9 -= Data pipeline * Job Dashboard =
10 -
11 11  In this microlearning, we will learn what the Job Dashboard is, what the Job Dashboard tells you, and how the Job Dashboard works.
12 12  With the help of such a data pipeline, you can transfer large volumes of data between Mendix and the SFTP for data warehousing / BI analytics purposes. The Job Dashboard gives you the ability to monitor if your process of transferring has succeeded or whether it failed.
13 13  
... ... @@ -34,23 +34,23 @@
34 34  
35 35  The Job Dashboard is an eMagiz dashboard that can be accessed via the Runtime Dashboard. On this level, you can select a specific flow and for that flow, you can retrieve the management data of your data pipeline by clicking on the button called Jobs.
36 36  
37 -<p align="center">[[image:intermediate-datapipelines-job-dashboard-for-data-pipeline--jobs-button-runtime-dashboard.png||]]</p>
31 +[[image:Main.Images.Microlearning.WebHome@intermediate-datapipelines-job-dashboard-for-data-pipeline--jobs-button-runtime-dashboard.png]]
38 38  
39 39  This Job Dashboard will show you when a certain job has been executed, what the result was of the job, and if you zoom in it tells you how much data is processed in how many batches.
40 40  
41 -<p align="center">[[image:intermediate-datapipelines-job-dashboard-for-data-pipeline--job-dashboard-view.png||]]</p>
35 +[[image:Main.Images.Microlearning.WebHome@intermediate-datapipelines-job-dashboard-for-data-pipeline--job-dashboard-view.png]]
42 42  
43 43  === 3.1 Explaining the inner workings of the Job Dashboard ===
44 44  
45 45  By clicking on the Job dashboard you send a command to the flow you have selected in your runtime dashboard. This flow receives the command and thereby activates the job manager.
46 46  
47 -<p align="center">[[image:intermediate-datapipelines-job-dashboard-for-data-pipeline--job-manager-and-other-support-objects.png||]]</p>
41 +[[image:Main.Images.Microlearning.WebHome@intermediate-datapipelines-job-dashboard-for-data-pipeline--job-manager-and-other-support-objects.png]]
48 48  
49 49  The job manager in turn will look in the H2 database linked to that specific flow for relevant information on the executions of jobs via the data pipeline solutions.
50 50  
51 51  This information is then shown to the user via a popup where you can see all executions and see the details of executions when you click through them
52 52  
53 -<p align="center">[[image:intermediate-datapipelines-job-dashboard-for-data-pipeline--job-dashboard-view.png||]]</p>
47 +[[image:Main.Images.Microlearning.WebHome@intermediate-datapipelines-job-dashboard-for-data-pipeline--job-dashboard-view.png]]
54 54  
55 55  === 3.2 Clean up Job Dashboard ===
56 56  
... ... @@ -67,8 +67,6 @@
67 67  * Clean up the H2 database periodically to keep its contents in check to prevent that the Job dashboard will stop functioning
68 68  * Use the Job dashboard in conjunction with the Manage phase to monitor and set up alerting surrounding the performance of the data pipeline solutions
69 69  
70 -===== Practice =====
71 -
72 72  == 4. Assignment ==
73 73  
74 74  The assignment is simple this time. Navigate to the Runtime Dashboard and see if you have a Jobs button that you can press for your data pipeline runtime. If there is a button click on it so you can see the Job Dashboard with your own eyes.
... ... @@ -92,9 +92,7 @@
92 92  
93 93  There is no demonstration video for this microlearning. We believe that when you follow the steps detailed above the solution will work for your specific use case.
94 94  
95 -</div>
87 +)))
96 96  
97 -</div>
98 -</div>
99 -
100 -{{/html}}
89 +((({{toc/}}))){{/container}}
90 +{{/container}}