bi-etl


Namebi-etl JSON
Version 1.5.1 PyPI version JSON
download
home_pagehttps://github.com/arcann/bi_etl
SummaryPython ETL Framework
upload_time2023-08-24 20:44:34
maintainer
docs_urlNone
authorDerek Wood
requires_python>=3.9,<4.0
licenseMIT
keywords etl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bi_etl Python ETL Framework for BI

## Docs

[Please see the documentation site for detailed documentation.](https://bietl.dev/bi_etl/)

Python based ETL (Extract Transform Load) framework geared towards BI databases in particular. 
The goal of the project is to create reusable objects with typical technical transformations used in loading dimension tables.

## Guiding Design Principles
1. Don’t Repeat Yourself (DRY).

1. The source or target of an ETL owns the metadata (list of columns and data types). The ETL generally has no reason to define those again unless the ETL requires a change. If a datatype must be changed, only that one column’s new type should be specified. If a column name must be changed, only the source & target column names that differ should be specified.

1. Data Quality is King

1. Data quality is more important than performance. For example, the process should fail before truncating data contents (i.e. loading 6 characters into a 5 character field) even if that means sacrificing some load performance.

1. Give helpful error messages.

1. Make it as easy as possible to create re-usable modules.

1. SQL is a very powerful transformation language. The Transform Extract Load (TEL) model should be supported.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/arcann/bi_etl",
    "name": "bi-etl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "etl",
    "author": "Derek Wood",
    "author_email": "bietl_info@bietl.dev",
    "download_url": "https://files.pythonhosted.org/packages/e9/0f/8fc2d3c520341ee98f06190703c218c39dab889d64a4f0d74bc745193561/bi_etl-1.5.1.tar.gz",
    "platform": null,
    "description": "# bi_etl Python ETL Framework for BI\n\n## Docs\n\n[Please see the documentation site for detailed documentation.](https://bietl.dev/bi_etl/)\n\nPython based ETL (Extract Transform Load) framework geared towards BI databases in particular. \nThe goal of the project is to create reusable objects with typical technical transformations used in loading dimension tables.\n\n## Guiding Design Principles\n1. Don\u2019t Repeat Yourself (DRY).\n\n1. The source or target of an ETL owns the metadata (list of columns and data types). The ETL generally has no reason to define those again unless the ETL requires a change. If a datatype must be changed, only that one column\u2019s new type should be specified. If a column name must be changed, only the source & target column names that differ should be specified.\n\n1. Data Quality is King\n\n1. Data quality is more important than performance. For example, the process should fail before truncating data contents (i.e. loading 6 characters into a 5 character field) even if that means sacrificing some load performance.\n\n1. Give helpful error messages.\n\n1. Make it as easy as possible to create re-usable modules.\n\n1. SQL is a very powerful transformation language. The Transform Extract Load (TEL) model should be supported.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python ETL Framework",
    "version": "1.5.1",
    "project_urls": {
        "Documentation": "https://bietl.dev/docs/",
        "Homepage": "https://github.com/arcann/bi_etl",
        "Repository": "https://github.com/arcann/bi_etl"
    },
    "split_keywords": [
        "etl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23a16eee0f4f6d54aadb4a6f5719586df44ae4736288e723e93475144f0b6fa1",
                "md5": "457266ef0e424528ce276b1081132c26",
                "sha256": "1fe43e31497c8c55604aab573176ee8c96dc94db6e348ca3d7cc48a4d612febd"
            },
            "downloads": -1,
            "filename": "bi_etl-1.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "457266ef0e424528ce276b1081132c26",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 281349,
            "upload_time": "2023-08-24T20:44:32",
            "upload_time_iso_8601": "2023-08-24T20:44:32.719505Z",
            "url": "https://files.pythonhosted.org/packages/23/a1/6eee0f4f6d54aadb4a6f5719586df44ae4736288e723e93475144f0b6fa1/bi_etl-1.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e90f8fc2d3c520341ee98f06190703c218c39dab889d64a4f0d74bc745193561",
                "md5": "057aaac10a0060a574861e22ad0f6c19",
                "sha256": "efcdbb182b3444ee44b0f5e8e6a56916d54eb0ddce59fc8439ea3af5fd465f7d"
            },
            "downloads": -1,
            "filename": "bi_etl-1.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "057aaac10a0060a574861e22ad0f6c19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 225159,
            "upload_time": "2023-08-24T20:44:34",
            "upload_time_iso_8601": "2023-08-24T20:44:34.429160Z",
            "url": "https://files.pythonhosted.org/packages/e9/0f/8fc2d3c520341ee98f06190703c218c39dab889d64a4f0d74bc745193561/bi_etl-1.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-24 20:44:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arcann",
    "github_project": "bi_etl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "bi-etl"
}
        
Elapsed time: 0.10776s