SDMX global conference of SDMX framework 2.0. Laura Vignola Italian National Institute of Statistics

Size: px
Start display at page:

Download "SDMX global conference of SDMX framework 2.0. Laura Vignola Italian National Institute of Statistics"

Transcription

1 SDMX framework 2.0 Laura Vignola Italian National Institute of Statistics

2 SDMX framework 2.0 SDMX framework 2.0 SDMX Metadata framework (Mauro Bianchi Capacity building C) SDMX Data framework (Dario Camol Capacity building B)

3 SDMX Metadata Framework Istat production of questonnaires FMI (document) EUROSTAT STS (document) EUROSTAT ESMS (xml)

4 SDMX Metadata framework Store the reference metadata into a database Create a single access point to insert metadata for all the questionnaires Reuse the common information among various questionnaires

5 SDMX Metadata framework Manager web application (creates the environment using an xml file) Web application to insert data Desktop application to produce output Web service application Rss provider

6 <SDDS> <CONFIG> <CONNECTION> <STATUS>1</STATUS><VALUE> connection string;</value> </CONNECTION> <CONNECTION>...</CONNECTION> </CONFIG> <TEMPLATES> <TEMPLATE> <VALUE>1</VALUE> <AGENCY_NL>DQAF</AGENCY_NL><AGENCY_EN>DQAF</AGENCY_EN> <SDMX_STRUCTURE> <PK_SDMX> </PK_SDMX> <DESCRIPTION>Source data definitions, scope,..</description> <FK_SDMX>01.04</FK_SDMX> <FK_TEMPLATE>1</FK_TEMPLATE> <INTERFACE>1</INTERFACE> <COMMENTNL>...</COMMENTNL> <COMMENTEN>.</COMMENTEN> </SDMX_STRUCTURE> <SDMX_STRUCTURE>...</SDMX_STRUCTURE> </TEMPLATE> <TEMPLATE> </TEMPLATE> </TEMPLATES> <DECODE> <SDMX_DECODE> <PK_SDMX>03</PK_SDMX> <LEVEL> </LEVEL> </SDMX_DECODE> <SDMX_DECODE> </SDMX_DECODE> </DECODE> <DOMAIN> <DATA_FLOW> <PK_DATAFLOW>SSTSIND_ORDR_MS</PK_DATAFLOW> <DATAFLOW_NL>New order received </DATAFLOW_NL> <DATAFLOW_EN>New order received...</dataflow_en> <RSS_DESC /> </DATA_FLOW> <DATA_FLOW> </DATA_FLOW> </DOMAIN> </SDDS>

7 SDMX Metadata framework Output DQAF.doc SDDS.xml Manager STS.doc ESMS.xml FMI ESMS rss EUROSTAT STS Loader Web Service ESMS SDMX query

8 SDMX DATA framework Partecipation in several Eurostat projects(sodi, Demography, Census Hub) Istat scenario Time (Long terms solution, Short terms solution)

9 SDMX DATA framework Create an environment structured with SDMX elements Follow data from loading to dissemination

10 SDMX DATA framework Manager desktop application Loader desktop Application Web service Rss provider

11 SDMX DATA framework Manager Creates the environment Creates the tables for loading data

12 SDMX DATA framework Loader Loads datafile (csv, fixed length record, gesmes TS) Creates SDMX datafile and rss (pull method without WS)

13 SDMX DATA framework Web Service Query parser SQL generator SDMX Generator

14 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Query parser Basic types of SDMX query nodes Time And Or Dimension Attribute Dataflow Data Provider Complex nodes Simple nodes

15 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Query parser <Time> <StartTime> Date 1</StartTime> <EndTime> Date 2</EndTime> </Time> <And> <StartTime> Date 1</StartTime> <EndTime> Date 2</EndTime> </And> <And> <And> Cond 1, Cond 2 </And> </And> <And> </And> Cond 1 Cond 2

16 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Query parser <Or> <Or> Cond 4, Cond 5 </Or> </Or> <Or> </Or> Cond 1 Cond 2 <And> Cond 1 <Or> Cond 2, Cond 3</Or> </And> <Or> <And> Cond 1, Cond 2</And> <And> Cond 1, Cond 3 </And> </Or>

17 <Query> <query:datawhere> <query:and> <query:dataflow>stsind_prod_m</query:dataflow> <query:dimension name="frequency">m</query:dimension> <query:dimension name="indicator">prod</query:dimension> <query:or> <query:and> <query:dimension name="adjustment">s</query:dimension> <query:or> <query:dimension name="sts_activity">n100da</query:dimension> <query:dimension name="sts_activity">n100c0</query:dimension> <query:dimension name="sts_activity">n100d0</query:dimension> </query:or> <query:time> <query:starttime> </query:starttime> <query:endtime> </query:endtime> </query:time> </query:and> <query:and> <query:dimension name="sts_activity">n100c0</query:dimension> <query:time> <query:starttime> </query:starttime> <query:endtime> </query:endtime> </query:time> </query:and> </query:or> </query:and> </query:datawhere> </Query>

18 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Query parser AND START_TIME END_TIME DATAFLOW AJUSTMENT FREQUENCY INDICATOR STS_ACTIVITY SSTSIND_PROD_M S M PROD N100DA SSTSIND_PROD_M S M PROD N100D SSTSIND_PROD_M S M PROD N100C SSTSIND_PROD_M M PROD N100C0 OR Problems with long query

