Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webinar-cli-page #1758

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading