Changes for page Volume Mapping (On-premise)
Last modified by Erik Bakker on 2024/08/26 12:37
From version 37.1
edited by Erik Bakker
on 2022/08/22 14:24
on 2022/08/22 14:24
Change comment:
There is no comment for this version
To version 39.1
edited by Erik Bakker
on 2022/10/31 09:06
on 2022/10/31 09:06
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Archiving1 +Volume Mapping (On-premise) - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 - Inmostcases, thecustomerwants somekindof insurance policy todeterminewhetherafilehasenteredorleft eMagiz. Onewayof supplying such functionality forfile-baseddata exchangeisthroughtheuse ofarchiving functionality.Withthehelpofthisfunctionalitycan you easilywritethefile as received(orabouttobesent) toa separatelocation.Byensuringthat the datastaysinthat locationfora certain amountof timeand by givingthe customerand yourselfaccessyou have a sortfaudittrail that detailsthe messagesthathavebeenexchanged.Thisarchivecouldalsobe used to analyze problemsincasethingsgo wrong.Inthis microlearning,we willlearn how youcansetupthatarchivingandlearnhowto cleanup the archivingtoensurethat data isonly kept foralimited period.2 +When you need to read and write files from an on-premise disk, you need to know the path in which the data is stored and make sure that the docker container in your runtime(s) running has access to this path. There are several ways of dealing with this challenge. First, this microlearning will discuss the various alternatives and best approaches in these scenarios. 3 3 4 4 Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 5 5 ... ... @@ -9,20 +9,38 @@ 9 9 10 10 == 2. Key concepts == 11 11 12 -This microlearning centers around learning how to archive correctly.12 +This microlearning centers around learning how to set up your volume mapping correctly so you can exchange file-based data on-premise. 13 13 14 -By a rchiving, we mean:Temporarilystoringdatafor auditpurposesandpossibleretryscenarios.14 +By volume mapping, we mean: Creating a configuration through which the docker container can read and write data on a specific path on an on-premise machine. 15 15 16 -* Archiving is used for audit purposes 17 -* Archiving is used for retry scenarios 18 -* Ensure that data is cleaned after a retention period to keep in control of the data 16 +There are several options for volume mapping for your on-premise machine. 17 +* Volume 18 +* Bind mount 19 +* Temporary file system 20 +* Named pipe 19 19 20 -== 3. Archiving ==22 +== 3. Volume Mapping (On-premise) == 21 21 22 - Inmostcases, thecustomerwants somekindof insurance policy todeterminewhetherafilehasenteredorleft eMagiz. Onewayof supplying such functionality forfile-baseddata exchangeisthroughtheuse ofarchiving functionality.Withthehelpofthisfunctionalitycan you easilywritethefile as received(orabouttobesent) toa separatelocation.Byensuringthat the datastaysinthat locationfora certain amountof timeand by givingthe customerand yourselfaccessyou have a sortfaudittrail that detailsthe messagesthathavebeenexchanged.Thisarchivecouldalsobe used to analyze problemsincasethingsgo wrong.Inthis microlearning,we willlearn how youcansetupthatarchivingandlearnhowto cleanup the archivingtoensurethat data isonly kept foralimited period.24 +When you need to read and write files from an on-premise disk, you need to know the path in which the data is stored and make sure that the docker container in your runtime(s) running has access to this path. There are several ways of dealing with this challenge. First, this microlearning will discuss the various alternatives and best approaches in these scenarios. 23 23 24 -=== 3.1 Archiving itself === 26 +There are several options for volume mapping for your on-premise machine. 27 +* Volume 28 +* Bind mount 29 +* Temporary file system 30 +* Named pipe 25 25 32 +Below we will explain the differences between the various options available for your volume mapping. But before we do, we first explain how to set up this configuration within eMagiz. Then, you must navigate to Deploy -> Architecture on the model level. In this overview, you can access the Volume mapping per runtime deployed on-premise. To do so, you can right-click on the runtime to access the context menu. 33 + 34 +[[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-volume-mapping-on-premise--volume-option-context-menu.png]] 35 + 36 +When you click this option, you will see the following pop-up. In this pop-up, you can define the machine-level and runtime-level volumes. More on that later. This is the starting point for configuring your volume mapping. We will walk through each available option and explain how they work and should be configured. 37 + 38 +[[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-volume-mapping-on-premise--volume-mapping-pop-up.png]] 39 + 40 +{{info}}Note that you should be in "Start editing" mode to make any changes to the configuration of your volume mapping. 41 + 42 +=== 3.1 Volume === 43 + 26 26 To make this work in eMagiz you need to navigate to the Create phase of eMagiz and open the entry flow in which you want to archive the files. Within the context of this flow, we need to add functionality that will ensure that each input file is archived and cleaned up when older than three days. To do so first enter "Start Editing" mode on flow level. The first decision we have to take is how we are going to name the files within the archiving. The best practice, in this case, is the original filename + the current time as a suffix. You can define this by dragging a format file name generator (support object) to the canvas. 27 27 28 28 [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-archiving--file-name-generator.png]]