19 Query parser <And> Cond 1 <Or> Cond 2, Cond 3</Or> <Or> Cond 4, Cond 5</Or> </And> <And> Cond 1 <Or> Cond 2-3</Or> <Or> Cond 4-5</Or> </And> AGE CAS SEX GEO TOT TOT NST - NAP TOT IT - ITC - ITC1 - ITC11 - ITC11_ ITC11_ ITC12 - ITC12_ ITC12_ ITC3 - ITC31 - ITC31_ ITC31_ ITC32 - ITC32_ ITC32_009002

20 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange SQL generator START_TIME END_TIME DATAFLOW AJUSTMENT FREQUENCY INDICATOR STS_ACTIVITY SSTSIND_PROD_M S M PROD N100DA SSTSIND_PROD_M S M PROD N100D SSTSIND_PROD_M S M PROD N100C SSTSIND_PROD_M M PROD N100C0 SELECT METADATI_STS.*,SSTSIND_PROD.* FROM METADATI_STS,SSTSIND_PROD WHERE ADJUSTMENT= S AND FREQUENCY= M AND INDICATOR= PROD AND STS_ACTIVITY=N100DA AND TIME_PERIOD BETWEEN AND UNION SELECT METADATI_STS.*,SSTSIND_PROD.* FROM METADATI_STS,SSTSIND_PROD WHERE ADJUSTMENT= S AND FREQUENCY= M AND INDICATOR= PROD AND STS_ACTIVITY=N100D0 AND TIME_PERIOD BETWEEN AND

21 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange The architecture ESA DEM Manager rss EUROSTAT STS Query parser SDMX query csv Loader GES rss SQL generator FLR SDMX compact SDMX generator SDMX cross sectional SDMX compact SDMX cross sectional

22 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Sql Mapping generator START_TIME END_TIME DATAFLOW AJUSTMENT FREQUENCY INDICATOR STS_ACTIVITY SSTSIND_PROD_M S M PROD N100DA STS_MAPPING_TABLE NOME_TABLE CONISTAT NOME_FIELD CATEGORIA TIPO VS ATECO U_MIS DATAFLOW ADJUSTMENT FREQUENCY INDICATOR STS_ACTIVITY OBS_STATUS OBS_CONF

23 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Sql Mapping generator ESA Sdmx db DEM STS Manager rss EUROSTAT csv GES Loader Query parser SDMX query FLR SDMX cross sectional SDMX compact CONISTAT SQL generator SQL generator SQL Mapping generator SDMX generator SDMX cross sectional SDMX compact SDMX generator

24 Meeting of the OECD global Expert conference Group Statistical Data and Metadata Exchange Links for download

SDMX implementation in Istat: progress report

SDMX implementation in Istat: progress report SDMX implementation in Istat: progress report Meeting of the Expert Group on Statistical Data and Metadata Exchange 27-30 October 2014, Korea Francesco Rizzo Department for Integration, Quality, Research

More information

STS Use case SDMX implementation and validation services

STS Use case SDMX implementation and validation services STS Use case SDMX implementation and validation services Item 5.3 of agenda Standards Working Group meeting 2017 Simo Pasi Eurostat, Unit G3 Contents I. Who are we? II. STS data transmissions III.SDMX-ML

More information

How to implement an SDMX infrastructure for dissemination and reporting

How to implement an SDMX infrastructure for dissemination and reporting How to implement an SDMX infrastructure for dissemination and reporting Session 7: Capacity building technical stream Bengt-Åke Lindblad Eurostat Francesco Rizzo Istat 1 Agenda Overview of Eurostat's SDMX

More information

Bridging standards a case study for a SDMX- XBRL(DPM) mapping

Bridging standards a case study for a SDMX- XBRL(DPM) mapping [Please select] [Please select] Zlatina Hofmeister European Central Bank Ole Sørensen European Central Bank Bridging standards a case study for a SDMX- XBRL(DPM) mapping Micro data vs macro data Aggregated

More information

The European Census Hub

The European Census Hub SDMX Global Conference Washington D.C., 2 4 May 2011 The European Census Hub Changing the Business Model Adam Wroński, Marco Pellegrino, Nadezhda Vlahova, Bengt-Åke Lindblad Eurostat, Quality, Methodology

More information

European Census Hub: A Cooperation Model for Dissemination of EU Statistics

European Census Hub: A Cooperation Model for Dissemination of EU Statistics Distr. GENERAL Working Paper 11 February 2014 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE (ECE) CONFERENCE OF EUROPEAN STATISTICIANS ORGANISATION FOR ECONOMIC COOPERATION AND DEVELOPMENT

More information

ESSnet on SDMX. Technical issues. Workshop on ESSnets 31/5 1/6 2010, Stockholm

ESSnet on SDMX. Technical issues. Workshop on ESSnets 31/5 1/6 2010, Stockholm ESSnet on SDMX Technical issues Workshop on ESSnets 31/5 1/6 2010, Stockholm ESSnet on SDMX Technical issues Technical coordination Work packages Dissemination (wiki, web site) ESSnet on SDMX Technical

More information

Content-Oriented Guidelines Framework. August Götzfried Eurostat

Content-Oriented Guidelines Framework. August Götzfried Eurostat Content-Oriented Guidelines Framework August Götzfried Eurostat OECD, Paris, 21 January 2009 What is SDMX? Technical and statistical standards and guidelines, together with IT architecture and tools, for

More information

Joint ADB/ESCAP SDMX Capacity Building Initiative:

