Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/apis/portal-api/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions docs/apis/query-api/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand All @@ -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:
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/apis/streaming-reader-api/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions docs/apis/streaming-writer-api/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/kb/what-is-quix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div>
<a class="md-button md-button" href="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" style="margin-right:.5rem;">See a pipeline running in Quix</a>
<a class="md-button md-button" href="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" style="margin-right:.5rem;">See a pipeline running in Quix</a>
<br/>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/bigquerysink-destination.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/environmentsource-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/influxdb20source-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/influxdb30source-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/mqttsink-destination.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/mqttsource-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/postgrescdcsource-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/redissink-destination.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/redissource-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/segmentsource-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/slacksink-destination.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/snowplowsource-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/quix-connectors/templates/telegraf-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/clickstream/get-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading