Code Monkey home page Code Monkey logo

betl's Introduction

BETL

Go to the betl website directly using this link https://www.c2h.nl/betl

BETL is a data warehouse automation framework. I allows you to generate ETL and DDL. Orchestration needs an ETL tool, but you can use the BETL meta data to build a generic orchestration process.

BETL Components

What is BETL

  • Free, open source, GNU GPL
  • Meta data driven
  • 100 % T-SQL
  • Generic (usable in many different data warehousing scenarios)
  • Real time code generator (in contrast to design time code generators like e.g. BIML). Changes to meta data and templates are effective immediately. There is no need to build or deploy anything in your development environment.

What is BETL not

  • A modeling method (e.g. Datavault, Kimball or Anchor modeling)
  • A DWH architecture (e.g. staging-> raw dwh -> integrated dwh -> datamart ).
  • Dependent ( e.g. dependent on vendor or tooling other than T-SQL and handle bars. no external libaries.).
  • Restrictive ( all or nothing. You can choose which functionality you require in your project.)
  • Visual (currently it's only T-SQL. My next focus would be to build a meta data gui )
  • Finished. Although I spent many hours on BETL, there are still some loose ends. You are very welcome to help.

Main reasons for using BETL

  • Improve your productivity. However you need to invest some time to get to know BETL.
  • Improve the quality of your ETL by seperating what to do and how to do it.
  • Makes your work more fun. You will need to think about generic business rules and templates instead of implementing local ETL changes.
  • It forces developers to folow certain design guidelines and best practices. E.g. naming conventions, change detection, logging, TSQL Batch insert performance, etc.

Prerequisits for using BETL

  • T-SQL intermediate level.
  • A general understanding of the Handlebars template language.
  • You need a SQL Server database (in Azure or on premise).

Prerequisits for contributing to BETL

  • T-SQL advanced level. Generate dynamic T-SQL using stored procedures, functions, custom data types.
  • Knowledge of data warehousing best practices.

BETL can be used standalone or combined with Azure data factory or SSIS.

Related projects

  • I am working on a graphical user interface for the mapping meta data. However this is still work in progress. A good workaround is to construct the mapping and orchestration meta data using views.
  • The previous version of BETL was made for an on premise Microsoft environment and is being used by 2 large customers in the Netherlands. Most of the template code is contained in a large stored procedure called push.

betl's People

Contributors

basvdberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.