Giter VIP home page Giter VIP logo

better-etl's Introduction

Better ETL

Goal

The goal is to create a specification and a sample implementation for piping and transforming data.

Why

None of the current open source and commercial products provides the full set of features of Better ETL.

Features

  • Language, OS and cloud agnostic
  • Pluggable: a data pipeline consists of steps where each step implements a single interface. This allows anyone to implement data sources, outputs, transformations, logic etc. in various languages, mix them in a single pipeline, deploy each step independently. All this together allows greater freedom of development, deployment and scalability.
  • A pipeline is a DAG
  • Each step of a pipeline runs independently. This allows continuous flow of data.
  • API. Can be used to create dependencies among pipelines.
  • Scheduler.
  • Persistence: data coming into a pipeline step is persisted until successfully output into a next step.
  • A step can output data, metadata, status, message, event. Even listener can start a DAG.
  • A step that has multiple following steps can serve as a condition clause. (named outputs/connections/links)
  • Map/reduce
  • Centralized logging. This allows centralized monitoring.

Here is another more specific list of featuers.

Design

design

This diagram shows several things:

  • A pipeline step can output 4 types of data:
    • status: status of the step such as success or failure.
    • data: raw data in any format.
    • metadata: description of the data, such as its format.
    • message: a message from this step for the next steps
  • A condition step used for routing messages
  • Examples of steps: data source, condition, transformation, output, notification, sending message to another pipeline
  • Data Dagster infrastructure consists of
    • a unified logging layer and a control module for controlling all pipelines
    • API layer on top of controller and logging. The API serves to communicate with Data Dagster.
    • UI for monitoring and controlling Data Dagster. The UI uses the API to communicate with the logging and controller.
    • SDK that uses the API to communicate with the logging and controller.
    • CLI on top of the SDK to communicate with the logging and controller.
    • Code that uses the SDK to communicate with the logging and controller.

Roadmap

Status

Set up

  • Install Python 3
  • Run . ./setup.sh

better-etl's People

Contributors

daniel-nuriyev-simplisafe avatar danielnuriyev avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.