-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(get-started) Simplify copy on Get Started landing page (#7043)
- Loading branch information
1 parent
10db626
commit 5020a62
Showing
1 changed file
with
5 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,23 @@ | ||
# Get Started With DataHub | ||
|
||
This section is focused on helping you get up and running with DataHub as quickly as possible. | ||
These guides are focused on helping you get up and running with DataHub as quickly as possible. | ||
|
||
## Get Started with Self-Hosted DataHub | ||
## Self-Hosted DataHub | ||
|
||
This is a great place to start if you're new to DataHub and are interested in taking the open-source project for a spin. | ||
If you're looking to build and deploy DataHub youself, start here. | ||
|
||
You'll learn how to: | ||
|
||
* Deploy DataHub on your local machine | ||
* Ingest sample data to get a feel for what is possible in DataHub | ||
* Add and invite users to DataHub | ||
* Troubleshoot common issues | ||
|
||
### Prerequisites | ||
|
||
Before you go further, ensure you have the following installed: | ||
|
||
* [Python >=3.7.0](https://www.python.org/downloads/) | ||
* [Docker](https://docs.docker.com/get-docker/) | ||
* [Docker Compose v2](https://docs.docker.com/compose/install/) - may be bundled with docker | ||
|
||
:::note | ||
|
||
Make sure to allocate enough hardware resources for Docker! | ||
We recommend the following configuration: 2 CPUs, 8GB RAM, 2GB Swap area, and 10GB disk space. | ||
|
||
::: | ||
|
||
<p> | ||
<a | ||
className='button button--primary button--lg' | ||
href="quickstart"> | ||
Get Started with Self-Hosted DataHub | ||
</a> | ||
</p> | ||
|
||
## Get Started with Managed DataHub | ||
## Managed DataHub | ||
|
||
[Acryl Data](https://www.acryldata.io/product) provides a fully managed, premium version of DataHub. | ||
|
||
In this section, you'll learn how to: | ||
|
||
* Add and invite users to DataHub | ||
* Configure Slack notifications | ||
* Understand Approval Workflows | ||
|
||
### Prerequisites | ||
|
||
Before you go further, you'll need to have a DataHub instance provisioned. The Acryl Integrations Team will provide you with the following once it has been deployed: | ||
|
||
* The URL for your Acryl instance, i.e. `https://<your-domain-name>.acryl.io` | ||
* Admin account credentials for logging into the DataHub UI | ||
|
||
<p> | ||
<a | ||
className='button button--primary button--lg' | ||
href="authentication/guides/add-users"> | ||
Get Started with Managed DataHub | ||
</a> | ||
</p> | ||
</a> |