Skip to content

metadatadriven/acdc-wip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis Concepts / Derivation Concepts Work-In-Progress

This repo contains work-in-progress related to CDISC Analysis/Derivation Concepts.

Statistical Data and Metadata eXchange (SDMX)

The following files contain SAP extracts which are modelled using SDMX. The examples are taken from the CDSIC ADaM Examples document.

See the SDMX Information Model version 2.1 documentation for detailed reference of the model.

Examples

  • Example 6 Multivariate Analysis of Variance (Mood)

How to create an SDMX model

The following checklist can be used to simplify the process of creating an SDMX model from source documentation (e.g. SAP and Shells).

Step 1 - define information model basics

This step defines the foundational elements that the data structure builds on (step 2)

  • Identify Concepts - these are all "abstract units of knowledge". Each Conceptwill have a codelist or format associated with it - see next steps
  • Identify Codelists. These can be enumerations defined in the source document, numeric ranges, references to external codelists, ontologies, etc.
  • Identify data formats.

Step 2 - define the data structure

The data structure defines the 'cube' structure that allows the data to be navigated independently of the contents.

  • Dimensions
  • Measures
  • Values

SDMX tools

.stat suite data explorer

This is a web-based SDMX data explorer. It is part of a wider suite of open-source SDMX tools maintained by .Stat project.

TLDR; The app runs ok but doesnt have any data out the box! Maybe need full suite of tools?

Notes:

  • Clone gitlab repo
  • build following yarn commands described in README
  • Access using http://localhost:7000/?tenant=oecd (default tenant didnt work for me!)

CubeViz.js

According to the README "CubeViz is generating a faceted browsing widget that can be used to filter interactively observations to be visualized in charts."

There is an example application here with links to SDMX data in RDF format.

Notes:

  • clone github repo
  • THIS IS A VERY OLD PROJECT
  • Roll back to node v8 using nvm install 8 and nvm use 8
  • Install with npm install
  • run with npm start
  • access demo at http://localhost:8080/

References

Training

About

work-in-progress repo related to CDISC Analysis Concepts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •