-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aug 30th Lopp: This PR has been updated to incorporate a few changes (sorry for the large size 😢 ): - The Dagster+ getting started topology now has two docs: "what's dagster+" and "getting started". This removes the dagster+ features doc. - Getting started focuses on being an actionable guide, without trying to re-describe a lot of what is in the product NUX. It relies fairly heavily on the adding a code location guide instead of replicating the content - What's Dagster+ builds off of Jordan's original content to explain briefly what Dagster+ is to a audience familiar with Dagster OSS, and also adds the short list of Dagster+ features (hence the removal of the features doc). This was also a natural place to put cross link out to parts of the dagster.io site as well as other guides - As a result, I decided to flatten the overall structure of the dagster-plus docs folder. "What's dagster+" and "getting started" are placed at the top level. Code requirements is moved to the deployment section, allowing us to remove the entire getting-started directory. - This PR also removes the "deployment types" doc in favor of the brief description of Serverless vs Hybrid in the getting started / whats dagster+ docs. Fixes the links as a result of this removal. - Adds the hybrid doc landing page, which takes the rest of Jordan's original content --------- Co-authored-by: Sean Lopp <[email protected]>
- Loading branch information
Showing
12 changed files
with
169 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
docs/docs-beta/docs/dagster-plus/getting-started/whats-dagster-plus.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "What's Dagster+?" | ||
displayed_sidebar: "dagsterPlus" | ||
sidebar_position: 1 | ||
--- | ||
|
||
# What's Dagster+? | ||
|
||
Dagster+ is a managed orchestration platform built on top of Dagster's open source engine. | ||
|
||
Dagster+ is built to be the most performant, reliable, and cost effective way for data engineering teams to run Dagster in production. Dagster+ is also great for students, researchers, or individuals who want to explore Dagster with minimal overhead. | ||
|
||
Dagster+ comes in two flavors: a fully [Serverless](/dagster-plus/deployment/serverless) offering and a [Hybrid](/dagster-plus/deployment/hybrid) offering. In both cases, Dagster+ does the hard work of managing your data orchestration control plane. Compared to a [Dagster open source deployment](/guides/deployment/), Dagster+ manages: | ||
- Dagster's web UI at https://dagster.plus | ||
- Metadata stores for data cataloging and cost insights | ||
- Backend services for orchestration, alerting, and more | ||
|
||
Dagster+ Serverless is fully managed and your Dagster code executes in our environment. In Dagster+ Hybrid, you run an execution environment that connects to the Dagster+ control plane. | ||
|
||
In addition to managed infrastructure, Dagster+ also adds core capabilities on top of Dagster open source to enable teams building data platforms: | ||
|
||
- [Insights](/dagster-plus/insights), a powerful tool for identifying trends in your data platform overtime, optimizing cost, and answering questions like "Why does it feel like our pipelines are taking longer this month?". | ||
- [Alerts](/dagster-plus/deployment/alerts) to a variety of services like Slack, PagerDuty, and email to notify your team of failed runs, data quality issues, and violated SLAs. | ||
- Authentication, [Role Based Access Control](/dagster-plus/access/rbac), and [Audit Logs](/dagster-plus/access/rbac/audit-logs) which help teams implement data mesh strategies while remaining compliant. | ||
- [Data Catalog](/dagster-plus/data-catalog), a powerful search-first experience that builds off of Dagster's best-in-class lineage graph to include searching for assets, metadata, column lineage, and more. | ||
- [Branch Deployments](/dagster-plus/deployment/branch-deployments) | ||
|
||
Ready to [get started](/dagster-plus/getting-started)? | ||
|
||
## Other resources | ||
- Learn more about Dagster+ [pricing and plan types](https://dagster.io/pricing) or [contact the Dagster team](https://dagster.io/contact) | ||
- Dagster+ includes support, [click here](https://dagster.io/support) to learn more. | ||
- Dagster+ is HIPAA compliant, SOC 2 Type II certified, and meets GDPR requirements. Learn more about Dagster+[ security](https://dagster.io/security). | ||
- Migrate [from a Dagster open source deployment to Dagster+](/guides/deployment/self-hosted-to-dagster-plus) | ||
- Dagster+ [status page](https://dagstercloud.statuspage.io/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,3 +79,14 @@ uncomment | |
vCPU | ||
vCPUs | ||
we have | ||
|
||
|
||
SLA | ||
SLAs | ||
performant | ||
SOC | ||
GDPR | ||
HIPAA | ||
IAM | ||
ECS | ||
AWS |
41d44fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagster-docs ready!
✅ Preview
https://dagster-docs-n62opppz7-elementl.vercel.app
https://master.dagster.dagster-docs.io
Built with commit 41d44fb.
This pull request is being automatically deployed with vercel-action