Last modified by Artur on 2025/09/10 11:19

From version 1.1
edited by Artur
on 2025/04/21 12:12
Change comment: Imported from XAR
To version 2.1
edited by Helena
on 2025/05/23 01:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Methodology.SDMX 2\.1 User Guide.WebHome
1 +WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.arturkryazhev
1 +xwiki:XWiki.helena
Content
... ... @@ -6,8 +6,7 @@
6 6  
7 7  The schematic below is that shown in Section 5.4.
8 8  
9 -(% style="text-align: center;" %)
10 -[[image:SDMX_2-1_User_Guide_draft_0-1_html_45d2325da8996515.png||height="639" width="682"]]
9 +[[image:SDMX_2-1_User_Guide_draft_0-1_html_45d2325da8996515.png||data-xwiki-image-style-alignment="center" height="639" width="682"]]
11 11  
12 12  (% style="text-align: center;" %)
13 13  **{{id name="image_43"/}}Figure 43: Schematic of a Data Reader, Data Writer, and Query Reader**
... ... @@ -14,18 +14,18 @@
14 14  
15 15  == 14.2 Example Interfaces ==
16 16  
17 -==== Data Reader ====
16 +(% class="wikigeneratedid" id="HDataReader" %)
17 +**Data Reader**
18 18  
19 -(% style="text-align: center;" %)
20 -[[image:SDMX_2-1_User_Guide_draft_0-1_html_27b964f82bccd49d.jpg||height="188" width="576"]]
19 +[[image:SDMX_2-1_User_Guide_draft_0-1_html_27b964f82bccd49d.jpg||data-xwiki-image-style-alignment="center" height="188" width="576"]]
21 21  
22 22  (% style="text-align: center;" %)
23 23  **{{id name="image_44"/}}Figure 44: Example of some Methods of the Data Reader Interface**
24 24  
25 -==== Data Writer ====
24 +(% class="wikigeneratedid" id="HDataWriter" %)
25 +**Data Writer**
26 26  
27 -(% style="text-align: center;" %)
28 -[[image:SDMX_2-1_User_Guide_draft_0-1_html_b58c9f579c290002.jpg||height="152" width="576"]]
27 +[[image:SDMX_2-1_User_Guide_draft_0-1_html_b58c9f579c290002.jpg||data-xwiki-image-style-alignment="center" height="152" width="576"]]
29 29  
30 30  (% style="text-align: center;" %)
31 31  **{{id name="image_45"/}}Figure 45: Example of some Methods of the Data Writer Interface**
... ... @@ -32,10 +32,10 @@
32 32  
33 33  As you will see the only “methods” that the database application needs to invoke are based on the constructs in the SDMX Information Model (Group key, Series Key, Observation, Attribute). Each different “implementation” of this interface will enable a database (or, indeed, any other) application to read or write an SDMX data set in a specific type of data set message (e.g. SDMX-ML generic, SDMX-ML DSD-specific, SDMX-EDI). The important, and only, thing to understand from the Interface specification is that the database application never changes, no matter what is the input or output format. The format can even be CSV or mathematical format such as R or even a presentation format, depending on the implementation passed to the database application. The interface is the important asset here, and this is structured using the constructs of the SDMX Information Model: the database application need not be concerned with the actual format of the data.
34 34  
35 -==== Data Query Reader ====
34 +(% class="wikigeneratedid" id="HDataQueryReader" %)
35 +**Data Query Reader**
36 36  
37 -(% style="text-align: center;" %)
38 -[[image:SDMX_2-1_User_Guide_draft_0-1_html_1fa68ca08d53690c.jpg||height="267" width="576"]]
37 +[[image:SDMX_2-1_User_Guide_draft_0-1_html_1fa68ca08d53690c.jpg||data-xwiki-image-style-alignment="center" height="267" width="576"]]
39 39  
40 40  (% style="text-align: center;" %)
41 41  **{{id name="image_46"/}}Figure 46: Example of some Methods of the Data Query Reader Interface**