Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
catalog / Orchestration / Dagster
⬡PipelineOrchestrationFree

Dagster

Asset-oriented data orchestration platform for building, testing, and monitoring data pipelines in production.

@ai-supply
التثبيتات280k
التقييم★ 4.7
المراجعات93
↗ مستودع المصدر

Dagster

Dagster is an orchestration platform for the development, production, and observation of data assets. It lets you define data pipelines as code with a focus on software-defined assets — the data outputs your pipelines produce.

Key Features

  • Software-defined assets: Declare data assets and their dependencies; Dagster determines execution order
  • Integrated lineage: Automatically track which assets depend on which, with a visual DAG UI
  • Type system: Annotate assets with types and get runtime validation for free
  • Partitioned assets: Native support for backfills and incremental processing by partition
  • Sensors & schedules: Event-driven triggers and cron-based scheduling
  • First-class testing: Unit-test individual ops and assets without running full pipelines
  • Ecosystem integrations: dbt, Spark, Snowflake, Databricks, Fivetran, and 100+ others

Quick Start

pip install dagster dagster-webserver
dagster dev
from dagster import asset, Definitions

@asset
def raw_data():
    return [1, 2, 3, 4, 5]

@asset
def processed_data(raw_data):
    return [x * 2 for x in raw_data]

defs = Definitions(assets=[raw_data, processed_data])

Add to ai-supply

npx ai-supply add dagster-data-orchestrator

Curated mirror of the open-source Dagster (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية