Skip to content

Get the project

Danger

This tutorial is out of date. Please check the tutorials overview for our latest tutorials.

While you can see the deployed project running in Quix, 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.

Clone the project

See the clone a project documentation for further information on how to do this.

Add secrets

You'll need to add the following secrets:

Environment Variable (secret) Service(s) Description
redis_host Data ingestion, Real-time dashboard, Data aggregation, Data enrichment, Event detection Host URL for Redis Cloud database
redis_port Data ingestion, Real-time dashboard, Data aggregation, Data enrichment, Event detection Port for the Redis Cloud database
redis_username Data ingestion, Real-time dashboard, Data aggregation, Data enrichment, Event detection Username for the Redis Cloud database - typically default
redis_password Data ingestion, Real-time dashboard, Data aggregation, Data enrichment, Event detection Password for the Redis Cloud database - found from Security section
bearer_token Webshop frontend A PAT that the web app uses to authenticate the Streaming Reader and Streaming Writer APIs

You need to create secrets for these and then assign them to the corresponding environment variables.

🏃‍♀️ Next step

Part 2 - Clickstream producer