Back to list
amattas

tech-stack

by amattas

Microsoft Fabric demo for retail customers with data generator

0🍴 0📅 Jan 15, 2026

SKILL.md


name: tech-stack description: Describes the primary technologies, frameworks, libraries, and language conventions used in this codebase.

Tech Stack Overview

Language-Specific Conventions

  • Python: See PYTHON.md for detailed conventions and examples

Primary Languages

LanguageUsageVersion
Pythondatagen, notebooks3.10+
PySparkFabric notebooksSpark 3.x
KQLEventhouse queriesN/A
JSON/YAMLFabric item definitionsN/A

Frameworks & Libraries

Data Generation (datagen)

  • DuckDB: Local analytical database for historical data
  • Faker: Synthetic data generation
  • Pydantic: Data validation and event schemas
  • azure-eventhub: Event streaming to Azure

Lakehouse

  • Delta Lake: ACID transactions, schema enforcement
  • PySpark: Distributed data processing

Real-Time Analytics

  • Microsoft Fabric Eventhouse: KQL-based analytics
  • Eventstream: Event routing and transformation

Project Architecture

Event Flow:
  datagen (Python)
    → Azure Event Hubs
    → Eventstream
    → KQL Tables + Lakehouse Bronze

Data Layers:
  Bronze (raw JSON)
    → Silver (typed Delta)
    → Gold (aggregated Delta)
    → Semantic Model (Power BI)

Key Dependencies

See datagen/pyproject.toml for Python dependencies.

Core packages:

  • pydantic - Schema validation
  • duckdb - Local analytics
  • faker - Data generation
  • azure-eventhub - Event streaming

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon