Skip to content

Commit 1cfe2f5

Browse files
committed
Rework the offerings page again
1 parent c7ea337 commit 1cfe2f5

File tree

6 files changed

+31
-32
lines changed

6 files changed

+31
-32
lines changed

docs/get-started/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ We offer two fully featured Customer Data Infrastructure (CDI) platforms:
1111
* **Snowplow CDI Private Managed Cloud**: hosted in your own cloud, managed by Snowplow
1212
* **Snowplow CDI Cloud**: hosted and managed by Snowplow
1313

14-
For self-hosted deployments, you can buy a production or a non-production license:
15-
* **Snowplow High Availability**: for production use, hosted and managed by you
14+
For self-hosted deployments, we have:
1615
* **Snowplow Community Edition**: not for production use, hosted and managed by you
16+
* **Snowplow Self-Hosted**: for production use, for existing Snowplow users
1717

1818
## Customer Data Infrastructure
1919

@@ -51,11 +51,13 @@ All data processed and collected with Snowplow Cloud is undertaken within Snowpl
5151

5252
## Self-Hosted
5353

54-
Choose Snowplow Self-Hosted to host and manage your Snowplow infrastructure, for complete control over your deployment. With Self-Hosted, you deploy and host everything. Many features, including the **control plane**, are not available in Self-Hosted.
54+
With Self-Hosted, you deploy and host everything. Many features, including the **control plane**, are not available in Self-Hosted.
5555

56-
### High Availability
56+
### Community Edition
57+
58+
Snowplow [Community Edition](/docs/get-started/self-hosted/index.md) is for **non-production** use cases. It's a starter template: use it to evaluate Snowplow for testing purposes.
5759

58-
Snowplow High Availability is ideal if you have an existing Snowplow deployment, and prefer to manage all upgrades and maintenance yourself. The infrastructure is provided under a proprietary, production-use license.
60+
Community Edition infrastructure is provided under the [SLULA license](/docs/resources/copyright-license/index.md).
5961

6062
| | Hosted by Snowplow | Hosted by you |
6163
| :------------------------------------------ | :----------------: | :-----------: |
@@ -66,11 +68,9 @@ Snowplow High Availability is ideal if you have an existing Snowplow deployment,
6668
| Pipeline infrastructure (AWS / Azure / GCP) | ||
6769
| Data destination (warehouse / lake) | ||
6870

69-
### Community Edition
70-
71-
Snowplow [Community Edition](/docs/get-started/self-hosted/index.md) is for **non-production** use cases.
71+
### Production Self-Hosted license
7272

73-
Community Edition infrastructure is provided under the [SLULA license](/docs/resources/copyright-license/index.md).
73+
If you have an existing Snowplow implementation, either Community Edition or a legacy deployment, you're eligible for Snowplow Self-Hosted. It's a production-use license.
7474

7575
| | Hosted by Snowplow | Hosted by you |
7676
| :------------------------------------------ | :----------------: | :-----------: |
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
2-
title: "Setting up Private Managed Cloud"
2+
title: "Setting up Snowplow CDI"
33
sidebar_position: 3
4-
sidebar_label: "Setting up Private Managed Cloud"
4+
sidebar_label: "Setting up Snowplow CDI"
55
sidebar_custom_props:
66
offerings:
7-
- bdp
7+
- cdi
88
---
99

