Skip to content

Commit d314f56

Browse files
committed
Remove various mentions of "open source" from docs
Fixes DOC-14806 Summary of changes: - Remove some references to "free, open source CockroachDB" in links to an old blog post - Update various mentions of other products which we call "open source", and which may or may not in fact still _be_ open source, but for which we should not be in the business of adjudicating/maintaining that description in our docs, since it may change NB. These changes are backported to all supported versions v24.1 and later
1 parent 8212990 commit d314f56

File tree

127 files changed

+135
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+135
-135
lines changed

src/current/_includes/cockroachcloud/cdc/create-core-changefeed-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, you'll set up a core changefeed for a single-node cluster that
1010
--background
1111
~~~
1212

13-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/).
13+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/).
1414

1515
1. Move into the extracted `confluent-<version>` directory and start Confluent:
1616

src/current/_includes/v24.3/cdc/create-sinkless-changefeed-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, you'll set up a basic changefeed for a single-node cluster that
1010
--background
1111
~~~
1212

13-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/).
13+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/).
1414

1515
1. Move into the extracted `confluent-<version>` directory and start Confluent:
1616

src/current/_includes/v25.1/cdc/create-sinkless-changefeed-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, you'll set up a basic changefeed for a single-node cluster that
1010
--background
1111
~~~
1212

13-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/).
13+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/).
1414

1515
1. Move into the extracted `confluent-<version>` directory and start Confluent:
1616

src/current/_includes/v25.3/cdc/create-sinkless-changefeed-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, you'll set up a sinkless changefeed for a single-node cluster t
1010
--background
1111
~~~
1212

13-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/).
13+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/).
1414

1515
1. Move into the extracted `confluent-<version>` directory and start Confluent:
1616

src/current/_includes/v25.4/cdc/create-sinkless-changefeed-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, you'll set up a sinkless changefeed for a single-node cluster t
1010
--background
1111
~~~
1212

13-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/).
13+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/).
1414

1515
1. Move into the extracted `confluent-<version>` directory and start Confluent:
1616

src/current/v24.1/architecture/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ An extension to the [PostgreSQL](https://postgresql.org/) database that adds sup
176176

177177
#### GEOS
178178

179-
An open source geometry library used by CockroachDB, [PostGIS](#postgis), and other projects to provide the calculations underlying various spatial predicate functions and operators. For more information, see <http://trac.osgeo.org/geos/>.
179+
A geometry library used by CockroachDB, [PostGIS](#postgis), and other projects to provide the calculations underlying various spatial predicate functions and operators. For more information, see <http://trac.osgeo.org/geos/>.
180180

181181
#### GeographicLib
182182

src/current/v24.1/changefeed-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this example, you'll set up a changefeed for a single-node cluster that is co
5050
cockroach start-single-node --insecure --listen-addr=localhost
5151
~~~
5252

53-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/) (which includes Kafka).
53+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/) (which includes Kafka).
5454

5555
1. In a new terminal window, go to the extracted `confluent-<version>` directory and start Confluent:
5656

@@ -191,7 +191,7 @@ In this example, you'll set up a changefeed for a single-node cluster that is co
191191
cockroach start-single-node --insecure --listen-addr=localhost
192192
~~~
193193

194-
1. Download and extract the [Confluent Open Source platform](https://www.confluent.io/download/) (which includes Kafka).
194+
1. Download and extract the [Confluent platform](https://www.confluent.io/download/) (which includes Kafka).
195195

196196
1. Move into the extracted `confluent-<version>` directory and start Confluent:
197197

src/current/v24.1/frequently-asked-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ See [Install Client Drivers]({% link {{ page.version.version }}/install-client-d
141141

142142
### Why does CockroachDB use the PostgreSQL wire protocol instead of the MySQL protocol?
143143

144-
CockroachDB uses the PostgreSQL wire protocol because it is better documented than the MySQL protocol, and because PostgreSQL has a liberal Open Source license, similar to BSD or MIT licenses, whereas MySQL has the more restrictive GNU General Public License.
144+
CockroachDB uses the PostgreSQL wire protocol because it is better documented than the MySQL protocol, and because PostgreSQL has a liberal license, similar to BSD or MIT licenses, whereas MySQL has the more restrictive GNU General Public License.
145145

146146
Note, however, that the protocol used doesn't significantly impact how easy it is to port applications. Swapping out SQL network drivers is rather straightforward in nearly every language. What makes it hard to move from one database to another is the dialect of SQL in use. CockroachDB's dialect is based on PostgreSQL as well.
147147

src/current/v24.1/kubernetes-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docs_area: deploy
88
key: operate-cockroachdb-kubernetes.html
99
---
1010

11-
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services. For a given workload, you provide Kubernetes with a configuration, and Kubernetes applies that configuration to all Kubernetes nodes that are running the application.
11+
Kubernetes is a portable, extensible platform for managing containerized workloads and services. For a given workload, you provide Kubernetes with a configuration, and Kubernetes applies that configuration to all Kubernetes nodes that are running the application.
1212

1313
CockroachDB can be deployed and managed on Kubernetes using the following methods:
1414

src/current/v24.1/monitor-cockroachdb-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you [deployed CockroachDB on Red Hat OpenShift]({% link {{ page.version.versi
2828

2929
## Configure Prometheus
3030

31-
Every node of a CockroachDB cluster exports granular timeseries metrics formatted for easy integration with [Prometheus](https://prometheus.io/), an open source tool for storing, aggregating, and querying timeseries data. This section shows you how to orchestrate Prometheus as part of your Kubernetes cluster and pull these metrics into Prometheus for external monitoring.
31+
Every node of a CockroachDB cluster exports granular timeseries metrics formatted for easy integration with [Prometheus](https://prometheus.io/), a tool for storing, aggregating, and querying timeseries data. This section shows you how to orchestrate Prometheus as part of your Kubernetes cluster and pull these metrics into Prometheus for external monitoring.
3232

3333
This guidance is based on [CoreOS's Prometheus Operator](https://github.com/coreos/prometheus-operator/blob/master/Documentation/user-guides/getting-started.md), which allows a Prometheus instance to be managed using built-in Kubernetes concepts.
3434

0 commit comments

Comments
 (0)