Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.04 KB

File metadata and controls

49 lines (28 loc) · 1.04 KB

azDataMeshFunctions

(azure Data Mesh experience plane)

This repository will hold a sample implementation for the exprience planes of data mesh within azure using azure functions and python as scripting language.

Getting Started

Move to the directory of the requirements.txt of the manager you wann work in / with.

Fetch required modules:

pip install -r requirements.txt

Start your own environment:

virtualenv env

Set your env variables:

$Env:SQLAZURECONNSTR_WWIF="Driver={ODBC Driver 17 for SQL Server};Server=tcp:{server}.database.windows.net,1433;Database={database};UID={username};Authentication=ActiveDirectoryInteractive;"

Data Product Manager

The Data Product Manager is responsible for holding the current state and location of the data product.

Event Booking Manager

Testing

Tests are written using pytest. You can run the tests by calling:

pytest --capture=tee-sys

Security

Basic Concept

-> https://docs.microsoft.com/en-us/azure/key-vault/secrets/quick-create-python