{"slug":"dagster-plus","name":"Dagster+","owner":null,"repo":null,"category":"orchestration-workflows","lang":"","blurb":"Managed, asset-based orchestration for data, ML, and AI pipelines — declarative software-defined assets with lineage, scheduling, and serverless or hybrid compute.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Managed, asset-based orchestration for data, ML, and AI pipelines — declarative software-defined assets with lineage, scheduling, and serverless or hybrid compute.","website":"https://dagster.io","docs_url":"https://docs.dagster.io/deployment/dagster-plus","signup_url":"https://dagster.io/lp/dagster-plus-trial","pricing_model":"usage-based","pricing_note":"30-day free trial; Solo $10/mo + $0.04/credit; Starter $100/mo + $0.035/credit; Serverless compute $0.01/min (May 2026: base plans no longer bundle credits)","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"30-day free trial signup; user and agent tokens are generated in-app for CI/CD and hybrid deployments.","mcp_server":"","sdks":["Python"],"code_sample":"{\"lang\":\"python\",\"code\":\"import dagster as dg\\n\\n@dg.asset\\ndef raw_users() -> list[dict]:\\n    return fetch_users()\\n\\n@dg.asset\\ndef clean_users(raw_users: list[dict]) -> int:\\n    return len(raw_users)\\n\\ndefs = dg.Definitions(assets=[raw_users, clean_users])\"}","tags":["orchestration","data-assets","lineage","python","serverless"],"useCases":[],"codeSample":{"lang":"python","code":"import dagster as dg\n\n@dg.asset\ndef raw_users() -> list[dict]:\n    return fetch_users()\n\n@dg.asset\ndef clean_users(raw_users: list[dict]) -> int:\n    return len(raw_users)\n\ndefs = dg.Definitions(assets=[raw_users, clean_users])"},"oneLiner":"Managed, asset-based orchestration for data, ML, and AI pipelines — declarative software-defined assets with lineage, scheduling, and serverless or hybrid compute.","docsUrl":"https://docs.dagster.io/deployment/dagster-plus","signupUrl":"https://dagster.io/lp/dagster-plus-trial","pricingModel":"usage-based","pricingNote":"30-day free trial; Solo $10/mo + $0.04/credit; Starter $100/mo + $0.035/credit; Serverless compute $0.01/min (May 2026: base plans no longer bundle credits)","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"30-day free trial signup; user and agent tokens are generated in-app for CI/CD and hybrid deployments.","mcpServer":""}