معرفی شرکت ها


diepvries-0.6.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

diepvries - Picnic Data Vault framework
ویژگی مقدار
سیستم عامل -
نام فایل diepvries-0.6.4
نام diepvries
نسخه کتابخانه 0.6.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Picnic Technologies
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/PicnicSupermarket/diepvries
آدرس اینترنتی https://pypi.org/project/diepvries/
مجوز MIT
# diepvries [![PyPI version shields.io](https://img.shields.io/pypi/v/diepvries.svg)](https://pypi.python.org/pypi/diepvries/) [![PyPI license](https://img.shields.io/pypi/l/diepvries.svg)](https://pypi.python.org/pypi/diepvries/) [![Travis build](https://img.shields.io/travis/com/PicnicSupermarket/diepvries/master)](https://app.travis-ci.com/github/PicnicSupermarket/diepvries) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) <img src="doc/static/diepvries.svg" alt="diepvries logo" width=200> Welcome to `diepvries`, a Python library to generate [Data Vault](https://en.wikipedia.org/wiki/Data_vault_modeling) SQL statements. ## What does it do? `diepvries` takes as input a Data Vault model (a list of hubs, links and satellites tables), and generates SQL statements to load data in those tables. For that purpose, it relies on naming conventions for tables and columns. There are 2 ways to feed a Data Vault model to `diepvries`: - Either declaratively, by enumerating tables and columns; - Or automatically, by building these structures using the database metadata. At the moment, `diepvries` is only compatible with [Snowflake](https://www.snowflake.com/). `diepvries` works with Python 3.8, 3.9, and 3.10. ## Getting started `diepvries` is distributed as a Python wheel on PyPI. In a virtual environment, you can grab the latest version by running: ```shell pip install diepvries ``` and in a Python console: ```python3 from diepvries.hub import Hub help(Hub) ``` If you see the help page for the `Hub` class, you're all set! :rocket: ## Continue the journey The best way to start using `diepvries` is by reading [its documentation website](https://diepvries.picnic.tech). You'll find a tutorial, a list of naming conventions, and more! ## Contributing Want to fix a bug, improve the docs, or add a new feature? That's awesome! Please read the [contributing document](https://github.com/PicnicSupermarket/diepvries/blob/master/CONTRIBUTING.md). ## Changelog You can find the changelog of this package in [`CHANGELOG.md`](https://github.com/PicnicSupermarket/diepvries/blob/master/CHANGELOG.md).


نیازمندی

مقدار نام
~=3.0 snowflake-connector-python


نحوه نصب


نصب پکیج whl diepvries-0.6.4:

    pip install diepvries-0.6.4.whl


نصب پکیج tar.gz diepvries-0.6.4:

    pip install diepvries-0.6.4.tar.gz