Skip to content

Commit

Permalink
Documentation edits made through Mintlify web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mintlify[bot] authored Nov 20, 2024
1 parent b462221 commit ef922c6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 36 deletions.
51 changes: 16 additions & 35 deletions docs/oss/oss-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,59 +10,40 @@ To gain the most value from Elementary, we recommend using the [Elementary Cloud

### Elementary OSS vs Elementary Cloud Platform

- **Elementary Cloud Platform** - **Recommended for organizational data quality initiatives** (e.g., platform refactoring, governance projects, or AI/ML adoption).
* **Elementary Cloud Platform** - **Recommended for organizational data quality initiatives** (e.g., platform refactoring, governance projects, or AI/ML adoption).
The Elementary Cloud Platform offers pipeline monitoring, incident management, column level lineage, dashboards, health scores, and alerts. It empowers data engineers, analytics engineers, and data analysts to collaborate, resolve issues efficiently, and deliver trusted data products. Learn more about the [Elementary Cloud Platform](/cloud/introduction) or [book a demo](https://cal.com/maayansa/elementary-intro-docs).
- **Elementary OSS** - **Recommended for local or individual use.**

* **Elementary OSS** - **Recommended for local or individual use.**
The CLI tool is used to send Slack alerts, and self-host the Elementary report. It is the right choice if you’ll be the primary user of Elementary and don't have collaboration needs. Learn more about the CLI tool below.

See here a [detailed features comparison](/overview/cloud-vs-oss).

<CardGroup cols={1}>
<Card
title="Quickstart Elementary OSS"
href="/oss/quickstart/quickstart-cli-package"
icon="circle-play"
iconType="solid"
>
<Card title="Quickstart Elementary OSS" href="/oss/quickstart/quickstart-cli-package" icon="circle-play" iconType="solid">
Install the Elementary dbt package and CLI tool.
</Card>

<Card title="Webinar: Getting Started with Elementary OSS" href="https://www.elementary-data.com/webinar/getting-started-with-elementary" icon="video">
Watch the webinar to learn how to get started with the Elementary dbt package and CLI tool.
</Card>
</CardGroup>

### CLI Guides

<CardGroup cols={2}>
<Card
title="Generate a report"
icon="browsers"
iconType="solid"
href="/oss/guides/generate-report-ui"
></Card>
<Card
title="Send alerts"
icon="bell-exclamation"
href="/oss/guides/alerts/elementary-alerts"
></Card>
<Card
title="Share the report"
icon="share-all"
iconType="solid"
href="/oss/guides/share-report-ui"
></Card>
<Card
title="Deploy in production"
icon="gear"
iconType="solid"
href="/oss/deployment-and-configuration/elementary-in-production"
></Card>
<Card title="Generate a report" icon="browsers" iconType="solid" href="/oss/guides/generate-report-ui" />

<Card title="Send alerts" icon="bell-exclamation" href="/oss/guides/alerts/elementary-alerts" />

<Card title="Share the report" icon="share-all" iconType="solid" href="/oss/guides/share-report-ui" />

<Card title="Deploy in production" icon="gear" iconType="solid" href="/oss/deployment-and-configuration/elementary-in-production" />
</CardGroup>

<br />

<Frame>
<img
src="https://raw.githubusercontent.com/elementary-data/elementary/master/static/report_ui.gif"
alt="Demo"
/>
<img src="https://raw.githubusercontent.com/elementary-data/elementary/master/static/report_ui.gif" alt="Demo" />
</Frame>

### Supported adapters
Expand Down
8 changes: 7 additions & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Elementary Quickstart"
title: "Elementary Cloud Platform Quickstart"
sidebarTitle: "Quickstart"
icon: "circle-play"
---
Expand All @@ -10,8 +10,14 @@ icon: "circle-play"

We can provide [support on Slack](https://elementary-data.com/community) or hop on a [guided onboarding call](https://cal.com/maayansa/elementary-intro-docs).

### Demo Videos

🎥 Learn more about features available on Elementary Cloud by watching the [demo videos](https://https://www.elementary-data.com/elementary-cloud-demo-videos).

## What's next?

1. [Connect Slack or MS Teams](/cloud/guides/enable-slack-alerts) for alerting 🔔

2. [Connect your code repository](/cloud/integrations/code-repo/connect-code-repo) to add tests configuration from the cloud 🔌

3. [Connect your BI tool](/cloud/integrations/bi/connect-bi-tool) to automatically extend the lineage to dashboards 🚀

0 comments on commit ef922c6

Please sign in to comment.