Scaffold Azure data engineering artefacts for multiple LCW data products
Project description
LCW Data Platform Scaffold
A comprehensive scaffolding tool for creating standardized data engineering project structures across various cloud providers, with initial focus on Azure Data Platform services.
Overview
This tool automatically generates a consistent directory structure for data engineering projects, incorporating best practices for organizing Azure data platform resources including Data Factory, Databricks, Synapse Analytics, and related services.
Target Audience
- Data Engineers
- Data Architects
- DevOps Engineers
- Cloud Solutions Architects working with Azure Data Platform services and looking to maintain consistent project structures across multiple data products.
Prerequisites
- Python 3.8 or higher
- pip or poetry for package management
Installation
Using pip:
pip install lcw-data-platform-scaffold
Using poetry:
poetry add lcw-data-platform-scaffold
Usage
Basic Usage
The tool can be run using the CLI command:
lcw-dps --parent your-parent-directory
If no parent directory is specified, it defaults to 'lcw-data-platform-applications'.
Example
lcw-dps --parent my-data-products
This will create the following structure for each product:
my-data-products/
├── PulseOps_Appointment_Rota_Management/
├── CliniMetrics_Clinical_Data_Reporting_KPIs/
├── TeamGauge_Staff_Performance_Monitoring/
├── InsightAI_AI_ML_Insights_Predictive_Analytics/
└── PatientConnect_Patient_Communication_Engagement/
Each product directory contains a comprehensive structure including:
- Data ingestion components (Data Factory, Databricks, Azure Functions)
- Data processing layers
- Analytics (Synapse, Power BI)
- Governance and observability
- DevOps configurations
- Tests
- Documentation
Project Structure
Each data product is scaffolded with the following structure:
product-name/
├── docs/
├── data-ingestion/
│ ├── data-factory/
│ ├── databricks/
│ ├── azure-functions/
│ └── event-hub/
├── data-processing/
├── analytics/
│ ├── synapse/
│ └── power-bi/
├── governance-observability/
├── tests/
├── devops/
└── configs/
Configuration
The tool comes pre-configured with standard Azure data platform components but can be customized through:
- Modifying the
PRODUCTSdictionary in scaffold.py - Adjusting the
BLUEPRINTlist for different directory structures
Dependencies
- Python >= 3.8
- click >= 8.1
Development
To contribute to this project:
# Clone the repository
git clone https://github.com/yourusername/lcw_data_platform_scaffold.git
# Install development dependencies
poetry install
# Run tests
poetry run pytest
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Author
Amitesh Bhattacharya
Support
For issues and feature requests, please create an issue in the project repository.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lcw_data_platform_scaffold-0.1.1.tar.gz.
File metadata
- Download URL: lcw_data_platform_scaffold-0.1.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.13 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5931d8c7d3cc7bfbf6d368e232f2fbe29124b1f19c0b3d75708b9507997b94ee
|
|
| MD5 |
829d133f81d87e1456a3b4c2d255f0d3
|
|
| BLAKE2b-256 |
6060b5223be61e02d81b9c33879af7150ca92867b2d9b87fe06e44354fa8e7c7
|
File details
Details for the file lcw_data_platform_scaffold-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lcw_data_platform_scaffold-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.13 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfe9c70be615c52ef2b7d18fca4d0d8b486aa36a1d7eac018e1578f40173b31f
|
|
| MD5 |
ca2f474aea0da400e96267fc188f059b
|
|
| BLAKE2b-256 |
b430ad0af49aadb4d5e1b9a0c3540003515c4135ac8c785b8ca53e058cfe3d35
|