diff --git a/README.md b/README.md index 2e1cce58..5c0fcfd7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository is the source content for the Quix documentation that is published on the web at https://quix.io/docs. The source files for the documentation are in GitHub-flavoured Markdown, with the additions supported by our tooling, [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/). -To get a free Quix account, [sign up](https://portal.platform.quix.io/self-sign-up). +To get a free Quix account, [sign up](https://portal.cloud.quix.io/self-sign-up). ## Docs releases diff --git a/docs/apis/portal-api/setup.md b/docs/apis/portal-api/setup.md index a20926ba..807e1f11 100644 --- a/docs/apis/portal-api/setup.md +++ b/docs/apis/portal-api/setup.md @@ -53,13 +53,13 @@ The environment ID is a combination of your organization and environment names, ### Obtain your environment ID from the URL -1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}. +1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}. 2. Locate the environment you’re interested in and open it. 3. At this point, take note of the URL. It will be in the form: - https://portal.platform.quix.io/home?workspace={environment-id} + https://portal.cloud.quix.io/home?workspace={environment-id} ### Obtain environment ID from settings @@ -72,7 +72,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto Given the following URL for the environment: ``` -https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing +https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing ``` The environment ID is: @@ -91,7 +91,7 @@ Copy the value for `environment-id` and use it wherever you need an environment !!! note - The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. + The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. ## API reference documentation diff --git a/docs/apis/query-api/setup.md b/docs/apis/query-api/setup.md index ebe1d71a..0004ef36 100644 --- a/docs/apis/query-api/setup.md +++ b/docs/apis/query-api/setup.md @@ -2,7 +2,7 @@ To use the APIs you'll typically need the following: -1. [Sign up to Quix](https://portal.platform.quix.io/self-sign-up). +1. [Sign up to Quix](https://portal.cloud.quix.io/self-sign-up). 2. Obtain a Personal Access Token - you need this to authenticate requests. @@ -48,13 +48,13 @@ The environment ID is a combination of your organization and environment names, ### Obtain your environment ID from the URL -1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}. +1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}. 2. Locate the environment you’re interested in and open it. 3. At this point, take note of the URL. It will be in the form: - https://portal.platform.quix.io/home?workspace={environment-id} + https://portal.cloud.quix.io/home?workspace={environment-id} ### Obtain environment ID from settings @@ -67,7 +67,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto Given the following URL for the environment: ``` -https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing +https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing ``` The environment ID is: @@ -86,7 +86,7 @@ Copy the value for `environment-id` and use it wherever you need an environment !!! note - The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. + The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. ## API reference documentation diff --git a/docs/apis/streaming-reader-api/setup.md b/docs/apis/streaming-reader-api/setup.md index 4ce7e188..067eba4e 100644 --- a/docs/apis/streaming-reader-api/setup.md +++ b/docs/apis/streaming-reader-api/setup.md @@ -53,13 +53,13 @@ The environment ID is a combination of your organization and environment names, ### Obtain your environment ID from the URL -1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}. +1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}. 2. Locate the environment you’re interested in and open it. 3. At this point, take note of the URL. It will be in the form: - https://portal.platform.quix.io/home?workspace={environment-id} + https://portal.cloud.quix.io/home?workspace={environment-id} ### Obtain environment ID from settings @@ -72,7 +72,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto Given the following URL for the environment: ``` -https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing +https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing ``` The environment ID is: @@ -91,7 +91,7 @@ Copy the value for `environment-id` and use it wherever you need an environment !!! note - The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. + The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. ## API reference documentation diff --git a/docs/apis/streaming-writer-api/setup.md b/docs/apis/streaming-writer-api/setup.md index 85ac1af9..5a1d8e5a 100644 --- a/docs/apis/streaming-writer-api/setup.md +++ b/docs/apis/streaming-writer-api/setup.md @@ -53,13 +53,13 @@ The environment ID is a combination of your organization and environment names, ### Obtain your environment ID from the URL -1. Go to the [Portal home](https://portal.platform.quix.io/){target=_blank}. +1. Go to the [Portal home](https://portal.cloud.quix.io/){target=_blank}. 2. Locate the environment you’re interested in and open it. 3. At this point, take note of the URL. It will be in the form: - https://portal.platform.quix.io/home?workspace={environment-id} + https://portal.cloud.quix.io/home?workspace={environment-id} ### Obtain environment ID from settings @@ -72,7 +72,7 @@ You can also get the environment ID from Settings. Click `Settings` in the botto Given the following URL for the environment: ``` -https://portal.platform.quix.io/pipeline?workspace=joeengland-apitests-testing +https://portal.cloud.quix.io/pipeline?workspace=joeengland-apitests-testing ``` The environment ID is: @@ -91,7 +91,7 @@ Copy the value for `environment-id` and use it wherever you need an environment !!! note - The `workspace=` parameter in the URL `https://portal.platform.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. + The `workspace=` parameter in the URL `https://portal.cloud.quix.io/home?workspace={environment-id}` is there for legacy reasons, and does in fact indicate an environment. ## API reference documentation diff --git a/docs/kb/what-is-quix.md b/docs/kb/what-is-quix.md index ece34f83..06266364 100644 --- a/docs/kb/what-is-quix.md +++ b/docs/kb/what-is-quix.md @@ -176,7 +176,7 @@ Python stream processing applications are implemented by building pipelines cons Further, changes in this file in one environment can be merged into another environment, giving you the ability to test changes in one environment, before deploying into another, while the change history is retained in Git.
diff --git a/docs/quix-connectors/templates/awss3icebergsink-destination.md b/docs/quix-connectors/templates/awss3icebergsink-destination.md index 9900a985..4bbd0afe 100644 --- a/docs/quix-connectors/templates/awss3icebergsink-destination.md +++ b/docs/quix-connectors/templates/awss3icebergsink-destination.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Connectors tab to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Connectors tab to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/bigquerysink-destination.md b/docs/quix-connectors/templates/bigquerysink-destination.md index c0b258f5..2b26a6d0 100644 --- a/docs/quix-connectors/templates/bigquerysink-destination.md +++ b/docs/quix-connectors/templates/bigquerysink-destination.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/confluentkafkasink-destination.md b/docs/quix-connectors/templates/confluentkafkasink-destination.md index 40cd0b2f..48a3106f 100644 --- a/docs/quix-connectors/templates/confluentkafkasink-destination.md +++ b/docs/quix-connectors/templates/confluentkafkasink-destination.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/confluentkafkasource-source.md b/docs/quix-connectors/templates/confluentkafkasource-source.md index 092261c7..7c6f88aa 100644 --- a/docs/quix-connectors/templates/confluentkafkasource-source.md +++ b/docs/quix-connectors/templates/confluentkafkasource-source.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/environmentsource-source.md b/docs/quix-connectors/templates/environmentsource-source.md index c3d1dd71..e516d875 100644 --- a/docs/quix-connectors/templates/environmentsource-source.md +++ b/docs/quix-connectors/templates/environmentsource-source.md @@ -4,7 +4,7 @@ This project provides a ready-to-use solution for mirroring data from one Quix e ## How to run -1. Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in if you already have one. +1. Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in if you already have one. 2. Navigate to the project samples and deploy this project directly to your environment by clicking `Deploy`. 3. After deployment, configure the necessary environment variables as outlined below. 4. You can also fork this project to your own GitHub repository for customization by clicking `Edit code` before deployment. diff --git a/docs/quix-connectors/templates/influxdb20source-source.md b/docs/quix-connectors/templates/influxdb20source-source.md index 9770df40..6e47c686 100644 --- a/docs/quix-connectors/templates/influxdb20source-source.md +++ b/docs/quix-connectors/templates/influxdb20source-source.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/influxdb30sink-destination.md b/docs/quix-connectors/templates/influxdb30sink-destination.md index 4003116b..c3c4acc5 100644 --- a/docs/quix-connectors/templates/influxdb30sink-destination.md +++ b/docs/quix-connectors/templates/influxdb30sink-destination.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/influxdb30source-source.md b/docs/quix-connectors/templates/influxdb30source-source.md index 92af7eea..9d67d73b 100644 --- a/docs/quix-connectors/templates/influxdb30source-source.md +++ b/docs/quix-connectors/templates/influxdb30source-source.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/kafkaconnectsink-destination.md b/docs/quix-connectors/templates/kafkaconnectsink-destination.md index 3df08b2b..17423695 100644 --- a/docs/quix-connectors/templates/kafkaconnectsink-destination.md +++ b/docs/quix-connectors/templates/kafkaconnectsink-destination.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/kafkaconnectsource-source.md b/docs/quix-connectors/templates/kafkaconnectsource-source.md index f89a0f4e..2d63bf0c 100644 --- a/docs/quix-connectors/templates/kafkaconnectsource-source.md +++ b/docs/quix-connectors/templates/kafkaconnectsource-source.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/mqttsink-destination.md b/docs/quix-connectors/templates/mqttsink-destination.md index a26e8ae7..8779bbd7 100644 --- a/docs/quix-connectors/templates/mqttsink-destination.md +++ b/docs/quix-connectors/templates/mqttsink-destination.md @@ -6,7 +6,7 @@ The MQTT topic the example produces to will be `mqtt_topic_root`/`message_key`. ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/mqttsource-source.md b/docs/quix-connectors/templates/mqttsource-source.md index 04a87716..77203782 100644 --- a/docs/quix-connectors/templates/mqttsource-source.md +++ b/docs/quix-connectors/templates/mqttsource-source.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/postgrescdcsource-source.md b/docs/quix-connectors/templates/postgrescdcsource-source.md index 2a557328..20c7c3d9 100644 --- a/docs/quix-connectors/templates/postgrescdcsource-source.md +++ b/docs/quix-connectors/templates/postgrescdcsource-source.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/redissink-destination.md b/docs/quix-connectors/templates/redissink-destination.md index 5ed6d8e2..83e0d643 100644 --- a/docs/quix-connectors/templates/redissink-destination.md +++ b/docs/quix-connectors/templates/redissink-destination.md @@ -9,7 +9,7 @@ Note that you need [Redis Stack](https://redis.io/docs/about/about-stack/) to us ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/redissource-source.md b/docs/quix-connectors/templates/redissource-source.md index 702bff7f..16a1dbb2 100644 --- a/docs/quix-connectors/templates/redissource-source.md +++ b/docs/quix-connectors/templates/redissource-source.md @@ -6,7 +6,7 @@ Note that you need [Redis Stack](https://redis.io/docs/about/about-stack/) to us ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/segmentsource-source.md b/docs/quix-connectors/templates/segmentsource-source.md index 12011a98..7922fb19 100644 --- a/docs/quix-connectors/templates/segmentsource-source.md +++ b/docs/quix-connectors/templates/segmentsource-source.md @@ -8,7 +8,7 @@ And we've used Waitress “… a production-quality pure-Python WSGI server with ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/slacksink-destination.md b/docs/quix-connectors/templates/slacksink-destination.md index eede93c0..5e3bb911 100644 --- a/docs/quix-connectors/templates/slacksink-destination.md +++ b/docs/quix-connectors/templates/slacksink-destination.md @@ -4,7 +4,7 @@ ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/snowplowsource-source.md b/docs/quix-connectors/templates/snowplowsource-source.md index 53c11e2b..98efd90a 100644 --- a/docs/quix-connectors/templates/snowplowsource-source.md +++ b/docs/quix-connectors/templates/snowplowsource-source.md @@ -6,7 +6,7 @@ Note that this connector works with Snowplow instances on AWS Kinesis, so you wi ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/sqlchangedatacapturesource-source.md b/docs/quix-connectors/templates/sqlchangedatacapturesource-source.md index aed1f2f2..c48cd269 100644 --- a/docs/quix-connectors/templates/sqlchangedatacapturesource-source.md +++ b/docs/quix-connectors/templates/sqlchangedatacapturesource-source.md @@ -6,7 +6,7 @@ It uses sqlite as a temporary storage to track the latest timestamp and QuixStre ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/telegraf-source.md b/docs/quix-connectors/templates/telegraf-source.md index e5bb6f3f..42d18e5d 100644 --- a/docs/quix-connectors/templates/telegraf-source.md +++ b/docs/quix-connectors/templates/telegraf-source.md @@ -6,7 +6,7 @@ To find out more about the Quix Telegraf plugin and how to use it [please read t ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log-in and visit the Samples to use this project. Clicking `Deploy` on the Template, deploys a pre-built version of the code to a container running in Quix. Complete the environment variables to configure the container. diff --git a/docs/quix-connectors/templates/websocketdestination-destination.md b/docs/quix-connectors/templates/websocketdestination-destination.md index 8e70704a..691427bc 100644 --- a/docs/quix-connectors/templates/websocketdestination-destination.md +++ b/docs/quix-connectors/templates/websocketdestination-destination.md @@ -4,7 +4,7 @@ This code sample demonstrates how to consume data from a Kafka topic using QuixS ## How to run -Create a [Quix](https://portal.platform.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. +Create a [Quix](https://portal.cloud.quix.io/signup?xlink=github) account or log in and visit the Code Samples to use this project. Clicking `Deploy` on the Sample, deploys a pre-built container in Quix. Complete the environment variables to configure the container. diff --git a/docs/tutorials/clickstream/get-project.md b/docs/tutorials/clickstream/get-project.md index d6f5c153..b519a527 100644 --- a/docs/tutorials/clickstream/get-project.md +++ b/docs/tutorials/clickstream/get-project.md @@ -4,7 +4,7 @@ This tutorial is out of date. Please check the [tutorials overview](../overview.md) for our latest tutorials. -While you can see the [deployed project running in Quix](https://portal.platform.quix.io/pipeline?workspace=demo-clickstreamanalysis-prod&token=pat-b88b3caf912641a1b0fa8b47b262868b){target=_blank}, it can be useful to learn how to get a project up and running in your own Quix account. +While you can see the [deployed project running in Quix](https://portal.cloud.quix.io/pipeline?workspace=demo-clickstreamanalysis-prod&token=pat-b88b3caf912641a1b0fa8b47b262868b){target=_blank}, it can be useful to learn how to get a project up and running in your own Quix account. Once you have the project running in your Quix account, you can modify the project as required, and save your changes to your copy of the project. diff --git a/docs/tutorials/clickstream/overview.md b/docs/tutorials/clickstream/overview.md index 9d8b43f7..3db7d364 100644 --- a/docs/tutorials/clickstream/overview.md +++ b/docs/tutorials/clickstream/overview.md @@ -13,7 +13,7 @@ This tutorial uses the [Quix Clickstream analysis template project](https://gith You'll fork the complete project from GitHub, and then create a Quix project from the forked repo, so you have a copy of the full application code running in your Quix account. You then examine the data flow through the project's pipeline, using tools provided by Quix.