Joint ADB/ESCAP SDMX Capacity Building Initiative: Joint ADB/ESCAP SDMX Capacity Building Initiative: Meeting with the National Statistical Office of Thailand (NSO), the Bank of Thailand (BOT) and the National Economic and Social Development Board (NESDB)

More information

Session 2: The SDMX Content-oriented Guidelines (COG)

Session 2: The SDMX Content-oriented Guidelines (COG) Session 2: The SDMX Content-oriented Guidelines (COG) 1 The use of SDMX compliant Data Structure Definitions Agreed SDMX Data Structure Definitions are used for national and international data exchange;

More information

SDMX Roadmap In this Roadmap 2020, the SDMX sponsors outline a series of strategic objectives:

SDMX Roadmap In this Roadmap 2020, the SDMX sponsors outline a series of strategic objectives: SDMX Roadmap 2020 SDMX is the leading standard for exchanging and sharing data and metadata in official statistics. SDMX is sponsored by seven International Organisations and is recognised by many international

More information

Using SDMX standards for dissemination of short-term indicators on the European economy 1

Using SDMX standards for dissemination of short-term indicators on the European economy 1 Committee for the Coordination of Statistical Activities Conference on Data Quality for International Organizations Newport, Wales, United Kingdom, 27-28 April 2006 Session 2: Coherence of data published

More information

Implementing SDMX for Energy Domain

Implementing SDMX for Energy Domain Implementing SDMX for Energy Domain Andrii Gritsevskyi 2016 InterEnerStat Workshop International Atomic Energy Agency Goals Test possible introduction of SDMX to Energy Domain in simulated real world like

More information

5/4/2015. IT tools serving National Accounts in Istat. Meeting s Objective. Elena Forconi. Elena Forconi: work experience.

5/4/2015. IT tools serving National Accounts in Istat. Meeting s Objective. Elena Forconi. Elena Forconi: work experience. Meeting s Objective IT tools serving National Accounts in Istat National Accounts and Business statistics Department Amman, April 12, 2015 Shading light on: Short presentation of ourselves Italian experience

More information

The Why, What, and How of SDMX Source

The Why, What, and How of SDMX Source The Why, What, and How of SDMX Source Chris Nelson Matt Nelson Metadata Technology Ltd. 11-13 Sep 2013 SDMX Global Conference 2013 1 What is an Application Program Interface? Manufacturing has been using

More information

SDMXUSE MODULE TO IMPORT DATA FROM STATISTICAL AGENCIES USING THE SDMX STANDARD 2017 PARIS STATA USERS GROUP MEETING. Sébastien Fontenay

SDMXUSE MODULE TO IMPORT DATA FROM STATISTICAL AGENCIES USING THE SDMX STANDARD 2017 PARIS STATA USERS GROUP MEETING. Sébastien Fontenay 2017 PARIS STATA USERS GROUP MEETING SDMXUSE MODULE TO IMPORT DATA FROM STATISTICAL AGENCIES USING THE SDMX STANDARD Sébastien Fontenay sebastien.fontenay@uclouvain.be INTRODUCTION sdmxuse is a user-written

More information

Practical experience in the implementation of data and metadata standards in the ESS

Practical experience in the implementation of data and metadata standards in the ESS Practical experience in the implementation of data and metadata standards in the ESS Jan Planovsky 1, Bogdan-Sorin Zdrentu 2 1 Eurostat, European Commission, Luxembourg; Jan.Planovsky@ec.europa.eu 2 Eurostat,

More information

Mallika Sagar Senior Software Engineer. 20 Feb Node Capacity IBM Corporation

Mallika Sagar Senior Software Engineer. 20 Feb Node Capacity IBM Corporation Mallika Sagar Senior Software Engineer 20 Feb 2014 Node Capacity Agenda Understand the requirement for Node Capacity Assumptions and Limitations Overview of design UI changes Configuration Involved Few

More information

The system of official statistics in Poland. Janusz Dygaszewicz Director Programming and Coordination Department CSO, POLAND, March 2017

The system of official statistics in Poland. Janusz Dygaszewicz Director Programming and Coordination Department CSO, POLAND, March 2017 The system of official statistics in Poland Janusz Dygaszewicz Director Programming and Coordination Department CSO, POLAND, March 2017 Long-term history (tradition) of Polish statistics 1789 - first countrywide

More information

Dashboard Metrics v2.0 - Demo

Dashboard Metrics v2.0 - Demo Dashboard Metrics v2.0 - Demo Itzel Torres, Ed-Fi Alliance Dashboards v2.0 Overview 2 Agenda What were the goals of the dashboard 2.0 upgrade? Which parts of dashboard were upgraded? How did the upgrade

More information

ENVIRONMENTAL STATISTICS IN TURKEY

ENVIRONMENTAL STATISTICS IN TURKEY ENVIRONMENTAL STATISTICS IN TURKEY Sebahattin SARI TurkStat June 2014 Azerbaijan Turkish Statistical Institute Presidency of TurkStat Statistical Council Advisory Board Central Organization Managing the

More information

JOINT ADB UNESCAP SDMX CAPACITY BUILDING INITIATIVE SDMX STARTER KIT FOR NATIONAL STATISTICAL AGENCIES

JOINT ADB UNESCAP SDMX CAPACITY BUILDING INITIATIVE SDMX STARTER KIT FOR NATIONAL STATISTICAL AGENCIES JOINT ADB UNESCAP SDMX CAPACITY BUILDING INITIATIVE SDMX STARTER KIT FOR NATIONAL STATISTICAL AGENCIES Version: 5 October 2014 1 FOREWORD The aim of the Starter Kit is to provide a resource for national