10-
```mdx-code-block
11-
import Tabs from '@theme/Tabs';
12-
import TabItem from '@theme/TabItem';
13-
```
10+
To get started with Snowplow Customer Data Infrastructure, follow the **Getting Started** steps in [Snowplow Console](https://console.snowplowanalytics.com/getting-started). You will receive an account as part of your onboarding.
1411

15-
To get started with Snowplow CDI Private Managed Cloud, follow the **Getting Started** steps in [Snowplow Console](https://console.snowplowanalytics.com/getting-started). You will receive an account as part of your onboarding.
12+
## CDI Cloud
1613

17-
The Getting Started steps will guide you through setting up your cloud environment. You can also find the instructions here:
14+
If you have a Snowplow [CDI Cloud](/docs/get-started/index.md#cdi-cloud) account, we'll set up your infrastructure for you. Check out **Pipelines** in Console to see your new pipeline.
15+
16+
## CDI Private Managed Cloud
17+
18+
If you have a Snowplow [CDI Private Managed Cloud](/docs/get-started/index.md#cdi-private-managed-cloud) account, the Getting Started steps will guide you through setting up your cloud environment. You can also find the instructions here:
1819
* [AWS Setup Guide](/docs/get-started/private-managed-cloud/setup-guide-aws/index.md)
1920
* [Azure Setup Guide](/docs/get-started/private-managed-cloud/setup-guide-azure/index.md)
2021
* [GCP Setup Guide](/docs/get-started/private-managed-cloud/setup-guide-gcp/index.md)
2122

22-
Once you've set up your cloud environment, go ahead and [request a new pipeline](https://console.snowplowanalytics.com/pipelines/azure/new) in Console.
23-
24-
If you have a Snowplow CDI Cloud account, you don't need to worry about cloud configuration.
23+
Once you've set up your cloud environment, go to **Pipelines** in Console to request your new pipeline.

docs/get-started/self-hosted/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sidebar_custom_props:
1212
import LicenseNotice from '@site/docs/get-started/self-hosted/_license-notice.md';
1313
```
1414

15-
This page is an introduction for the Self-Hosted [Quick Start guide](docs/get-started/self-hosted/quick-start/index.md). Follow the Quick Start to set up a [Snowplow Self-Hosted](/docs/get-started/index.md#self-hosted) deployment, whether High Availability (production) or Community Edition (non-production).
15+
This page is an introduction for the [Self-Hosted](/docs/get-started/index.md#self-hosted) [Quick Start guide](docs/get-started/self-hosted/quick-start/index.md). Follow the Quick Start to set up a self-hosted deployment.
1616

1717
We have built a set of [terraform](https://www.terraform.io/docs/language/modules/develop/index.html) modules, which automates the setup and deployment of the required infrastructure and applications for an operational Snowplow Community Edition pipeline, with just a handful of input variables required on your side.
1818

docs/glossary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ To help clarify, we've categorized the terms:
7272
| **Snowplow CLI** | Component | Tool for command-line management of data products and data structures | [Snowplow CLI](/docs/data-product-studio/snowplow-cli/index.md) |
7373
| **Snowplow Community Edition** | Offering | Limited license (SLULA) Snowplow self-hosted product offering | [Snowplow Self-Hosted](/docs/get-started/index.md#self-hosted) |
7474
| **Snowplow Console** | Offering | Web UI for Snowplow data management | [Snowplow Console](https://console.snowplowanalytics.com) |
75-
| **Snowplow High Availability** | Offering | Self-hosted Snowplow product offering | [Snowplow Self-Hosted](/docs/get-started/index.md#self-hosted) |
7675
| **Snowplow Inspector** | Component | Browser extension for testing and validation of web tracking | [Snowplow Inspector](/docs/data-product-studio/data-quality/snowplow-inspector/index.md) |
7776
| **Snowplow Micro** | Component | Testing and QA pipeline | [Snowplow Micro](/docs/data-product-studio/data-quality/snowplow-micro/index.md) |
7877
| **Snowplow Mini** | Component | Sandbox development pipeline | [Snowplow Mini](/docs/api-reference/snowplow-mini/index.md) |
78+
| **Snowplow Self-hosted** | Offering | Production self-hosted Snowplow product offering | [Snowplow Self-Hosted](/docs/get-started/index.md#self-hosted) |
7979
| **Snowtype** | Component | Tool for custom tracking code generation | [Snowtype](/docs/data-product-studio/snowtype/index.md) |
8080
| **Snowtype CLI** | Component | Tool for command-line management of Snowtype code generation | [Snowtype CLI](/docs/data-product-studio/snowtype/using-the-cli/index.md) |
8181
| **Source** | Concept | Tracker SDK or webhook that sends events to a collector endpoint | [Sources](/docs/sources/index.md) |

src/remark/abbreviations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const plugin = () => {
55
AAID: 'Android Advertising ID',
66
ADLS: 'Azure Data Lake Storage',
77
AWS: 'Amazon Web Services',
8-
BDP: 'Behavioral Data Platform',
98
CDI: 'Customer Data Infrastructure',
109
CDN: 'Content Delivery Network',
1110
CDP: 'Customer Data Platform',

src/theme/MDXContent/index.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,15 @@ export default function MDXContentWrapper(props) {
5151

5252
if (offerings) {
5353
const names = offerings.customProps.offerings.map((o) => offeringNames[o])
54-
admonitions.push(
55-
<Admonition type="info" key="offering">
56-
This documentation only applies to{' '}
57-
<strong>{names.join(' and ')}</strong>. See the{' '}
58-
<a href="/docs/feature-comparison/">feature comparison</a> page for more
59-
information about the different Snowplow offerings.
60-
</Admonition>
61-
)
54+
admonitions
55+
.push
56+
// <Admonition type="info" key="offering">
57+
// This documentation only applies to{' '}
58+
// <strong>{names.join(' and ')}</strong>. See the{' '}
59+
// <a href="/docs/feature-comparison/">feature comparison</a> page for more
60+
// information about the different Snowplow offerings.
61+
// </Admonition>
62+
()
6263
}
6364

6465
return (

0 commit comments

Comments
 (0)