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.
-See a pipeline running in Quix +See a pipeline running in Quix
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.
-See the project running in Quix +See the project running in Quix See the deployed project @@ -151,7 +151,7 @@ You also need to have a Git account. This could be GitHub, Bitbucket, GitLab, or ## The pipeline -There are several *main* stages in the [pipeline](https://portal.platform.quix.io/pipeline?workspace=demo-clickstreamanalysis-prod&token=pat-b88b3caf912641a1b0fa8b47b262868b){target=_blank}: +There are several *main* stages in the [pipeline](https://portal.cloud.quix.io/pipeline?workspace=demo-clickstreamanalysis-prod&token=pat-b88b3caf912641a1b0fa8b47b262868b){target=_blank}: 1. *Clickstream producer* - loads clickstream data from a CSV file. This represents user interactions with a shopping website over a period of 15 days. This runs as a service and the CSV file is automatically read repeatedly. 2. *Data aggregation* - this service reads enriched data, performs various aggregations, and writes the results to Redis Cloud. These aggregations are then consumed by a Streamlit dashboard for visualization and analysis. diff --git a/docs/tutorials/computer-vision/get-project.md b/docs/tutorials/computer-vision/get-project.md index 555b684a..77fa3b93 100644 --- a/docs/tutorials/computer-vision/get-project.md +++ b/docs/tutorials/computer-vision/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-computervisiondemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg){target=_blank}, it can be useful to learn how to get a project up and running in Quix. +While you can see the [deployed project running in Quix](https://portal.cloud.quix.io/pipeline?workspace=demo-computervisiondemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg){target=_blank}, it can be useful to learn how to get a project up and running in Quix. 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/computer-vision/overview.md b/docs/tutorials/computer-vision/overview.md index 7ad82a73..a9894a12 100644 --- a/docs/tutorials/computer-vision/overview.md +++ b/docs/tutorials/computer-vision/overview.md @@ -13,7 +13,7 @@ The project uses the Transport for London (TfL) traffic cameras, known as Jam Ca 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.
-See the project running in Quix +See the project running in Quix See the deployed project
@@ -175,7 +175,7 @@ If you want to use the Quix AWS S3 service (optional), you'll need to provide yo ## The pipeline -There are several *main* stages in the [pipeline](https://portal.platform.quix.io/pipeline?workspace=demo-computervisiondemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg){target=_blank}: +There are several *main* stages in the [pipeline](https://portal.cloud.quix.io/pipeline?workspace=demo-computervisiondemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg){target=_blank}: 1. *TfL camera feed* - TfL Camera feed or "Jam Cams". This service retrieves the raw data from the TfL API endpoint. A list of all JamCams is retrieved, along with the camera data. The camera data contains a link to a video clip from the camera. These video clips are hosted by TfL in MP4 format on AWS S3. A stream is created for each camera, and the camera data published to this stream. Using multiple streams in this way enables a solution capable of horizontal scaling, through additional topic partitions and, optionally, replicated services in a consumer group. Once the camera list has been scanned, the service sleeps for a configurable amount of time, and then repeats the previous code. This reduces the load, and also means the API limit of 500 requests per minute is not exceeded. Messages are passed to the frame grabber. diff --git a/docs/tutorials/currency-alerting/currency-alerting.md b/docs/tutorials/currency-alerting/currency-alerting.md index fc920864..087d2fbe 100644 --- a/docs/tutorials/currency-alerting/currency-alerting.md +++ b/docs/tutorials/currency-alerting/currency-alerting.md @@ -57,7 +57,7 @@ To summarize this functionality: To set up the CoinAPI source, follow these steps: -1. In [Quix](https://portal.platform.quix.io/){target=_blank}, click the `Code Samples` icon in the main left-hand navigation. +1. In [Quix](https://portal.cloud.quix.io/){target=_blank}, click the `Code Samples` icon in the main left-hand navigation. 2. In the search box on the Code Samples page, enter "CoinAPI - Exchange Rate Feed". diff --git a/docs/tutorials/data-science/overview.md b/docs/tutorials/data-science/overview.md index bc1bffab..f3ab622e 100644 --- a/docs/tutorials/data-science/overview.md +++ b/docs/tutorials/data-science/overview.md @@ -34,7 +34,7 @@ This tutorial has the following prerequisites: We take you through the process of getting the code to access the data, running the code in a Jupyter notebook, training the model and uploading your pickle file to Quix. -2. You will need a Quix account and be logged into [Quix](https://portal.platform.quix.io/workspaces){target=_blank}. +2. You will need a Quix account and be logged into [Quix](https://portal.cloud.quix.io/workspaces){target=_blank}. !!! tip diff --git a/docs/tutorials/matlab/matlab-and-simulink.md b/docs/tutorials/matlab/matlab-and-simulink.md index a60361e8..efb061d5 100644 --- a/docs/tutorials/matlab/matlab-and-simulink.md +++ b/docs/tutorials/matlab/matlab-and-simulink.md @@ -58,7 +58,7 @@ This section describes the process for packaging MATLAB functions for deployment ### Deploying a MATLAB function - 1. Sign in to your environment in [Quix](https://portal.platform.quix.io/){target=_blank}. + 1. Sign in to your environment in [Quix](https://portal.cloud.quix.io/){target=_blank}. 2. Click on the `Code Samples` in the left navigation panel, and search for `matlab` in the search box on the top left to filter code samples. @@ -189,7 +189,7 @@ This tutorial uses MATLAB R2023a. Please refer to the [Working with different MA ### Deploying a Simulink model - 1. Sign in to the environment in [Quix](https://portal.platform.quix.io/){target=_blank}. + 1. Sign in to the environment in [Quix](https://portal.cloud.quix.io/){target=_blank}. 2. Click on the `Code Samples` on the left navigation panel and search for `simulink` in the search bar on the top left to filter code samples (templates for MATLAB and Simulink are the same): diff --git a/docs/tutorials/sentiment-analysis/overview.md b/docs/tutorials/sentiment-analysis/overview.md index 6899737b..74a15b81 100644 --- a/docs/tutorials/sentiment-analysis/overview.md +++ b/docs/tutorials/sentiment-analysis/overview.md @@ -13,7 +13,7 @@ Sentiment analysis is performed on chat messages. The project includes a chat UI You learn how to get the project, try out the UI, look more deeply into the UI and the sentiment analysis service, and then customize the UI.
-See the project running in Quix +See the project running in Quix See the deployed project
@@ -159,7 +159,7 @@ You also need to have a Git account. This could be GitHub, Bitbucket, GitLab, or ## The pipeline -The main services in the [pipeline](https://portal.platform.quix.io/pipeline?workspace=demo-chatappdemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg){target_blank} are: +The main services in the [pipeline](https://portal.cloud.quix.io/pipeline?workspace=demo-chatappdemo-prod&token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6Ik1qVTBRVE01TmtJNVJqSTNOVEpFUlVSRFF6WXdRVFF4TjBSRk56SkNNekpFUWpBNFFqazBSUSJ9.eyJodHRwczovL3F1aXguYWkvb3JnX2lkIjoiZGVtbyIsImh0dHBzOi8vcXVpeC5haS9vd25lcl9pZCI6ImF1dGgwfDI4YWQ4NWE4LWY1YjctNGFjNC1hZTVkLTVjYjY3OGIxYjA1MiIsImh0dHBzOi8vcXVpeC5haS90b2tlbl9pZCI6ImMzNzljNmVlLWNkMmYtNDExZC1iOGYyLTMyMDU0ZDc5MTY2YSIsImh0dHBzOi8vcXVpeC5haS9leHAiOiIxNzM3ODI5NDc5LjIyMyIsImlzcyI6Imh0dHBzOi8vYXV0aC5xdWl4LmFpLyIsInN1YiI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBQGNsaWVudHMiLCJhdWQiOiJxdWl4IiwiaWF0IjoxNjk1NzE2MDI4LCJleHAiOjE2OTgzMDgwMjgsImF6cCI6ImtyMXU4MGRqRllvUUZlb01nMGhqcXZia29lRkxFRDVBIiwiZ3R5IjoiY2xpZW50LWNyZWRlbnRpYWxzIiwicGVybWlzc2lvbnMiOltdfQ.Ndm0K2iNHPxDq1ohF-yb-6LzIqx_UY8Ptcq0kAwSNye12S3deX_eDkC4XqZqW2NoSLd3GsmWV9PZGetGGp2IlqshQFZtUMp6WP6hq917ZC1i8JFx93PAbY7NT_88nFDovVlaRcoTpWvI-03KbryLkAoB28c6qb3EFwjCWFBuy_yA4yjQ8uF0-AZ0R9Qi4IBaekXWqcgO0a91gVRg0oA_hnzJFoR-EnZ2G1ZSxtuVgnyyPuQTMUvzJuUT_IJTLzEB_kejX0pcXRZBIwHP8MWLB4mE5DtIdz4jm8WIA4eZJZ7ZCG4dk-adQwZ2BdkNknV5eEwRgRJL4ybaplkaDlR-dg){target_blank} are: 1. *UI* - provides the chat UI, and shows the sentiment being applied to the chat messages.