Skip to content

northwesternmutual/OpenLineage

 
 

Repository files navigation

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

Before

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

Before OpenLineage

With OpenLineage

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

With OpenLineage

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.

Integrations

OpenLineage repository contains integrations with several systems.

Related projects

Community

Talks

Contributing

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

About

An Open Standard for lineage metadata collection

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.2%
  • Python 34.9%
  • Shell 2.6%
  • Other 0.3%