Skip to content

linkml/linkml-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Dec 17, 2024
Nov 18, 2024
Dec 17, 2024
Apr 1, 2025
Aug 19, 2022
Jul 3, 2024
Dec 17, 2024
Jul 3, 2024
Apr 11, 2024
Jul 3, 2024
Dec 17, 2024
Jul 3, 2024
Dec 17, 2024
Nov 14, 2024

Repository files navigation

linkml-map

Pyversions PyPi codecov

LinkML Map is a framework for specifying and executing mappings between data models.

Features:

  • YAML-based lightweight syntax
  • Python library for executing mappings on data files
  • Ability to compile to other frameworks (forthcoming)
  • Derivation of target (implicit) schemas, allowing easy customization of data models (profiling)
  • Simple YAML dictionaries for simple mappings
  • Automatic unit conversion
  • Use of subset of Python to specify complex mappings
  • Visualizations of mappings
  • Mappings are reversible (provided all expressions used are reversible)

For full documentation see:

Status:

The transformation data model is not yet fully stable, and may be subject to change. Not all parts of the model are implemented in the reference Python framework.

Quickstart