Back to Great Expectations

Home

docs/docusaurus/docs/gx_welcome.md

1.17.21.1 KB
Original Source

import LinkCardGrid from '@site/src/components/LinkCardGrid'; import LinkCard from '@site/src/components/LinkCard'; import GXCard from '@site/src/components/GXCard';

Great Expectations documentation

<p className="DocItem__header-description">Learn everything you need to know about GX Cloud and GX Core</p>
<GXCard />

What do you want to do today?

<LinkCardGrid> <LinkCard topIcon label="Get started with GX Cloud" description="Our fully-managed SaaS solution that simplifies deployment, scaling, and collaboration." to="/cloud/overview/gx_cloud_overview" icon="/img/gx_cloud_storage.svg" /> <LinkCard topIcon label="Get started with GX Core" description="Get started with the Great Expectations Python library." to="/core/introduction/" icon="/img/oss_icon.svg" /> <LinkCard topIcon label="Learn about GX features" description="Use tutorials and conceptual topics to learn more about GX features and functionality." to="/reference/learn" icon="/img/overview_icon.svg" /> <LinkCard topIcon label="Reference the GX API" description="View API reference for details on classes and methods." to="/reference" icon="/img/api_icon.svg" /> </LinkCardGrid>