sekikn / 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

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 the user 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

The OpenLineage repository contains integrations with several systems.

Related projects

Community

Talks

Contributing

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

Report a Vulnerability

If you discover a vulnerability in the project, please open an issue and attach the "security" label.


SPDX-License-Identifier: Apache-2.0
Copyright 2018-2023 contributors to the OpenLineage project

About

An Open Standard for lineage metadata collection

http://openlineage.io

License:Apache License 2.0


Languages

Language:Java 57.8%Language:Python 28.7%Language:Rust 7.1%Language:PLpgSQL 1.9%Language:Shell 1.9%Language:Go 1.7%Language:Groovy 0.6%Language:Dockerfile 0.2%Language:Smarty 0.1%Language:PowerShell 0.0%