More information

Implementation of Eurostat Quality Declarations at Statistics Denmark with cost-effective use of standards

Implementation of Eurostat Quality Declarations at Statistics Denmark with cost-effective use of standards Implementation of Eurostat Quality Declarations at Statistics Denmark with cost-effective use of standards Mogens Grosen Nielsen, Chief Adviser, Statistics Denmark Lars Thygesen, Director, Statistics Denmark

More information

Reference Manual on Inland Waterways Transport Statistics. Version 2

Reference Manual on Inland Waterways Transport Statistics. Version 2 Reference Manual on Inland Waterways Transport Statistics Version 2 Introduction...5 PART I: Overview, methodology, definitions and classifications...7 1 Overview 7 2 Description of the datasets 7 3 Description

More information

The Bundesbank s House of Micro Data: Standardization as a success factor enabling data-sharing for analytical and research purposes 1

The Bundesbank s House of Micro Data: Standardization as a success factor enabling data-sharing for analytical and research purposes 1 Eighth IFC Conference on Statistical implications of the new financial landscape Basel, 8 9 September 2016 The Bundesbank s House of Micro Data: Standardization as a success factor enabling data-sharing

More information

PlanPro Data modelling for planning of interlocking systems Activities of DB Netz AG

PlanPro Data modelling for planning of interlocking systems Activities of DB Netz AG Fotos: DB AG/ Hans-Joachim Kirsche, Korall, PlanPro Data modelling for planning of interlocking systems Activities of DB Netz AG DB Netz AG I.NVT3 Projekt PlanPro Brödel / Klaus Paris, 18.09.2013 The comprehensive,

More information

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc.

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Page 1 Contents Summary... 3 SYTECH is THE REPORT COMPANY... 3 Product Overview... 4 XLREPORTER EDITIONS... 4 DATA INTERFACES...

More information

COUNTRY PRACTICE IN ENERGY STATISTICS

COUNTRY PRACTICE IN ENERGY STATISTICS COUNTRY PRACTICE IN ENERGY STATISTICS Topic/Statistics: Electricity Institution/Organization: TERNA SpA Country: ITALY Date: 22_03_2012 CONTENTS Abstract... 3 1. General information... 4 1.1. Name of the

More information

National Quality Assurance Frameworks. Mary Jane Holupka September 2013

National Quality Assurance Frameworks. Mary Jane Holupka September 2013 National Quality Assurance Frameworks Mary Jane Holupka September 2013 1 Presentation 1.1 - OUTLINE Understanding Quality BASIC CONCEPTS - Quality and Dimensions of Quality - Quality Assessment - Quality

More information

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand Paper 2698-2018 Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand ABSTRACT Digital analytics is no longer just about tracking the number

More information

Informative needs: users and the Istat corporate data warehouse

Informative needs: users and the Istat corporate data warehouse Informative needs: users and the Istat corporate data warehouse M.Francesca Loporcaro 1, Mauro Scanu 2, Stefano De Francisci 3 1 Istat, e-mail: loporcar@istat.it 2 Istat, e-mail: scanu@istat.it 3 Istat,

More information

Real-time Streaming Insight & Time Series Data Analytic For Smart Retail

Real-time Streaming Insight & Time Series Data Analytic For Smart Retail Real-time Streaming Insight & Time Series Data Analytic For Smart Retail Sudip Majumder Senior Director Development Industry IoT & Big Data 10/5/2016 Economic Characteristics of Data Data is the New Oil..then

More information

Planning Industrial Strength Implementation of SDMX

Planning Industrial Strength Implementation of SDMX Planning Industrial Strength Implementation of SDMX A case study from the Australian Bureau of Statistics (ABS) Alistair Hamilton ABS Chief Statistical Information Architect Information Management Transformation

More information

IBM Cognos 10.2 BI Demo

IBM Cognos 10.2 BI Demo IBM Cognos 10.2 BI Demo IBM Cognos Course Overview: In this training, participants acquire skills needed to develop activity, modeling and some admin works. Each and every concept is supported with documents

More information

How far can IT standards and tools help to reduce response burden?

How far can IT standards and tools help to reduce response burden? How far can IT standards and tools help to reduce response burden? John ALLEN and Claudia JUNKER Eurostat Abstract. NSIs use a rich set of IT standards and tools for raw data collection from businesses.

More information

Christian Johansson, Global Product Manager Decathlon Software ABB Decathlon Software. AS Systemintegratörer

Christian Johansson, Global Product Manager Decathlon Software ABB Decathlon Software. AS Systemintegratörer Christian Johansson, Global Product Manager Decathlon Software ABB Decathlon Software AS2016 - Systemintegratörer April 14, 2016 Plant operations Make the right decisions in a competitive environment April

More information

Economic and Social Council

Economic and Social Council United Nations E/CN.3/2011/11 Economic and Social Council Distr.: General 14 December 2010 Original: English Statistical Commission Forty-second session 22-25 February 2011 Item 3 (g) of the provisional

More information

Toward the Modernization of Official Statistics at BPS-Statistics Indonesia: Standardization Initiatives and Future Directions

Toward the Modernization of Official Statistics at BPS-Statistics Indonesia: Standardization Initiatives and Future Directions Distr. GENERAL Working Paper February 2014 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE (ECE) CONFERENCE OF EUROPEAN STATISTICIANS ORGANISATION FOR ECONOMIC COOPERATION AND DEVELOPMENT (OECD)

More information

StatDCAT-AP. Face-to-face and virtual meeting May 2016 ISA Programme Action 1.1

StatDCAT-AP. Face-to-face and virtual meeting May 2016 ISA Programme Action 1.1 StatDCAT-AP Face-to-face and virtual meeting 3 13 May 2016 ISA Programme Action 1.1 Opening, agenda, tour de table Agenda 1. Opening, agenda, tour de table 2. Objectives of the meeting 3. StatDCAT-AP overall

More information

Modernization of Statistical Information systems Global initiatives

Modernization of Statistical Information systems Global initiatives Modernization of Statistical Information systems Global initiatives Eric Hermouet, Statistics Division, ESCAP 1 Presentation Why modernization? What is modernization? What is modernization? How: Global

More information

Eurogroup register contribution to ESS EA

Eurogroup register contribution to ESS EA Eurogroup register contribution to ESS EA Group of Expert on Business Register Brussels 22.09.2015 MUSEUX J.M., XIROUCHAKIS I., KOEVESD G. ESS Vision 2020 Drivers, Business objectives, Priority areas ESBRs

More information

What s New in TrueSight Capacity Optimization February 2016

What s New in TrueSight Capacity Optimization February 2016 What s New in TrueSight Capacity Optimization 10.5 February 2016 TrueSight Capacity Optimization What s new in 10.5 https://docs.bmc.com/docs/display/public/btco105/10.5.00+enhancements Enhanced Reservation

More information

GSBPM as an aid for self-assessment Activity A1: June 2016

GSBPM as an aid for self-assessment Activity A1: June 2016 GSBPM as an aid for self-assessment Activity A1: 20-23 June 2016 Rasmus Anker Kristiansen Head of Section, Service Producer Price Index (SPPI) rkr@dst.dk Introduction to GSBPM It provides a standard framework

More information

Issues in the collection of FAO data

Issues in the collection of FAO data 1 Issues in the collection of FAO data Agenda Item 3: FAO s Activities in Food and Agricultural Statistics relevant to Africa Region since the last 23rd Session of the Commission AFRICAN COMMISSION ON

More information

Reportnet. Introduction to environmental reporting using Reportnet. Version: Date: Author: EEA

Reportnet. Introduction to environmental reporting using Reportnet. Version: Date: Author: EEA Reportnet Introduction to environmental reporting using Reportnet Version: 1.0.1 Date: 2017-03-29 Author: EEA Kongens Nytorv 6 1050 Copenhagen K Denmark Tel.: +45 3336 7100 Fax: +45 3336 7199 eea.europa.eu

More information

Glossary of Licensing Terms

Glossary of Licensing Terms Glossary of Licensing Terms Applications software End-user programs such as word processors, spreadsheets, and database software. These programs can't run without an operating system and associated system

More information

Network Centric Analysis Tool (NCAT TM ) Overview With Java Tutorial Version 3.1 Build 150 (April 26, 2010)

Network Centric Analysis Tool (NCAT TM ) Overview With Java Tutorial Version 3.1 Build 150 (April 26, 2010) Network Centric Analysis Tool (NCAT TM ) Overview With Java Tutorial Version 3.1 Build 150 (April 26, 2010) April 2010 NCOIC All rights reserved Approved for Public Release Distribution Unlimited NCOIC-NCAT

More information

Maintaining the quality of EU statistics while enabling re-use

Maintaining the quality of EU statistics while enabling re-use SEMIC 2013 Dublin, 21 June 2013 Maintaining the quality of EU statistics while enabling re-use Marco Pellegrino Eurostat Maintaining the quality of EU statistics while enabling re-use 1. Eurostat's Vision

More information

EUDAT How manage Data into the Collaborative Data Infrastructure: a general overview of EUDAT services

EUDAT How manage Data into the Collaborative Data Infrastructure: a general overview of EUDAT services EUDAT How manage Data into the Collaborative Data Infrastructure: a general overview of EUDAT services Giovanni Morelli www.eudat.eu EUDAT receives funding from the European Union's Horizon 2020 programme

More information

DDI - A Metadata Standard for the Community

DDI - A Metadata Standard for the Community DDI - A Metadata Standard for the Community Mary Vardigan ICPSR Inter-university Consortium for Political and Social Research Joachim Wackerow GESIS Leibniz Institute for the Social Sciences 1 st North

More information

SDMXUSE MODULE TO IMPORT DATA FROM STATISTICAL AGENCIES USING THE SDMX STANDARD 2016 LONDON STATA USERS GROUP MEETING. Sébastien Fontenay

SDMXUSE MODULE TO IMPORT DATA FROM STATISTICAL AGENCIES USING THE SDMX STANDARD 2016 LONDON STATA USERS GROUP MEETING. Sébastien Fontenay 2016 LONDON STATA USERS GROUP MEETING SDMXUSE MODULE TO IMPORT DATA FROM STATISTICAL AGENCIES USING THE SDMX STANDARD Sébastien Fontenay sebastien.fontenay@uclouvain.be MOTIVATION Nowcasting Euro Area

More information

SharePoint Server 2010 Enterprise Content Management

SharePoint Server 2010 Enterprise Content Management SharePoint Server 2010 Enterprise Content Management Kitta, Todd ISBN-13: 9780470584651 Table of Contents INTRODUCTION xxix PART I: INTRODUCTION TO ENTERPRISE CONTENT MANAGEMENT CHAPTER 1: WHAT IS ENTERPRISE

More information

Oracle s Service-Oriented Architecture Strategy

