1 / 16

ESCWA SDMX Workshop

ESCWA SDMX Workshop. Session: SDMX and a Re-usable Component Architecture. Goals. Language Independent Architecture High Cohesion Loose Coupling Program to Interfaces – Not Implementations. SDMX-ML is for EXCHANGE between systems The SDMX Information Model is where the power is.

highsmith
Télécharger la présentation

ESCWA SDMX Workshop

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ESCWA SDMX Workshop Session: SDMX and a Re-usable Component Architecture

  2. Goals Language Independent Architecture High Cohesion Loose Coupling Program to Interfaces – Not Implementations

  3. SDMX-ML is for EXCHANGE between systems The SDMX Information Model is where the power is Use the Model

  4. Finding the Common Model

  5. What is Data? Results of Measurements Country: UK Unemployed: 13million Year: 2010 Country: Australia State : Perth Coastline (Km): 12500 Country: France Unemployed: 5million Year: 1982

  6. Modelling Data Country : UK Type : Real Basket : Narrow Country : UK Basket : Narrow Time Period : 2000-01 KEY Time Period : 1999-10 Value : 106.34 Time Period : 2001-02 Value : 101.73 Values Type : Real Value : 107.8 Type : Nominal Value : 104.8

  7. Simple Data Transformation Model Compact 2.0 To 2.1 Transformation Compact 2.0 “Compact” 2.1 “Compact” 2.1 To 2.0 Transformation

  8. Simple Data Transformation Model Compact 1.0 Generic 1.0 Utility 1.0 Compact 2.0 Generic 2.0 Utility 2.0 Structure Specific 2.1 Generic 2.1 EDI CSV ???

  9. Decoupled Data Transformation Model Read Key Read Observation Write Key Write Observation Compact Compact Generic Generic EDI EDI Data Reader Interface Data Writer Interface

  10. Summary so far Good design protects software from change Finding a common model means everything can be reused

  11. Break Down The ProblemCreating Sub-Systems

  12. Make a Generic Solution Each aspect of a system can be broken down into a sub-system Each sub-system has a specific responsibility

  13. Break down the Problem SDMX breaks down nicely into sub systems Generating a Data Query Data Transformation Data Reading Data Validation Structure Validation Data Writing Structure Transformation Consuming a Structure Query Generating a Structure Query Querying a File Consuming a Data Query Calling a Web Service with a Structure Query

  14. Interfaces can be reused BeanRetrievalManager File Retrieval In Memory Retrieval Web Service Retrieval

  15. Implementing a Web Service for Data User Data QueryWeb Service Request Format? Response Format? Database Administrator Database

  16. Implementing a Web Service for Data Data Parser Data Query Engine ??? SDMX Query User Data QueryWeb Service • Consumes SDMX query, and gets parser to create bean • Passes Query to Database layer, along with Data Writer Build Data Query Bean From Any version of SDMX Query Data Writer What Implements Data Writer? A powerful concept of passing an interface with useful methods such as : startSeries(…), addObservation(…) addAttribute(…) Internally the DataWriter wraps an output stream, and writes SDMX straight to the output stream. Generic Data Writer Compact Data Writer Utility Data Writer EDI Data Writer Database

More Related