readme2gh / spline

Data Lineage Tracking and Visualization tool for Apache Spark ™

Home Page:https://absaoss.github.io/spline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spline (from Spark lineage) project helps people get insight into data processing performed by Apache Spark ™


TeamCity build (develop) Codacy Badge Maven Central

The project consists of three main parts:

  • Spark Agent that sits on drivers, capturing the data lineage from Spark jobs being executed by analyzing the execution plans
  • Rest Gateway, that receive the lineage data from agent and stores it in the database
  • Web UI application that visualizes the stored data lineages

There are several other tools. Check the examples to get a better idea how to use Spline.

Other docs/readme files can be found at:

Spline currently supports Spark 2.2+, but in older versions (especially 2.2) lineage information provided by spark is limited.

Motivation

Spline aims to fill a big gap within the Apache Hadoop ecosystem. Spark jobs shouldn’t be treated only as magic black boxes; people should be able to understand what happens with their data. Our main focus is to solve the following particular problems:

  • Regulatory requirement for SA banks (BCBS 239)

    By 2020, all South African banks will have to be able to prove how numbers are calculated in their reports to the regulatory authority.

  • Documentation of business logic

    Business analysts should get a chance to verify whether Spark jobs were written according to the rules they provided. Moreover, it would be beneficial for them to have up-to-date documentation where they can refresh their knowledge of a project.

  • Identification of performance bottlenecks

    Our focus is not only business-oriented; we also see Spline as a development tool that should be able to help developers with the performance optimization of their Spark jobs.


Copyright 2017 ABSA Group Limited

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Data Lineage Tracking and Visualization tool for Apache Spark ™

https://absaoss.github.io/spline/

License:Apache License 2.0


Languages

Language:Scala 64.8%Language:TypeScript 23.5%Language:HTML 5.1%Language:CSS 5.1%Language:JavaScript 1.1%Language:Dockerfile 0.2%Language:Shell 0.1%