Oracle s Service-Oriented Architecture Strategy Pierre Fricke VP and Lead Analyst, Web Application Infrastructure web-infra@dhbrown.com Business velocity refers to a company s ability to generate operational speed while heading in the right direction.

More information

<Insert Picture Here> Using Oracle's BI Publisher for your JD Edwards EnterpriseOne reporting

<Insert Picture Here> Using Oracle's BI Publisher for your JD Edwards EnterpriseOne reporting Using Oracle's BI Publisher for your JD Edwards EnterpriseOne reporting Jeff Erickson Senior Principal Product Manager The preceding is intended to outline our general product direction.

More information

Reporting instructions for the «AnaCredit» report

Reporting instructions for the «AnaCredit» report In case of discrepancies between the French and the English text, the French text shall prevail Reporting instructions for the «AnaCredit» report Version 2.3.1 Banque centrale du Luxembourg Summary of

More information

Simplify Replacements

Simplify Replacements Simplify Replacements Quickly identify the correct ceding company carrier and replacement processing location. Ensure that replacement packages arrive at the correct location the first time with accurate

More information

Cognos 8.4 Query Studio User Guide Pdf

Cognos 8.4 Query Studio User Guide Pdf Cognos 8.4 Query Studio User Guide Pdf ibm cognos analysis studio version 10.2.1: user guide free pdf and manual download. data/cognos/documentation/docs/en/10.2.1/ug_cr_pps.pdf. pdf image data/cognos/documentation/docs/pl/8.4.1/ug_cra.pdf.

More information

Review of existing reporting systems

Review of existing reporting systems Reporting System on Partner Support to Statistical Development Task Team -- Progress Report, as of January 31, 2007 The terms of reference of the Task Team on a reporting system on partner support to statistical

More information

Integrating OTM With SAP

Integrating OTM With SAP Oracle SIG August 11 th 2014 Integrating OTM With SAP Architect Specialist: Akta Srivastava Lead Architect Specialist: Alok Chandra Sr. Supply Chain Expertise Manager: Laura Wilkinson Freight Global Business

More information

What is Business Intelligence (BI)? Why BI? What is Cognos? And why Cognos? Cognos BI Architecture Cognos 10.2 New Features & Advantages

What is Business Intelligence (BI)? Why BI? What is Cognos? And why Cognos? Cognos BI Architecture Cognos 10.2 New Features & Advantages Chapter 1 : Introduction & Overview of Cognos BI Basics of Data warehouse Demo/Day 1 Methods Difference betweeen OLAP & OLTP ETL, Reporting, Analatics etc Differenc between Facts, dimensions, type of schema,

More information

SDMX as ISO Stuart Feder, Arofan Gregory, Chris Nelson Sep 2013 SDMX Global Conference 2013 OECD, Paris

SDMX as ISO Stuart Feder, Arofan Gregory, Chris Nelson Sep 2013 SDMX Global Conference 2013 OECD, Paris SDMX as ISO 17369 Stuart Feder, Arofan Gregory, Chris Nelson 11-13 Sep 2013 SDMX Global Conference 2013 1 Overview What it means How it happened Impact on SDMX 2 What it means Within the international

More information

COORDINATING WORKING PARTY ON FISHERY STATISTICS. Twenty-third Session. Hobart, Tasmania February 2010

COORDINATING WORKING PARTY ON FISHERY STATISTICS. Twenty-third Session. Hobart, Tasmania February 2010 CWP-23/7 E COORDINATING WORKING PARTY ON FISHERY STATISTICS Twenty-third Session Hobart, Tasmania. 22-26 February 2010 SDMX for Fisheries Statistics Eurostat Project Author: Eurostat W0000 2 EUROPEAN COMMISSION

More information

Hydrologic applica-ons using geospa-al standards

Hydrologic applica-ons using geospa-al standards Hydrologic applica-ons using geospa-al standards David Maidment, University of Texas and Ilya Zaslavsky, San Diego Supercomputer Center Paper presented at European Geophysical Union, Vienna, 2009 EGU 2009

More information

David Taylor

David Taylor Sept 10, 2013 What s New! IBM Cognos Business Intelligence 10.2.1.1 (released Sept 10, 2013) Analytic Catalyst TM1 10.2 Cognos Insight David Taylor david.taylor@us.ibm.com Agenda Overview of innovations

More information

Oracle Business Intelligence & Spatial Views

Oracle Business Intelligence & Spatial Views Oracle Business Intelligence & Spatial Views Abhinav Agarwal Principal Product Manager Mar 13 2008 Jayant Sharma Technical Director THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL

More information

Quality in statistics, the quality framework of the ESS Zsuzsanna Kovács Team Leader, Quality Team Unit D4, Eurostat 24/10/2016

Quality in statistics, the quality framework of the ESS Zsuzsanna Kovács Team Leader, Quality Team Unit D4, Eurostat 24/10/2016 Quality in statistics, the quality framework of the ESS Zsuzsanna Kovács Team Leader, Quality Team Unit D4, 24/10/2016 Overview What is quality and quality in statistics? The European Statistical System

More information

Automating the Integration Factory. Nagaraj Sastry HCL

Automating the Integration Factory. Nagaraj Sastry HCL 1 Automating the Integration Factory Nagaraj Sastry HCL 2 HCL $6.2 B I L L I O N 32 C O U N T R I E S 90000 E M P L O Y E E S 3 Agenda Engagement Overview Challenge & Objectives Lean Integration Principles

More information

