4

I stuck myself in SDMX, Since i am not found enough resources to study(programming code) about SDMX.

Like:-

 Creating structure
 Reading Structure
 Writing data .. etc 

Yes there are some guideline in its personal website,But those are not enough to start ride on sdmx. So its my personal request to all u my friends if you have any experience please share.

Any help will appreciated

Christophe Roussy
  • 16,299
  • 4
  • 85
  • 85
Kanhu Bhol
  • 450
  • 3
  • 20

2 Answers2

1

Here are few links about the topic:

Quick json format overview (xml is similar):

{   
         "header": { ... },
         Header is for technical information: prepared, sender, ...

         "errors": { ... },
         Errors is for error messages.

         "structure": { ... },
         Structure contains metadata: dimensions and attributes.

         "dataSets": [ ... ]
         DataSets contains the actual data.
 }

NOTE: In an effort to document it I also created the sdmx stackoverflow tag.

Christophe Roussy
  • 16,299
  • 4
  • 85
  • 85
0

I found the SDMX Guidelines for the use of webservices helpful to get started. The Annex (chapter 6) lists some examples.

Another source of information is on the Eurostat website where you can find a documentation of their SDMX webservices.

They also have a portal site that provides tutorials on SDMX.

Hope that gets you started.

Tungurahua
  • 489
  • 7
  • 21