Skip to content

Commit 664c9be

Browse files
committed
Remove BDPs outside of docs folder
1 parent 476a3ec commit 664c9be

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/styles/Snowplow/Acronyms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ exceptions:
6565
- ZIP
6666

6767
# Added for Snowplow
68-
- BDP
68+
- CDI
6969
- DNS
7070
- SQS
7171
- UUID

.github/styles/config/vocabularies/snowplow/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Data Product Studio
5353
Data Model Packs
5454
Data Model Pack
5555
AWS Console
56-
BDP Console
56+
Snowplow Console
5757
Iglu Central
5858
Iglu Server
5959
Igluctl

docs/get-started/feature-comparison/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here is a detailed list of product features, showing which are available as part
3434
| • Kinesis |||
3535
| • PubSub |||
3636
| • Kafka / Azure Event Hubs / Confluent Cloud |||
37-
| <h3>Data Product Studio</h3> | BDP | Self-Hosted |
37+
| <h3>Data Product Studio</h3> | CDI | Self-Hosted |
3838
| Advanced enrichments (PII, IP anonymization, JS, API, SQL enrichments) || ✅ (no UI or API) |
3939
| [Data structures tooling and API](/docs/data-product-studio/data-structures/manage/index.md) |||
4040
| [Data products](/docs/data-product-studio/data-products/index.md) |||
@@ -45,7 +45,7 @@ Here is a detailed list of product features, showing which are available as part
4545
| QA pipeline || do-it-yourself |
4646
| Fine-grained user permissions using access control lists |||
4747
| API key access |||
48-
| <h3>[Data Model Packs](/docs/modeling-your-data/visualization/index.md)</h3> | BDP | Self-Hosted |
48+
| <h3>[Data Model Packs](/docs/modeling-your-data/visualization/index.md)</h3> | CDI | Self-Hosted |
4949
| **Digital Analytics** | | |
5050
| Funnel builder |||
5151
| User and Marketing Analytics |||
@@ -55,13 +55,13 @@ Here is a detailed list of product features, showing which are available as part
5555
| **Ecommerce Analytics** | | |
5656
| Ecommerce Analytics |||
5757
| [Ecommerce data model](/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-models/dbt-ecommerce-data-model/index.md) |||
58-
| <h3>Extensions</h3> | BDP | Self-Hosted |
58+
| <h3>Extensions</h3> | CDI | Self-Hosted |
5959
| Reverse ETL, powered by Census |||
6060
| Audience Hub, powered by Census |||
61-
| <h3>Performance and Resilience</h3> | BDP | Self-Hosted |
61+
| <h3>Performance and Resilience</h3> | CDI | Self-Hosted |
6262
| Outage Protection |||
6363
| Global Availability |||
64-
| <h3>Infrastructure and Security</h3> | BDP | Self-Hosted |
64+
| <h3>Infrastructure and Security</h3> | CDI | Self-Hosted |
6565
| **High** | | |
6666
| HTTP access controls |||
6767
| VPC peering |||
@@ -72,6 +72,6 @@ Here is a detailed list of product features, showing which are available as part
7272
| Custom VPC integration |||
7373
| Custom IAM policy |||
7474
| Custom security agents |||
75-
| <h3>SLAs</h3> | BDP | Self-Hosted |
75+
| <h3>SLAs</h3> | CDI | Self-Hosted |
7676
| Collector uptime SLA |||
7777
| Warehouse loading latency SLA |||

tutorials/abandoned-browse-ccdp/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Abandoned browse is a common ecommerce problem where users show interest in prod
1010

1111
---
1212

13-
This tutorial demonstrates how to implement an abandoned browse tracking and re-engagement system using [Snowplow](https://snowplow.io/), [Snowflake](https://www.snowflake.com/), and [Census](https://www.getcensus.com/). This solution helps ecommerce businesses identify and re-engage users who have shown interest in a product (e.g., viewed something for 10+ seconds) but haven't proceeded further.
13+
This tutorial demonstrates how to implement an abandoned browse tracking and re-engagement system using [Snowplow](https://snowplow.io/), [Snowflake](https://www.snowflake.com/), and [Census](https://www.getcensus.com/). This solution helps ecommerce businesses identify and re-engage users who have shown interest in a product (e.g., viewed something for 10+ seconds) but haven't proceeded further.
1414

1515
---
1616
![Composable CDP](images/retl-snowplow-composable-cdp.png)
@@ -20,10 +20,10 @@ This tutorial demonstrates how to implement an abandoned browse tracking and re-
2020
## Prerequisites
2121

2222
- An ecommerce website with a product catalog to track events from
23-
- **Snowplow instance**:
24-
- [Localstack](https://github.com/snowplow-incubator/snowplow-local) (recommended)
25-
- [Community edition](/docs/get-started/snowplow-community-edition)
26-
- BDP Enterprise if you're already a customer
23+
- **Snowplow instance**:
24+
- [Localstack](https://github.com/snowplow-incubator/snowplow-local) (recommended)
25+
- [Community edition](/docs/get-started/snowplow-community-edition)
26+
- Snowplow CDI if you're already a customer
2727
- **Access to a data warehouse**: e.g., [Snowflake](https://www.snowflake.com)
2828
- **Reverse ETL**: [Census Reverse ETL](https://www.getcensus.com) or Snowplow Reverse ETL
2929
- **Marketing automation platform**: e.g., [Braze](https://www.braze.com)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"title": "Track web events with base data products",
33
"label": "Data governance",
4-
"description": "Use the BDP Console to create and manage data products for a web application.",
4+
"description": "Use the Snowplow Console to create and manage data products for a web application.",
55
"useCases": ["Composable analytics"],
66
"technologies": [],
7-
"snowplowTech": ["Snowtype", "BDP Console"]
7+
"snowplowTech": ["Snowtype", "Console"]
88
}

tutorials/enrichments/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ When you install Snowplow via Quick Start, several enrichments are enabled by de
1717
- **UA Parser**: parses user-agent strings into structured data.
1818
- **Page View ID**: adds a unique identifier to each page view event
1919

20-
## Managing Enrichments via BDP
20+
## Managing Enrichments via Console
2121

22-
To start managing Enrichments in our hosted BDP platform, follow these steps:
22+
To start managing Enrichments in our hosted CDI platform UI, Snowplow Console, follow these steps:
2323

2424
1. Navigate to the environment you'd like to manage
2525
2. Select *Enrichments* in the environment menu.

tutorials/enrichments/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"description": "Enrich your event data by adding and amending event properties in the Snowplow pipeline.",
55
"useCases": ["Composable analytics"],
66
"technologies": [],
7-
"snowplowTech": ["BDP Console"]
7+
"snowplowTech": ["Console"]
88
}

tutorials/signals-quickstart/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"label": "Signals implementation",
55
"useCases": ["Real-time personalization"],
66
"technologies": ["Jupyter notebook"],
7-
"snowplowTech": ["Signals", "BDP Console"]
7+
"snowplowTech": ["Signals", "Console"]
88
}

0 commit comments

Comments
 (0)