SAP PI Online Training

SAP PI Online Training SAP PI Online Training IQ training facility offers SAP PI Online Training. Our SAP PI trainers come with vast work experience and teaching skills. Our SAP PI training online is regarded as the one of the

More information

Integration Simplified: Native Service-Oriented Architecture in Oracle E-Business Suite

Integration Simplified: Native Service-Oriented Architecture in Oracle E-Business Suite Integration Simplified: Native Service-Oriented Architecture in Oracle E-Business Suite Veshaal Singh Director Development Neeraj Chauhan Manager Product Management The following is intended to outline

More information

BPEL PM Preview

BPEL PM Preview Dial-in: 888.283.3946 or +1.210.795.4773 passcode: bpel Press *1 at end to ask verbal questions During conf, use chat feature to ask questions The Oracle BPEL Process Manager BPEL PM 10.1.3 Preview Feature

More information

"Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary

Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary MOC 20535 A: Architecting Microsoft Course Summary Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft platform. Students should

More information

Business Process Management (BPM) system SimBASE 4 Introduction June 2015

Business Process Management (BPM) system SimBASE 4 Introduction June 2015 4 [ r ] e v o l u t i o n Business Process Management (BPM) system SimBASE 4 Introduction June 2015 Contents Part 1: What is SimBASE 4 Part 2: Architecture and technologies Part 3: User interfaces Part

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe Unlock the Value of Your Mainframe Assets Using SOA On Demand Insurance Business Problems 1. We want to increase revenues by selling insurance polices through external Brokers

More information

Leveraging Data Analytics for Customer Support Efficiency

Leveraging Data Analytics for Customer Support Efficiency Leveraging Data Analytics for Customer Support Efficiency October 6, 2016 Kelly Hoopes Senior Consultant Service Strategies Overview Discussion Topics Types of Data Structured vs. Unstructured Reporting

More information

ESS handbook for quality reports

ESS handbook for quality reports ISSN 1681-4789 2315-0815 Manuals and guidelines ESS handbook for quality reports Rilis augiati siscilit venis nim 2014 edition Manuals and guidelines ESS handbook for quality reports Subtitle 2014 2013

More information

Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting

Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Kris Nichols - Sr. OSvC Solution Consultant Mehrzad Kootar - BI Solution Consultant Oracle Service Cloud Date: August

More information

IBM Cognos ReportNet Content Store Sizing Guidelines

IBM Cognos ReportNet Content Store Sizing Guidelines IBM Cognos ReportNet Content Store Sizing Guidelines Product(s): IBM Cognos ReportNet Area of Interest: Performance IBM Cognos ReportNet Content Store Sizing Guidelines 2 Copyright Copyright 2008 Cognos

More information

Implementing and Administering Microsoft Visual Studio 2008 Team Foundation Server

Implementing and Administering Microsoft Visual Studio 2008 Team Foundation Server Implementing and Administering Microsoft Visual Studio 2008 Team Foundation Server Course 6215: Two days; Instructor-led Introduction Elements of this syllabus are subject to change. This two-day instructor-led

More information

Leonardo Mariño-Ramírez, PhD NCBI / NLM / NIH. BIOL 7210 A Computational Genomics 2/18/2015

Leonardo Mariño-Ramírez, PhD NCBI / NLM / NIH. BIOL 7210 A Computational Genomics 2/18/2015 Leonardo Mariño-Ramírez, PhD NCBI / NLM / NIH BIOL 7210 A Computational Genomics 2/18/2015 The $1,000 genome is here! http://www.illumina.com/systems/hiseq-x-sequencing-system.ilmn Bioinformatics bottleneck

More information

Harmonised Approach for ARD Implementation Strategy: common strategic framework, data and

Harmonised Approach for ARD Implementation Strategy: common strategic framework, data and Harmonised Approach for ARD Implementation Strategy: common strategic framework, data and meta data template and diagnostic tool Ivo Havinga United Nations Statistics Division/DESA Presentation prepared

More information

Open Government Data for Development: Use and Reuse

Open Government Data for Development: Use and Reuse Open Government Data for Development: Use and Reuse Data Beneficiaries Ramiz Uddin, PhD Head of Results Management Access to Information (a2i) Programme Prime Minister s Office, Dhaka, Bangladesh 1 OGD

More information

The Green Energy Scenario

The Green Energy Scenario The Green Energy Scenario from EU-wide (big) numbers to local actions with local real data Piergiorgio Cipriano Business Analyst Public Sector & Utilities 1 There are three kinds of lies: lies, damned

More information

Economic and Social Council

Economic and Social Council United Nations Economic and Social Council Distr.: General 18 December 2002 E/CN.3/2003/11 Original: English Statistical Commission Thirty-fourth session 4-7 March 2003 Item 4 (c) of the provisional agenda*

More information

exam. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft

exam. Number: Passing Score: 800 Time Limit: 120 min File Version: Microsoft 70-713.exam Number: 70-713 Passing Score: 800 Time Limit: 120 min File Version: 1.0 Microsoft 70-713 Software Asset Management (SAM) Core Version 1.0 Exam A QUESTION 1 A SAM partner plans to review the

More information

<Insert Picture Here> E-Business Suite Konfigurationsmanagement leicht gemacht mit dem Application Change Management Pack

<Insert Picture Here> E-Business Suite Konfigurationsmanagement leicht gemacht mit dem Application Change Management Pack E-Business Suite Konfigurationsmanagement leicht gemacht mit dem Application Change Management Pack Thomas Fricke, Oracle Sales Consulting Ulrich Janke, Oracle Consulting Agenda Introduction

