← スキル一覧に戻る

tech-stack
by amattas
Microsoft Fabric demo for retail customers with data generator
⭐ 0🍴 0📅 2026年1月15日
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
| Language | Usage | Version |
|---|---|---|
| Python | datagen, notebooks | 3.10+ |
| PySpark | Fabric notebooks | Spark 3.x |
| KQL | Eventhouse queries | N/A |
| JSON/YAML | Fabric item definitions | N/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 validationduckdb- Local analyticsfaker- Data generationazure-eventhub- Event streaming
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です