mandy-chessell / OpenLineage

An Open Standard for lineage metadata collection

Home Page:http://openlineage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Badges

CircleCI status Slack license maven CII Best Practices

Overview

OpenLineage is an Open standard for metadata and lineage collection designed to instrument jobs as they are running. It defines a generic model of run, job, and dataset entities identified using consistent naming strategies. The core lineage model is extensible by defining specific facets to enrich those entities.

Status

OpenLineage is an LF AI & Data Foundation sandbox project under active development and we'd love your help!

Problem

Problem

Before

  • Duplication of effort: Each project has to instrument all jobs
  • Integrations are external and can break with new versions

With OpenLineage

  • Effort of integration is shared
  • Integration can be pushed in each project: no need to play catch up

Scope

OpenLineage defines the metadata for running jobs and the corresponding events. A configurable backend allows to choose what protocol to send the events to. Scope

Core model

Model

A facet is an atomic piece of metadata attached to one of the core entities. See the spec for more details.

Spec

The specification is defined using OpenAPI and allows extension through custom facets.

Related projects

Community

Talks

Contributing

See CONTRIBUTING.md for more details about how to contribute.

About

An Open Standard for lineage metadata collection

http://openlineage.io

License:Apache License 2.0


Languages

Language:Java 48.2%Language:Python 47.3%Language:Shell 4.2%Language:Dockerfile 0.2%Language:Roff 0.1%