More information

Ascentn Corporation September 2006 AgilePoint Version: 3.2. AgilePoint. Version: 3.2. Ascentn Corporation

Ascentn Corporation September 2006 AgilePoint Version: 3.2. AgilePoint. Version: 3.2. Ascentn Corporation 1 Product Overview AgilePoint Version: 3.2 Ascentn Corporation 1674 N. Shoreline Blvd, Suite 136, Mountain View, CA 94043 Tel: 650-968-6789 Fax: 650-968-6785 Web: www.ascentn.com Email: info@ascentn.com

More information

Workflow Mining: Identification of frequent patterns in a large collection of KNIME workflows

Workflow Mining: Identification of frequent patterns in a large collection of KNIME workflows Workflow Mining: Identification of frequent patterns in a large collection of KNIME workflows Nils Weskamp, Research Scientist Computational Chemistry nils.weskamp@boehringer-ingelheim.com Overview Motivation

More information

SAP BusinessObjects XI 3.1. ALL INFORMATION, ALL PEOPLE, ONE PLATFORM WHAT S NEW IN SAP BusinessObjects XI 3.1

SAP BusinessObjects XI 3.1. ALL INFORMATION, ALL PEOPLE, ONE PLATFORM WHAT S NEW IN SAP BusinessObjects XI 3.1 SAP BusinessObjects XI 3.1 ALL INFORMATION, ALL PEOPLE, ONE PLATFORM WHAT S NEW IN SAP BusinessObjects XI 3.1 NEW FUNCTIONALITIES BROADER DATA ACCESS, IMPROVED USABILITY, GREATER FLEXIBILITY SAP BusinessObjects

More information

The Global Indicator Framework

The Global Indicator Framework The Global Indicator Framework DA 10 Opening Workshops Outline Indicator Framework Mandate Inter-agency and Expert Group on Sustainable Development Goal Indicators (IAEG-SDGs) The Global Indicator Framework

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Implementing a Data Warehouse with Microsoft SQL Server Course 20463D 5 Days Instructor-led, Hands-on Course Description In this five day instructor-led course, you will learn how to implement a data warehouse

More information

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan Translate Integration Imperative into a solution Framework A Solution Framework August 1 st, Mumbai By Dharanibalan Gurunathan Copyright IBM Corporation 2007 agenda 1 Introduction to solution framework

More information

What s new in TrueSight Capacity Optimization 10.7

What s new in TrueSight Capacity Optimization 10.7 What s new in TrueSight Capacity Optimization 10.7 Jan 2nd 2017 TrueSight Capacity Optimization What s new in.7 https://docs.bmc.com/docs/display/btco107/10.7.00+enhancements Enhanced Views (Infrastructure

More information

Cityworks Server PLL Administration (2 Days)

Cityworks Server PLL Administration (2 Days) Cityworks Server PLL Administration (2 Days) Sunday and Monday, May 18 19, 2014 8:30 AM - 4:30 PM This course focuses on the setup and administration of Cityworks Server PLL (Permits, Licensing, and Land).

More information

IBM Software Group White Paper. IBM Cognos Business Intelligence Query and Reporting: Gain insight and outperform

IBM Software Group White Paper. IBM Cognos Business Intelligence Query and Reporting: Gain insight and outperform IBM Software Group White Paper IBM Cognos Business Intelligence Query and Reporting: Gain insight and outperform 2 Running a 21st century company is complex. More data is available than ever before; new

More information

Redefine Big Data: EMC Data Lake in Action. Andrea Prosperi Systems Engineer

Redefine Big Data: EMC Data Lake in Action. Andrea Prosperi Systems Engineer Redefine Big Data: EMC Data Lake in Action Andrea Prosperi Systems Engineer 1 Agenda Data Analytics Today Big data Hadoop & HDFS Different types of analytics Data lakes EMC Solutions for Data Lakes 2 The

More information

Modernization of National Statistical Organization (NSO) Business Processes Using GIS. An Esri White Paper November 2015

Modernization of National Statistical Organization (NSO) Business Processes Using GIS. An Esri White Paper November 2015 Modernization of National Statistical Organization (NSO) Business Processes Using GIS An Esri White Paper November 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America.

More information

Analyzing Data with Power BI

Analyzing Data with Power BI Course 20778A: Analyzing Data with Power BI Course Outline Module 1: Introduction to Self-Service BI Solutions Introduces business intelligence (BI) and how to self-serve with BI. Introduction to business

More information

About Configuring BI Publisher for Primavera Unifier. Getting Started with BI Publisher Reports

About Configuring BI Publisher for Primavera Unifier. Getting Started with BI Publisher Reports Unifier BI Publisher Configuration Guide Version 17 July 2017 Contents About Configuring BI Publisher for Primavera Unifier... 5 Getting Started with BI Publisher Reports... 5 Downloading BI Publisher...

More information

TASK FORCE ON INTERNATIONAL MERCHANDISE TRADE STATISTICS. Rome, Italy, 16 April Summary of Discussion

TASK FORCE ON INTERNATIONAL MERCHANDISE TRADE STATISTICS. Rome, Italy, 16 April Summary of Discussion 1 TASK FORCE ON INTERNATIONAL MERCHANDISE TRADE STATISTICS Rome, Italy, 16 April 2013 Summary of Discussion The meeting was opened by Mr. Pietro Gennari, Director, Statistics Division, ESS, FAO. He welcomed

More information