├── .devcontainer ├── Dockerfile └── devcontainer.json ├── .gitattributes ├── .github └── workflows │ ├── build-commit-subfolder.yaml │ └── sync-build-deploy.yaml ├── .gitignore ├── .idea └── .gitignore ├── .nojekyll ├── BEST-PRACTICE.md ├── CHANGELOG.md ├── CNAME ├── CONTRIBUTING.md ├── DOCS-INTERNAL.md ├── Dockerfile ├── LICENSE ├── MAINTAINERS.md ├── README.md ├── RUNNING-DOCS-LOCALLY.md ├── WRITING-STYLE.md ├── changelogs ├── 2022-archive.md └── 2023-archive.md ├── code-to-generate-connect-pages ├── convert_to_utf8.py ├── get_image.py ├── index.md ├── main.py ├── print_urls.py ├── tech-list.csv ├── tech-list2.csv └── urls.txt ├── docker-compose.yml ├── docs-preview-site.png ├── docs ├── apis │ ├── portal-api │ │ ├── http-requests.md │ │ ├── images │ │ │ └── apis-tokens.png │ │ ├── overview.md │ │ └── setup.md │ ├── query-api │ │ ├── aggregate-tags.md │ │ ├── aggregate-time.md │ │ ├── filter-tags.md │ │ ├── http-requests.md │ │ ├── images │ │ │ └── apis-tokens.png │ │ ├── overview.md │ │ ├── raw-data.md │ │ ├── setup.md │ │ ├── streams-filtered.md │ │ ├── streams-models.md │ │ └── streams-paged.md │ ├── streaming-reader-api │ │ ├── images │ │ │ └── apis-tokens.png │ │ ├── overview.md │ │ ├── reading-data.md │ │ ├── setup.md │ │ └── subscriptions.md │ └── streaming-writer-api │ │ ├── create-stream.md │ │ ├── http-requests.md │ │ ├── images │ │ └── apis-tokens.png │ │ ├── overview.md │ │ ├── send-data.md │ │ ├── send-event.md │ │ ├── setup.md │ │ └── stream-metadata.md ├── assets │ ├── Quix-Docs-Negative-RGB.png │ ├── Quix-docs-logo-header.svg │ ├── Quix-docs-logo-header03.svg │ ├── Quix-logo-docs-footer.svg │ ├── QuixDocs_logo_negative.svg │ ├── edit-button.png │ ├── favicon.ico │ ├── github.svg │ ├── quix_favicon.ico │ ├── slack.svg │ └── youtube.svg ├── blog │ ├── .authors.yml │ ├── index.md │ └── posts │ │ ├── data-enrichment-with-quix-and-redis.md │ │ ├── game-telemetry-duckdb-quixstreams.md │ │ ├── how-to-fix-unknown-partition-error-kafka.md │ │ ├── images │ │ ├── Consumer auto offset reset earliest.png │ │ ├── Consumer auto offset reset latest.png │ │ ├── Consumer messages skipped.png │ │ ├── Kafka consumer crash.png │ │ ├── Last committed offset.png │ │ ├── data-enrichment-with-quix-and-redis-image-1.png │ │ ├── data-enrichment-with-quix-and-redis-image-2.png │ │ ├── data-enrichment-with-quix-and-redis-image-3.png │ │ ├── data-enrichment-with-quix-and-redis-image-4.png │ │ ├── data-enrichment-with-quix-and-redis-image-5.png │ │ ├── data-enrichment-with-quix-and-redis-image-6.png │ │ ├── data-enrichment-with-quix-and-redis-image-7.png │ │ ├── diagram-iceberg-sink.png │ │ ├── navigating-stateful-stream-processing-image-1.png │ │ ├── navigating-stateful-stream-processing-image-2.png │ │ ├── navigating-stateful-stream-processing-image-3.png │ │ ├── navigating-stateful-stream-processing-image-4.png │ │ ├── navigating-stateful-stream-processing-image-5.png │ │ ├── navigating-stateful-stream-processing-image-6.png │ │ ├── runllm_screenshot.png │ │ ├── windowing-stream-processing-guide-image-1.png │ │ ├── windowing-stream-processing-guide-image-2.png │ │ ├── windowing-stream-processing-guide-image-3.png │ │ ├── windowing-stream-processing-guide-image-4.png │ │ └── windowing-stream-processing-guide-image-5.png │ │ ├── kafka-auto-offset-reset-use-cases-and-pitfalls.md │ │ ├── navigating-stateful-stream-processing.md │ │ ├── release-2-january-2025-shared-folders.md │ │ ├── release-february-2025-project-groups.md │ │ ├── release-january-2025-bug-fixes.md │ │ ├── release-linked-projects.md │ │ ├── release-scratchpads.md │ │ ├── stream-processing-glossary.md │ │ └── windowing-stream-processing-guide.md ├── connect │ ├── images │ │ ├── apache-airflow_1.jpg │ │ ├── apache-ambari_1.jpg │ │ ├── apache-arrow_1.jpg │ │ ├── apache-atlas_1.jpg │ │ ├── apache-avro_1.jpg │ │ ├── apache-beam_1.jpg │ │ ├── apache-bookkeeper_1.jpg │ │ ├── apache-calcite_1.jpg │ │ ├── apache-camel_1.jpg │ │ ├── apache-cassandra_1.jpg │ │ ├── apache-crunch_1.jpg │ │ ├── apache-curator_1.jpg │ │ ├── apache-drill_1.jpg │ │ ├── apache-druid_1.jpg │ │ ├── apache-flink_1.jpg │ │ ├── apache-flume_1.jpg │ │ ├── apache-gobblin_1.jpg │ │ ├── apache-hadoop_1.jpg │ │ ├── apache-hbase_1.jpg │ │ ├── apache-helix_1.jpg │ │ ├── apache-hudi_1.jpg │ │ ├── apache-iceberg_1.jpg │ │ ├── apache-kafka_1.jpg │ │ ├── apache-karaf_1.jpg │ │ ├── apache-knox_1.jpg │ │ ├── apache-kylin_1.jpg │ │ ├── apache-lens_1.jpg │ │ ├── apache-mahout_1.jpg │ │ ├── apache-manifoldcf_1.jpg │ │ ├── apache-marmotta_1.jpg │ │ ├── apache-mesos_1.jpg │ │ ├── apache-metron_1.jpg │ │ ├── apache-mxnet_1.jpg │ │ ├── apache-nifi_1.jpg │ │ ├── apache-nutch_1.jpg │ │ ├── apache-oozie_1.jpg │ │ ├── apache-opennlp_1.jpg │ │ ├── apache-orc_1.jpg │ │ ├── apache-parquet_1.jpg │ │ ├── apache-pig_1.jpg │ │ ├── apache-pinot_1.jpg │ │ ├── apache-predictionio_1.jpg │ │ ├── apache-pulsar_1.jpg │ │ ├── apache-ranger_1.jpg │ │ ├── apache-reef_1.jpg │ │ ├── apache-sentry_1.jpg │ │ ├── apache-shiro_1.jpg │ │ ├── apache-singa_1.jpg │ │ ├── apache-solr_1.jpg │ │ ├── apache-spark_1.jpg │ │ ├── apache-sqoop_1.jpg │ │ ├── apache-storm_1.jpg │ │ ├── apache-superset_1.jpg │ │ ├── apache-tajo_1.jpg │ │ ├── apache-tez_1.jpg │ │ ├── apache-tika_1.jpg │ │ ├── apache-uima_1.jpg │ │ ├── apache-vxquery_1.jpg │ │ ├── apache-wicket_1.jpg │ │ ├── apache-zeppelin_1.jpg │ │ ├── apache-zookeeper_1.jpg │ │ ├── aws-amplify_1.jpg │ │ ├── aws-app-runner_1.jpg │ │ ├── aws-appsync_1.jpg │ │ ├── aws-athena_1.jpg │ │ ├── aws-auto-scaling_1.jpg │ │ ├── aws-backup_1.jpg │ │ ├── aws-batch_1.jpg │ │ ├── aws-certificate-manager_1.jpg │ │ ├── aws-cloudformation_1.jpg │ │ ├── aws-cloudfront_1.jpg │ │ ├── aws-cloudtrail_1.jpg │ │ ├── aws-cloudwatch_1.jpg │ │ ├── aws-codebuild_1.jpg │ │ ├── aws-codecommit_1.jpg │ │ ├── aws-codedeploy_1.jpg │ │ ├── aws-codepipeline_1.jpg │ │ ├── aws-codestar_1.jpg │ │ ├── aws-cognito_1.jpg │ │ ├── aws-config_1.jpg │ │ ├── aws-data-pipeline_1.jpg │ │ ├── aws-database-migration-service_1.jpg │ │ ├── aws-direct-connect_1.jpg │ │ ├── aws-directory-service_1.jpg │ │ ├── aws-dynamodb_1.jpg │ │ ├── aws-ec2_1.jpg │ │ ├── aws-elastic-beanstalk_1.jpg │ │ ├── aws-elastic-block-store-(ebs-_1.jpg │ │ ├── aws-elastic-file-system-(efs-_1.jpg │ │ ├── aws-elastic-load-balancing_1.jpg │ │ ├── aws-elemental-mediaconvert_1.jpg │ │ ├── aws-elemental-medialive_1.jpg │ │ ├── aws-elemental-mediapackage_1.jpg │ │ ├── aws-elemental-mediastore_1.jpg │ │ ├── aws-elemental-mediatailor_1.jpg │ │ ├── aws-eventbridge_1.jpg │ │ ├── aws-fargate_1.jpg │ │ ├── aws-firewall-manager_1.jpg │ │ ├── aws-glue_1.jpg │ │ ├── aws-iam_1.jpg │ │ ├── aws-iot-core_1.jpg │ │ ├── aws-kinesis_1.jpg │ │ ├── aws-lambda_1.jpg │ │ ├── aws-lightsail_1.jpg │ │ ├── aws-macie_1.jpg │ │ ├── aws-managed-blockchain_1.jpg │ │ ├── aws-marketplace_1.jpg │ │ ├── aws-migration-hub_1.jpg │ │ ├── aws-mobile-hub_1.jpg │ │ ├── aws-opsworks_1.jpg │ │ ├── aws-organizations_1.jpg │ │ ├── aws-outposts_1.jpg │ │ ├── aws-personal-health-dashboard_1.jpg │ │ ├── aws-pinpoint_1.jpg │ │ ├── aws-polly_1.jpg │ │ ├── aws-privatelink_1.jpg │ │ ├── aws-rds_1.jpg │ │ ├── aws-redshift_1.jpg │ │ ├── aws-rekognition_1.jpg │ │ ├── aws-resource-access-manager_1.jpg │ │ ├── aws-robomaker_1.jpg │ │ ├── aws-route-53_1.jpg │ │ ├── aws-s3_1.jpg │ │ ├── aws-sagemaker_1.jpg │ │ ├── aws-secrets-manager_1.jpg │ │ ├── aws-security-hub_1.jpg │ │ ├── aws-server-migration-service_1.jpg │ │ ├── aws-service-catalog_1.jpg │ │ ├── aws-shield_1.jpg │ │ ├── aws-simple-email-service-(ses-_1.jpg │ │ ├── aws-simple-notification-service-(sns-_1.jpg │ │ ├── aws-simple-queue-service-(sqs-_1.jpg │ │ ├── aws-snowball_1.jpg │ │ ├── aws-step-functions_1.jpg │ │ ├── aws-storage-gateway_1.jpg │ │ ├── aws-systems-manager_1.jpg │ │ ├── aws-timestream_1.jpg │ │ ├── aws-transfer-family_1.jpg │ │ ├── aws-transit-gateway_1.jpg │ │ ├── aws-trusted-advisor_1.jpg │ │ ├── aws-vpc_1.jpg │ │ ├── aws-waf_1.jpg │ │ ├── aws-well-architected-tool_1.jpg │ │ ├── aws-x-ray_1.jpg │ │ ├── azure-synapse_1.jpg │ │ ├── bigquery_1.jpg │ │ ├── bitbucket_1.jpg │ │ ├── bokeh_1.jpg │ │ ├── circleci_1.jpg │ │ ├── clickhouse_1.jpg │ │ ├── cloudflare_1.jpg │ │ ├── couchbase_1.jpg │ │ ├── dagster_1.jpg │ │ ├── databricks_1.jpg │ │ ├── datadog_1.jpg │ │ ├── django_1.jpg │ │ ├── domo_1.jpg │ │ ├── dropbox_1.jpg │ │ ├── elasticsearch_1.jpg │ │ ├── exasol_1.jpg │ │ ├── faunadb_1.jpg │ │ ├── firebase_1.jpg │ │ ├── fivetran_1.jpg │ │ ├── flask_1.jpg │ │ ├── git_1.jpg │ │ ├── google-cloud-platform_1.jpg │ │ ├── google-drive_1.jpg │ │ ├── grafana_1.jpg │ │ ├── greenplum_1.jpg │ │ ├── h2o-ai_1.jpg │ │ ├── hasura_1.jpg │ │ ├── heroku_1.jpg │ │ ├── hugo_1.jpg │ │ ├── ibm-db2_1.jpg │ │ ├── informatica_1.jpg │ │ ├── insightly_1.jpg │ │ ├── jenkins_1.jpg │ │ ├── jira_1.jpg │ │ ├── jupyter_1.jpg │ │ ├── kibana_1.jpg │ │ ├── knime_1.jpg │ │ ├── kubernetes_1.jpg │ │ ├── linkedin_1.jpg │ │ ├── looker_1.jpg │ │ ├── lookml_1.jpg │ │ ├── luigi_1.jpg │ │ ├── mailchimp_1.jpg │ │ ├── mariadb_1.jpg │ │ ├── matplotlib_1.jpg │ │ ├── medium_1.jpg │ │ ├── meltano_1.jpg │ │ ├── memcached_1.jpg │ │ ├── microsoft-azure_1.jpg │ │ ├── microsoft-onedrive_1.jpg │ │ ├── microsoft-teams_1.jpg │ │ ├── mongodb_1.jpg │ │ ├── mysql_1.jpg │ │ ├── netezza_1.jpg │ │ ├── netlify_1.jpg │ │ ├── notion_1.jpg │ │ ├── numpy_1.jpg │ │ ├── opencart_1.jpg │ │ ├── oracle_1.jpg │ │ ├── pandas_1.jpg │ │ ├── perl_1.jpg │ │ ├── plotly_1.jpg │ │ ├── postgresql_1.jpg │ │ ├── power-bi_1.jpg │ │ ├── prefect_1.jpg │ │ ├── presto_1.jpg │ │ ├── pytorch_1.jpg │ │ ├── qlik_1.jpg │ │ ├── rapidminer_1.jpg │ │ ├── redis-cloud_1.jpg │ │ ├── redis-enterprise_1.jpg │ │ ├── redis_1.jpg │ │ ├── redisai_1.jpg │ │ ├── redisbloom_1.jpg │ │ ├── redisgears_1.jpg │ │ ├── redisgraph_1.jpg │ │ ├── redisinsight_1.jpg │ │ ├── redisjson_1.jpg │ │ ├── redshift_1.jpg │ │ ├── ringcentral_1.jpg │ │ ├── ruby-on-rails_1.jpg │ │ ├── rust_1.jpg │ │ ├── salesforce_1.jpg │ │ ├── sas_1.jpg │ │ ├── scikit-learn_1.jpg │ │ ├── seaborn_1.jpg │ │ ├── segment_1.jpg │ │ ├── sendgrid_1.jpg │ │ ├── shopify_1.jpg │ │ ├── slack_1.jpg │ │ ├── snowflake_1.jpg │ │ ├── spss_1.jpg │ │ ├── sqlite_1.jpg │ │ ├── supabase_1.jpg │ │ ├── tableau_1.jpg │ │ ├── talend_1.jpg │ │ ├── tensorflow_1.jpg │ │ ├── terraform_1.jpg │ │ ├── trino_1.jpg │ │ ├── twilio_1.jpg │ │ ├── vercel_1.jpg │ │ ├── vertica_1.jpg │ │ ├── vonage_1.jpg │ │ ├── vultr_1.jpg │ │ ├── wasabi_1.jpg │ │ ├── webex_1.jpg │ │ ├── webflow_1.jpg │ │ ├── weebly_1.jpg │ │ ├── woocommerce_1.jpg │ │ ├── wordpress_1.jpg │ │ ├── wrike_1.jpg │ │ ├── xml-commons_1.jpg │ │ ├── xml-graphics_1.jpg │ │ ├── xml-rpc_1.jpg │ │ ├── xml-security_1.jpg │ │ ├── xmlbeans_1.jpg │ │ ├── zoho_1.jpg │ │ └── zoom_1.jpg │ ├── kafka-to-apache-airflow.md │ ├── kafka-to-apache-ambari.md │ ├── kafka-to-apache-arrow.md │ ├── kafka-to-apache-atlas.md │ ├── kafka-to-apache-avro.md │ ├── kafka-to-apache-beam.md │ ├── kafka-to-apache-bookkeeper.md │ ├── kafka-to-apache-calcite.md │ ├── kafka-to-apache-camel.md │ ├── kafka-to-apache-cassandra.md │ ├── kafka-to-apache-crunch.md │ ├── kafka-to-apache-curator.md │ ├── kafka-to-apache-drill.md │ ├── kafka-to-apache-druid.md │ ├── kafka-to-apache-flink.md │ ├── kafka-to-apache-gobblin.md │ ├── kafka-to-apache-hadoop.md │ ├── kafka-to-apache-hbase.md │ ├── kafka-to-apache-helix.md │ ├── kafka-to-apache-hudi.md │ ├── kafka-to-apache-iceberg.md │ ├── kafka-to-apache-kafka.md │ ├── kafka-to-apache-karaf.md │ ├── kafka-to-apache-knox.md │ ├── kafka-to-apache-kylin.md │ ├── kafka-to-apache-lens.md │ ├── kafka-to-apache-mahout.md │ ├── kafka-to-apache-manifoldcf.md │ ├── kafka-to-apache-marmotta.md │ ├── kafka-to-apache-mesos.md │ ├── kafka-to-apache-metron.md │ ├── kafka-to-apache-mxnet.md │ ├── kafka-to-apache-nifi.md │ ├── kafka-to-apache-nutch.md │ ├── kafka-to-apache-oozie.md │ ├── kafka-to-apache-opennlp.md │ ├── kafka-to-apache-orc.md │ ├── kafka-to-apache-parquet.md │ ├── kafka-to-apache-pig.md │ ├── kafka-to-apache-pinot.md │ ├── kafka-to-apache-predictionio.md │ ├── kafka-to-apache-pulsar.md │ ├── kafka-to-apache-ranger.md │ ├── kafka-to-apache-reef.md │ ├── kafka-to-apache-sentry.md │ ├── kafka-to-apache-shiro.md │ ├── kafka-to-apache-singa.md │ ├── kafka-to-apache-solr.md │ ├── kafka-to-apache-spark.md │ ├── kafka-to-apache-sqoop.md │ ├── kafka-to-apache-storm.md │ ├── kafka-to-apache-superset.md │ ├── kafka-to-apache-tajo.md │ ├── kafka-to-apache-tez.md │ ├── kafka-to-apache-tika.md │ ├── kafka-to-apache-uima.md │ ├── kafka-to-apache-vxquery.md │ ├── kafka-to-apache-wicket.md │ ├── kafka-to-apache-zeppelin.md │ ├── kafka-to-apache-zookeeper.md │ ├── kafka-to-aws-amplify.md │ ├── kafka-to-aws-app-runner.md │ ├── kafka-to-aws-appsync.md │ ├── kafka-to-aws-athena.md │ ├── kafka-to-aws-auto-scaling.md │ ├── kafka-to-aws-backup.md │ ├── kafka-to-aws-batch.md │ ├── kafka-to-aws-certificate-manager.md │ ├── kafka-to-aws-cloudformation.md │ ├── kafka-to-aws-cloudfront.md │ ├── kafka-to-aws-cloudtrail.md │ ├── kafka-to-aws-cloudwatch.md │ ├── kafka-to-aws-codebuild.md │ ├── kafka-to-aws-codecommit.md │ ├── kafka-to-aws-codedeploy.md │ ├── kafka-to-aws-codepipeline.md │ ├── kafka-to-aws-codestar.md │ ├── kafka-to-aws-cognito.md │ ├── kafka-to-aws-config.md │ ├── kafka-to-aws-data-pipeline.md │ ├── kafka-to-aws-database-migration-service.md │ ├── kafka-to-aws-direct-connect.md │ ├── kafka-to-aws-directory-service.md │ ├── kafka-to-aws-dynamodb.md │ ├── kafka-to-aws-ec2.md │ ├── kafka-to-aws-elastic-beanstalk.md │ ├── kafka-to-aws-elastic-block-store-(ebs-.md │ ├── kafka-to-aws-elastic-file-system-(efs-.md │ ├── kafka-to-aws-elastic-load-balancing.md │ ├── kafka-to-aws-elemental-mediaconvert.md │ ├── kafka-to-aws-elemental-medialive.md │ ├── kafka-to-aws-elemental-mediapackage.md │ ├── kafka-to-aws-elemental-mediastore.md │ ├── kafka-to-aws-elemental-mediatailor.md │ ├── kafka-to-aws-eventbridge.md │ ├── kafka-to-aws-fargate.md │ ├── kafka-to-aws-firewall-manager.md │ ├── kafka-to-aws-glue.md │ ├── kafka-to-aws-iam.md │ ├── kafka-to-aws-iot-core.md │ ├── kafka-to-aws-kinesis.md │ ├── kafka-to-aws-lambda.md │ ├── kafka-to-aws-lightsail.md │ ├── kafka-to-aws-macie.md │ ├── kafka-to-aws-managed-blockchain.md │ ├── kafka-to-aws-marketplace.md │ ├── kafka-to-aws-migration-hub.md │ ├── kafka-to-aws-mobile-hub.md │ ├── kafka-to-aws-opsworks.md │ ├── kafka-to-aws-organizations.md │ ├── kafka-to-aws-outposts.md │ ├── kafka-to-aws-personal-health-dashboard.md │ ├── kafka-to-aws-pinpoint.md │ ├── kafka-to-aws-polly.md │ ├── kafka-to-aws-privatelink.md │ ├── kafka-to-aws-rds.md │ ├── kafka-to-aws-redshift.md │ ├── kafka-to-aws-rekognition.md │ ├── kafka-to-aws-resource-access-manager.md │ ├── kafka-to-aws-robomaker.md │ ├── kafka-to-aws-route-53.md │ ├── kafka-to-aws-s3.md │ ├── kafka-to-aws-sagemaker.md │ ├── kafka-to-aws-secrets-manager.md │ ├── kafka-to-aws-security-hub.md │ ├── kafka-to-aws-server-migration-service.md │ ├── kafka-to-aws-service-catalog.md │ ├── kafka-to-aws-shield.md │ ├── kafka-to-aws-simple-email-service-(ses-.md │ ├── kafka-to-aws-simple-notification-service-(sns-.md │ ├── kafka-to-aws-simple-queue-service-(sqs-.md │ ├── kafka-to-aws-snowball.md │ ├── kafka-to-aws-step-functions.md │ ├── kafka-to-aws-storage-gateway.md │ ├── kafka-to-aws-systems-manager.md │ ├── kafka-to-aws-timestream.md │ ├── kafka-to-aws-transfer-family.md │ ├── kafka-to-aws-transit-gateway.md │ ├── kafka-to-aws-trusted-advisor.md │ ├── kafka-to-aws-vpc.md │ ├── kafka-to-aws-waf.md │ ├── kafka-to-aws-well-architected-tool.md │ ├── kafka-to-aws-x-ray.md │ ├── kafka-to-azure-synapse.md │ ├── kafka-to-bigquery.md │ ├── kafka-to-bitbucket.md │ ├── kafka-to-bokeh.md │ ├── kafka-to-circleci.md │ ├── kafka-to-clickhouse.md │ ├── kafka-to-cloudflare.md │ ├── kafka-to-couchbase.md │ ├── kafka-to-dagster.md │ ├── kafka-to-databricks.md │ ├── kafka-to-datadog.md │ ├── kafka-to-django.md │ ├── kafka-to-domo.md │ ├── kafka-to-dropbox.md │ ├── kafka-to-elasticsearch.md │ ├── kafka-to-exasol.md │ ├── kafka-to-faunadb.md │ ├── kafka-to-firebase.md │ ├── kafka-to-fivetran.md │ ├── kafka-to-flask.md │ ├── kafka-to-git.md │ ├── kafka-to-google-cloud-platform.md │ ├── kafka-to-google-drive.md │ ├── kafka-to-grafana.md │ ├── kafka-to-greenplum.md │ ├── kafka-to-h2o-ai.md │ ├── kafka-to-hasura.md │ ├── kafka-to-heroku.md │ ├── kafka-to-hugo.md │ ├── kafka-to-ibm-db2.md │ ├── kafka-to-informatica.md │ ├── kafka-to-insightly.md │ ├── kafka-to-jenkins.md │ ├── kafka-to-jira.md │ ├── kafka-to-jupyter.md │ ├── kafka-to-kibana.md │ ├── kafka-to-knime.md │ ├── kafka-to-kubernetes.md │ ├── kafka-to-linkedin.md │ ├── kafka-to-looker.md │ ├── kafka-to-lookml.md │ ├── kafka-to-luigi.md │ ├── kafka-to-mailchimp.md │ ├── kafka-to-mariadb.md │ ├── kafka-to-matplotlib.md │ ├── kafka-to-medium.md │ ├── kafka-to-meltano.md │ ├── kafka-to-memcached.md │ ├── kafka-to-microsoft-azure.md │ ├── kafka-to-microsoft-onedrive.md │ ├── kafka-to-microsoft-teams.md │ ├── kafka-to-mongodb.md │ ├── kafka-to-mysql.md │ ├── kafka-to-netezza.md │ ├── kafka-to-netlify.md │ ├── kafka-to-notion.md │ ├── kafka-to-numpy.md │ ├── kafka-to-opencart.md │ ├── kafka-to-oracle.md │ ├── kafka-to-pandas.md │ ├── kafka-to-perl.md │ ├── kafka-to-plotly.md │ ├── kafka-to-postgresql.md │ ├── kafka-to-power-bi.md │ ├── kafka-to-prefect.md │ ├── kafka-to-presto.md │ ├── kafka-to-pytorch.md │ ├── kafka-to-qlik.md │ ├── kafka-to-rapidminer.md │ ├── kafka-to-redis-cloud.md │ ├── kafka-to-redis-enterprise.md │ ├── kafka-to-redis.md │ ├── kafka-to-redisai.md │ ├── kafka-to-redisbloom.md │ ├── kafka-to-redisgears.md │ ├── kafka-to-redisgraph.md │ ├── kafka-to-redisinsight.md │ ├── kafka-to-redisjson.md │ ├── kafka-to-redshift.md │ ├── kafka-to-ringcentral.md │ ├── kafka-to-rust.md │ ├── kafka-to-salesforce.md │ ├── kafka-to-sas.md │ ├── kafka-to-scikit-learn.md │ ├── kafka-to-seaborn.md │ ├── kafka-to-segment.md │ ├── kafka-to-sendgrid.md │ ├── kafka-to-shopify.md │ ├── kafka-to-slack.md │ ├── kafka-to-snowflake.md │ ├── kafka-to-spss.md │ ├── kafka-to-sqlite.md │ ├── kafka-to-supabase.md │ ├── kafka-to-tableau.md │ ├── kafka-to-talend.md │ ├── kafka-to-tensorflow.md │ ├── kafka-to-terraform.md │ ├── kafka-to-trino.md │ ├── kafka-to-twilio.md │ ├── kafka-to-vercel.md │ ├── kafka-to-vertica.md │ ├── kafka-to-vultr.md │ ├── kafka-to-wasabi.md │ ├── kafka-to-webex.md │ ├── kafka-to-webflow.md │ ├── kafka-to-weebly.md │ ├── kafka-to-woocommerce.md │ ├── kafka-to-wordpress.md │ ├── kafka-to-wrike.md │ ├── kafka-to-xml-commons.md │ ├── kafka-to-xml-graphics.md │ ├── kafka-to-xml-security.md │ ├── kafka-to-xmlbeans.md │ ├── kafka-to-zoho.md │ └── kafka-to-zoom.md ├── create │ ├── clone-project.md │ ├── create-environment.md │ ├── create-linked-project.md │ ├── create-project.md │ ├── create-scratchpad.md │ ├── create-topic.md │ ├── data-tiers.md │ ├── fork-project.md │ ├── overview.md │ ├── project-structure.md │ ├── protected-environment.md │ └── syncing-environment.md ├── deploy │ ├── deploy-external-image.md │ ├── deploy-public-page.md │ ├── environment-variables.md │ ├── overview.md │ ├── ports.md │ ├── private-container-registries.md │ ├── quix-variables.md │ ├── secrets-management.md │ ├── state-management.md │ └── yaml-variables.md ├── develop │ ├── apis-overview.md │ ├── authentication │ │ ├── personal-access-token.md │ │ ├── quix-streams.md │ │ └── streaming-token.md │ ├── code-samples.md │ ├── create-application.md │ ├── integrate-data │ │ ├── compressed-data.md │ │ ├── external-destination.md │ │ ├── external-source.md │ │ ├── inbound-webhooks.md │ │ ├── iot-data.md │ │ ├── jupyter-nb.md │ │ ├── overview.md │ │ ├── polling.md │ │ ├── prebuilt-connector-destination.md │ │ ├── prebuilt-connector.md │ │ ├── quix-streams.md │ │ ├── read-csv.md │ │ ├── streaming-apis.md │ │ └── web-app.md │ ├── overview.md │ ├── process │ │ ├── overview.md │ │ ├── timeseries-events.md │ │ ├── types-of-processing.md │ │ └── types-of-transform.md │ └── shared-folders.md ├── get-started │ ├── consume.md │ ├── install-cloud.md │ ├── process.md │ ├── produce.md │ ├── project-templates.md │ ├── stream-processing-pipelines.md │ ├── stream-processing.md │ ├── streaming.md │ └── welcome.md ├── hosting │ └── overview.md ├── images │ ├── application │ │ ├── application-path.png │ │ └── save-code-sample.png │ ├── arrow.svg │ ├── byoc │ │ ├── byoc-successful-install.png │ │ ├── push-variables.png │ │ ├── quix-installer-argocd-dashboard-view.jpg │ │ ├── quix-installer-argocd-success.jpg │ │ └── using-quixplatform-cli.png │ ├── clone-project │ │ ├── clone-project-template.png │ │ ├── import-project.png │ │ └── sync-your-environment.png │ ├── code-samples-dashboard.png │ ├── code-samples.png │ ├── container-registies │ │ ├── container-registries-create.png │ │ └── container-registries-settings.png │ ├── create-environment │ │ ├── create-environment-kebab-menu.png │ │ ├── create-environment-project-screen.png │ │ ├── name-branch.png │ │ ├── self-hosted-kafka.png │ │ └── topic-storage.png │ ├── create-linked-project │ │ ├── create-from-deployment.png │ │ ├── create-from-topic.png │ │ ├── linked-project-pipeline.png │ │ ├── linked-topic-pipeline-view.png │ │ ├── project-source-screen.png │ │ └── select-topic-to-link.png │ ├── create-new-github-user.png │ ├── create-project │ │ ├── add-environment.png │ │ └── create-project.png │ ├── create-scratchpad │ │ ├── create-scratchpad-environment.png │ │ ├── create-scratchpad-new.png │ │ ├── create-scratchpad-result.png │ │ └── create-scratchpad-topic.png │ ├── data-tiers │ │ ├── add-data-tier.png │ │ ├── data-tiers-section.png │ │ ├── new-topic.png │ │ └── topics-list.png │ ├── deploy │ │ ├── deployment-dialog.png │ │ ├── deployment-image-dialog.png │ │ ├── deployment-latest-version.png │ │ ├── deployment-settings.png │ │ ├── deployment-tagged-version.png │ │ ├── new-deployment-dialog.png │ │ ├── new-deployment-menu.png │ │ └── out-of-sync.png │ ├── edit-variable.png │ ├── env-variables │ │ ├── add-env-var-dialog.png │ │ ├── add-env-var.png │ │ └── secrets-management.png │ ├── example-pipeline.png │ ├── external-destination-options.png │ ├── f1-data-waveform.png │ ├── get-environment-id │ │ └── get-environment-id-settings.png │ ├── git-setup-guide.png │ ├── hello-quix-pipeline-view.png │ ├── in-memory-processing-legacy.png │ ├── in-memory-processing-quix.png │ ├── integrations │ │ ├── apis-and-tokens.png │ │ ├── brokers │ │ │ ├── broker-settings.png │ │ │ └── redpanda-setup-guide.png │ │ ├── influxdb-data-explorer.png │ │ ├── influxdb-environment-variables.png │ │ ├── influxdb-f1-data-results.png │ │ ├── influxdb-messages-tab-average-speed.png │ │ ├── influxdb-pipeline-destination.png │ │ ├── influxdb-pipeline-second-part.png │ │ ├── influxdb-pipeline.png │ │ ├── influxdb-quickstart-pipeline.png │ │ ├── influxdb-source-add-transform.png │ │ └── telegraf-data-explorer.png │ ├── jupyter-wb │ │ ├── connect-python.png │ │ ├── jupyter-results.png │ │ └── new-file.png │ ├── kafka_logo.png │ ├── legacy-workspaces.png │ ├── manage │ │ ├── build-logs.png │ │ ├── data-explorer.png │ │ ├── logs.png │ │ ├── messages.png │ │ ├── new-topic.png │ │ └── topic-persistence.png │ ├── messages-tab-json.png │ ├── messages-topic-partitions.png │ ├── new-topic-dialog.png │ ├── open_in_new_window.png │ ├── open_in_new_window.svg │ ├── project-structure │ │ ├── app-structure.png │ │ ├── pipeline.png │ │ └── project-structure.png │ ├── project-templates │ │ ├── chat-sentiment-pipeline.png │ │ ├── clickstream-analysis-pipeline.png │ │ ├── computer-vision-pipeline.png │ │ └── predictive-maintenance-pipeline.png │ ├── quix-cloud-onboarding │ │ ├── create-environment.png │ │ ├── event-detection-transform-quix-cloud.png │ │ ├── message-details.png │ │ ├── pipeline-quix-cloud.png │ │ ├── select-broker.png │ │ ├── sync-dialog.png │ │ ├── sync-environment.png │ │ └── welcome-to-quix.png │ ├── quix-data-store.png │ ├── quix-streams-requirements.png │ ├── quix-technical-architecture.jpg │ ├── replay │ │ ├── replay-add-new.png │ │ ├── replay-add-persist-topic.png │ │ ├── replay-configuration.png │ │ ├── replay-play-data.png │ │ └── replay-select-stream.png │ ├── shared-folders │ │ ├── folder-selection.png │ │ ├── online-ide.png │ │ └── result.png │ ├── site-cant-be-reached.png │ ├── starter-transform.png │ ├── state │ │ └── state-management.png │ ├── stream-processing-architecture.png │ ├── tag-button.png │ └── yaml-variables.png ├── integrations │ ├── brokers │ │ ├── aiven.md │ │ ├── broker-settings.md │ │ ├── confluent.md │ │ ├── overview.md │ │ ├── quix.md │ │ ├── redpanda.md │ │ └── upstash.md │ ├── databases │ │ ├── influxdb │ │ │ ├── alerting.md │ │ │ ├── migrating-v2-v3.md │ │ │ ├── overview.md │ │ │ ├── quickstart.md │ │ │ ├── replacing-flux.md │ │ │ ├── replacing-kapacitor.md │ │ │ ├── telegraf-clip-1.gif │ │ │ ├── telegraf-clip-2.gif │ │ │ ├── telegraf-source.png │ │ │ └── telegraf.md │ │ ├── postgressql │ │ │ └── overview.md │ │ └── redis │ │ │ └── overview.md │ ├── overview.md │ └── vector-databases │ │ ├── overview.md │ │ ├── qdrant │ │ └── overview.md │ │ ├── upstash │ │ └── overview.md │ │ └── weaviate │ │ └── overview.md ├── javascripts │ ├── feedback.js │ ├── github-buttons.js │ ├── quix.js │ └── runllm-widget.js ├── kb │ ├── contribute.md │ ├── glossary.md │ ├── what-is-kafka.md │ ├── what-is-quix.md │ └── why-stream-processing.md ├── manage │ ├── MLOps.md │ ├── overview.md │ ├── replay.md │ ├── security.md │ ├── testing-data-store.md │ ├── testing-environments.md │ └── troubleshooting.md ├── quix-cloud │ ├── deploying-connectors.md │ ├── overview.md │ ├── quickstart.md │ ├── quixtour │ │ ├── ingest.md │ │ ├── overview.md │ │ ├── process-threshold.md │ │ └── serve-sms.md │ ├── security.md │ └── why-quix-cloud.md ├── quix-connectors │ ├── quix-streams │ │ ├── sinks │ │ │ └── coming-soon │ │ │ │ ├── AmazonGlue-sink.md │ │ │ │ ├── AmazonSQS-sink.md │ │ │ │ ├── ApacheIceberg-sink.md │ │ │ │ ├── ApachePulsar-sink.md │ │ │ │ ├── Astra-sink.md │ │ │ │ ├── AzureBlobStorage-sink.md │ │ │ │ ├── Cassandra-sink.md │ │ │ │ ├── Chroma-sink.md │ │ │ │ ├── Clickhouse-sink.md │ │ │ │ ├── Convex-sink.md │ │ │ │ ├── Cumulio-sink.md │ │ │ │ ├── Databend-sink.md │ │ │ │ ├── Databricks-sink.md │ │ │ │ ├── Doris-sink.md │ │ │ │ ├── DuckDB-sink.md │ │ │ │ ├── DynamoDB-sink.md │ │ │ │ ├── ElasticSearch-sink.md │ │ │ │ ├── Exasol-sink.md │ │ │ │ ├── Firebolt-sink.md │ │ │ │ ├── GoogleCloudBigQuery-sink.md │ │ │ │ ├── GoogleCloudFirestore-sink.md │ │ │ │ ├── GoogleCloudStorage-sink.md │ │ │ │ ├── GoogleSheets-sink.md │ │ │ │ ├── Keen-sink.md │ │ │ │ ├── Kvdb-sink.md │ │ │ │ ├── Langchain-sink.md │ │ │ │ ├── LocalJson-sink.md │ │ │ │ ├── MQTT-sink.md │ │ │ │ ├── MariadbColumnstore-sink.md │ │ │ │ ├── Meilisearch-sink.md │ │ │ │ ├── MicrosoftSQL-sink.md │ │ │ │ ├── Milvus-sink.md │ │ │ │ ├── MongoDB-sink.md │ │ │ │ ├── Motherduck-sink.md │ │ │ │ ├── MySQL-sink.md │ │ │ │ ├── Oracle-sink.md │ │ │ │ ├── Pgvector-sink.md │ │ │ │ ├── Pinecone-sink.md │ │ │ │ ├── Postgres-sink.md │ │ │ │ ├── PostgresCDC-sink.md │ │ │ │ ├── PubSub-sink.md │ │ │ │ ├── Qdrant-sink.md │ │ │ │ ├── R2-sink.md │ │ │ │ ├── RabbitMQ-sink.md │ │ │ │ ├── Redis-sink.md │ │ │ │ ├── Redpanda-sink.md │ │ │ │ ├── Redshift-sink.md │ │ │ │ ├── Rockset-sink.md │ │ │ │ ├── Scylla-sink.md │ │ │ │ ├── Selectdb-sink.md │ │ │ │ ├── SftpJson-sink.md │ │ │ │ ├── Snowflake-sink.md │ │ │ │ ├── SnowflakeCortex-sink.md │ │ │ │ ├── Sqlite-sink.md │ │ │ │ ├── StarburstGalaxy-sink.md │ │ │ │ ├── Teradata-sink.md │ │ │ │ ├── Tidb-sink.md │ │ │ │ ├── Timeplus-sink.md │ │ │ │ ├── Typesense-sink.md │ │ │ │ ├── Vectara-sink.md │ │ │ │ ├── Vertica-sink.md │ │ │ │ ├── Weaviate-sink.md │ │ │ │ ├── Xata-sink.md │ │ │ │ ├── Yellowbrick-sink.md │ │ │ │ └── Yugabytedb-sink.md │ │ └── sources │ │ │ └── coming-soon │ │ │ ├── AmazonGlue-source.md │ │ │ ├── AmazonS3-source.md │ │ │ ├── AmazonSQS-source.md │ │ │ ├── ApacheIceberg-source.md │ │ │ ├── ApachePulsar-source.md │ │ │ ├── Astra-source.md │ │ │ ├── AzureBlobStorage-source.md │ │ │ ├── Cassandra-source.md │ │ │ ├── Chroma-source.md │ │ │ ├── Clickhouse-source.md │ │ │ ├── Convex-source.md │ │ │ ├── Cumulio-source.md │ │ │ ├── Databend-source.md │ │ │ ├── Databricks-source.md │ │ │ ├── Doris-source.md │ │ │ ├── DuckDB-source.md │ │ │ ├── DynamoDB-source.md │ │ │ ├── ElasticSearch-source.md │ │ │ ├── Exasol-source.md │ │ │ ├── Firebolt-source.md │ │ │ ├── GoogleCloudBigQuery-source.md │ │ │ ├── GoogleCloudFirestore-source.md │ │ │ ├── GoogleCloudStorage-source.md │ │ │ ├── GoogleSheets-source.md │ │ │ ├── Keen-source.md │ │ │ ├── Kinesis-source.md │ │ │ ├── Kvdb-source.md │ │ │ ├── Langchain-source.md │ │ │ ├── LocalJson-source.md │ │ │ ├── MQTT-source.md │ │ │ ├── MariadbColumnstore-source.md │ │ │ ├── Meilisearch-source.md │ │ │ ├── MicrosoftSQL-source.md │ │ │ ├── Milvus-source.md │ │ │ ├── MongoDB-source.md │ │ │ ├── Motherduck-source.md │ │ │ ├── MySQL-source.md │ │ │ ├── Oracle-source.md │ │ │ ├── Pgvector-source.md │ │ │ ├── Pinecone-source.md │ │ │ ├── Postgres-source.md │ │ │ ├── PostgresCDC-source.md │ │ │ ├── PubSub-source.md │ │ │ ├── Qdrant-source.md │ │ │ ├── R2-source.md │ │ │ ├── RabbitMQ-source.md │ │ │ ├── Redis-source.md │ │ │ ├── Redpanda-source.md │ │ │ ├── Redshift-source.md │ │ │ ├── Rockset-source.md │ │ │ ├── Scylla-source.md │ │ │ ├── Selectdb-source.md │ │ │ ├── SftpJson-source.md │ │ │ ├── Snowflake-source.md │ │ │ ├── SnowflakeCortex-source.md │ │ │ ├── Sqlite-source.md │ │ │ ├── StarburstGalaxy-source.md │ │ │ ├── Teradata-source.md │ │ │ ├── Tidb-source.md │ │ │ ├── Timeplus-source.md │ │ │ ├── Typesense-source.md │ │ │ ├── Vectara-source.md │ │ │ ├── Vertica-source.md │ │ │ ├── Weaviate-source.md │ │ │ ├── Xata-source.md │ │ │ ├── Yellowbrick-source.md │ │ │ ├── Yugabytedb-source.md │ │ │ └── images │ │ │ ├── AmazonGlue-source_diagram_1.png │ │ │ ├── AmazonS3-source_diagram_1.png │ │ │ ├── ApachePulsar-source_diagram_1.png │ │ │ ├── Cassandra-source_diagram_1.png │ │ │ ├── Clickhouse-source_diagram_1.png │ │ │ ├── Databricks-source_diagram_1.png │ │ │ ├── DynamoDB-source_diagram_1.png │ │ │ ├── Kinesis-source_diagram_1.png │ │ │ ├── MQTT-source_diagram_1.png │ │ │ ├── MicrosoftSQL-source_diagram_1.png │ │ │ ├── MySQL-source_diagram_1.png │ │ │ ├── Oracle-source_diagram_1.png │ │ │ ├── Postgres-source_diagram_1.png │ │ │ ├── PostgresCDC-source_diagram_1.png │ │ │ ├── PubSub-source_diagram_1.png │ │ │ ├── RabbitMQ-source_diagram_1.png │ │ │ ├── Redis-source_diagram_1.png │ │ │ ├── Redpanda-source_diagram_1.png │ │ │ ├── Redshift-source_diagram_1.png │ │ │ └── Snowflake-source_diagram_1.png │ └── templates │ │ ├── awss3icebergsink-destination-icon.png │ │ ├── awss3icebergsink-destination.md │ │ ├── bigquerysink-destination-icon.png │ │ ├── bigquerysink-destination.md │ │ ├── confluentkafkasink-destination-icon.png │ │ ├── confluentkafkasink-destination.md │ │ ├── confluentkafkasource-source-icon.png │ │ ├── confluentkafkasource-source.md │ │ ├── environmentsource-source.md │ │ ├── index.md │ │ ├── influxdb20source-source-icon.png │ │ ├── influxdb20source-source.md │ │ ├── influxdb30sink-destination-icon.png │ │ ├── influxdb30sink-destination.md │ │ ├── influxdb30source-source-icon.png │ │ ├── influxdb30source-source.md │ │ ├── kafkaconnectsink-destination-icon.png │ │ ├── kafkaconnectsink-destination.md │ │ ├── kafkaconnectsource-source-icon.png │ │ ├── kafkaconnectsource-source.md │ │ ├── mqttsink-destination-icon.png │ │ ├── mqttsink-destination.md │ │ ├── mqttsource-source-icon.png │ │ ├── mqttsource-source.md │ │ ├── postgrescdcsource-source-icon.png │ │ ├── postgrescdcsource-source.md │ │ ├── redissink-destination-icon.png │ │ ├── redissink-destination.md │ │ ├── redissource-source-icon.png │ │ ├── redissource-source.md │ │ ├── segmentsource-source-icon.jpg │ │ ├── segmentsource-source.md │ │ ├── slacksink-destination-icon.png │ │ ├── slacksink-destination.md │ │ ├── snowplowsource-source-icon.png │ │ ├── snowplowsource-source.md │ │ ├── sqlchangedatacapturesource-source-icon.png │ │ ├── sqlchangedatacapturesource-source.md │ │ ├── telegraf-logo.jpg │ │ ├── telegraf-source.md │ │ └── websocketdestination-destination.md ├── stylesheets │ └── extra.css └── tutorials │ ├── clickstream │ ├── change-offer.md │ ├── clickstream-producer.md │ ├── data-aggregation.md │ ├── data-enrichment.md │ ├── data-ingestion.md │ ├── event-detection.md │ ├── get-project.md │ ├── images │ │ ├── assign-secret-dropdown.png │ │ ├── clickstream-applications.png │ │ ├── clickstream-deployment-code-view.png │ │ ├── clickstream-deployments.png │ │ ├── clickstream-pipeline-section-producer.png │ │ ├── clickstream-pipeline.png │ │ ├── clickstream-topics.png │ │ ├── data-aggregation-pipeline-segment.png │ │ ├── data-enrichment-pipeline-segment.png │ │ ├── data-ingestion-pipeline-segment.png │ │ ├── event-detection-pipeline-segment.png │ │ ├── merge-request-menu.png │ │ ├── new-environment.png │ │ ├── real-time-dashboard-pipeline-segment.png │ │ ├── squash-and-merge.png │ │ ├── streamlit-dashboard.png │ │ ├── sync-environment.png │ │ ├── webshop-frontend-pipeline-segment.png │ │ └── webshop-frontend.png │ ├── overview.md │ ├── realtime-dashboard.md │ ├── summary.md │ └── webshop-frontend.md │ ├── computer-vision │ ├── add-service.md │ ├── get-project.md │ ├── images │ │ ├── cars-waveform.png │ │ ├── detected-objects.png │ │ ├── edit-env-variables.png │ │ ├── external-link.png │ │ ├── merge-request-menu.png │ │ ├── new-environment.png │ │ ├── object-detection-code.png │ │ ├── object-detection-logs.png │ │ ├── object-detection-pipeline-segment.png │ │ ├── protected-branch.png │ │ ├── road-capacity.png │ │ ├── squash-and-merge.png │ │ ├── sync-environment.png │ │ ├── tag.png │ │ ├── tfl-camera-feed-message-view.png │ │ ├── tfl-camera-feed-pipeline-segment.png │ │ ├── tfl-camera-feed-tile.png │ │ ├── tfl-frame-grabber-pipeline-segment.png │ │ ├── tfl-frame-grabber-tile.png │ │ ├── ui-public-url.png │ │ ├── web-ui-pipeline-segment.png │ │ ├── web-ui.png │ │ └── webcam-public-url.png │ ├── object-detection.md │ ├── other-services.md │ ├── overview.md │ ├── summary.md │ ├── tfl-camera-feed.md │ ├── tfl-frame-grabber.md │ └── web-ui.md │ ├── currency-alerting │ ├── currency-alerting.md │ └── images │ │ ├── CoinAPIer.png │ │ ├── coinapi.png │ │ ├── currency-pipeline.png │ │ ├── library-icon.png │ │ ├── library-pushover.png │ │ ├── logs1.png │ │ ├── pipeline-coinstep.png │ │ ├── pipeline.png │ │ ├── pushover_notification.png │ │ ├── success-coinapi.png │ │ ├── success-pushover.png │ │ ├── success-threshold.png │ │ ├── threshold-alerts.png │ │ └── twilio.png │ ├── data-science │ ├── 1-bikedata.md │ ├── 2-weatherdata.md │ ├── 3-data.md │ ├── 4-train.md │ ├── 5-run.md │ ├── 6-conclusion.md │ ├── images │ │ ├── data-explorer-settings.png │ │ ├── data-explorer.png │ │ ├── data.png │ │ ├── early-success.png │ │ ├── ny-bikes-library-tile.png │ │ ├── open-weather-api.png │ │ ├── query-a.png │ │ ├── query-b.png │ │ └── results.png │ └── overview.md │ ├── data-stream-processing │ ├── CarDemoGif.gif │ ├── architecture.png │ ├── data-stream-processing.md │ ├── library-items.png │ ├── phone.jpg │ └── track.png │ ├── event-detection │ ├── conclusion.md │ ├── crash-detection-ui.md │ ├── crash-detection.md │ ├── data-acquisition.md │ ├── images │ │ ├── crash-detection-ui-tile.png │ │ ├── qr-setting-share-ui.png │ │ ├── qr-settings-share-service.png │ │ ├── token-menu.png │ │ └── ui.png │ └── overview.md │ ├── influxdb-alerting │ ├── add-alerting.md │ ├── external-source.md │ ├── images │ │ ├── alerting-pipeline-variables.png │ │ ├── alerting-pipeline.png │ │ └── pager-duty-activity.png │ ├── influxdb-destination.md │ ├── overview.md │ ├── python-client.md │ ├── summary.md │ └── threshold-detection.md │ ├── influxdb-migration │ ├── create-project.md │ ├── images │ │ ├── influxdb-cpu-load.png │ │ ├── influxdb-migration-pipeline.png │ │ ├── influxdb-v2-install.png │ │ └── influxdb-v3-query.png │ ├── influxdb-destination.md │ ├── influxdb-source.md │ ├── influxdb-v2-install.md │ ├── overview.md │ └── summary.md │ ├── ingest-embeddings │ ├── continuously_ingest_documents_into_a_vector_store_using_apache_kafka.md │ └── images │ │ └── quix-pipeline.png │ ├── matlab │ ├── images │ │ ├── matlab_console.png │ │ ├── matlab_data_explorer.png │ │ ├── matlab_deployment_details.png │ │ ├── matlab_deployment_dialog.png │ │ ├── matlab_deployment_tag.png │ │ ├── matlab_directory.png │ │ ├── matlab_pipeline_view.png │ │ ├── matlab_set_up_application.png │ │ ├── matlab_starter_application_creation.png │ │ ├── pipeline_view.png │ │ ├── simulink_console.png │ │ ├── simulink_data_explorer.png │ │ ├── simulink_deployment_details.png │ │ ├── simulink_deployment_dialog.png │ │ └── simulink_deployment_tag.png │ └── matlab-and-simulink.md │ ├── overview.md │ ├── predictive-maintenance │ ├── alert-service.md │ ├── data-generator.md │ ├── downsampling.md │ ├── forecast-service.md │ ├── get-project.md │ ├── images │ │ ├── alert-pipeline-segment.png │ │ ├── alert-service-logging.png │ │ ├── alerts-display.png │ │ ├── data-generator-deployment-code-view.png │ │ ├── data-generator-pipeline-segment.png │ │ ├── downsampling-pipeline-segment.png │ │ ├── forecast-pipeline-segment.png │ │ ├── influxdb-alerts-pipeline-segment.png │ │ ├── influxdb-raw-data-pipeline-segment.png │ │ ├── influxdb_alerts.png │ │ ├── influxdb_data.png │ │ ├── library-pushover.png │ │ ├── merge-request-menu.png │ │ ├── message-format.png │ │ ├── messages-topic-dropdown.png │ │ ├── new-environment.png │ │ ├── predictive-maintenance-pipeline.png │ │ ├── printers-dashboard-pipeline-segment.png │ │ ├── printers-dashboard.png │ │ ├── pushover-notification.png │ │ ├── squash-and-merge.png │ │ ├── success-pushover.png │ │ └── sync-environment.png │ ├── influxdb-alerts.md │ ├── influxdb-raw-data.md │ ├── overview.md │ ├── phone-alerts.md │ ├── printers-dashboard.md │ └── summary.md │ ├── rss-tutorial │ ├── image1.png │ ├── image2.png │ ├── image3.png │ ├── image4.png │ └── rss-processing-pipeline.md │ ├── sentiment-analysis │ ├── customize-the-ui.md │ ├── get-project.md │ ├── images │ │ ├── click-code-tile.png │ │ ├── edit-code.png │ │ ├── merge-request-menu.png │ │ ├── messages-view.png │ │ ├── new-environment.png │ │ ├── new-name.png │ │ ├── squash-and-merge.png │ │ ├── sync-environment.png │ │ ├── tag.png │ │ ├── topics-view-live-data.png │ │ ├── twitch-channels.png │ │ ├── twitch-credentials.png │ │ ├── ui-tile.png │ │ └── web-ui-pipeline-segment.png │ ├── overview.md │ ├── sentiment-analysis-service.md │ ├── summary.md │ ├── try-the-ui.md │ ├── twitch-service.md │ └── ui-service.md │ ├── slack-alerting │ ├── add-requests.png │ ├── architecture.png │ ├── console-output.png │ ├── contextual-options-deployment.png │ ├── copy-topic-id.png │ ├── create-hello-world.png │ ├── deploy-dialog.png │ ├── deployment-logs.png │ ├── deployment-running.png │ ├── edit-requirements.png │ ├── library-menu.png │ ├── naming-new-topic.png │ ├── project-name-slackalerting.png │ ├── project-name.png │ ├── select-topic-details.png │ ├── select-topic.png │ ├── slack-alerting.md │ ├── slack-alerts.png │ ├── slack-data.png │ ├── slack-messages.png │ ├── tag.gif │ ├── tfl-bikepoint-library-tile.png │ ├── tfl_api_keys.png │ └── version-tag.png │ └── train-and-deploy-ml │ ├── conclusion.md │ ├── create-data.md │ ├── deploy-ml.md │ ├── images │ ├── aggregation-slider-off.png │ ├── brake-shifted.png │ ├── braking-prediction.png │ ├── compare-experiments.png │ ├── connect-python.png │ ├── enable-topic-persistence.png │ ├── jupyter-python-code.png │ ├── jupyter-python3-selection.png │ ├── jupyter-results.png │ ├── run-live.png │ ├── select-experiments.png │ ├── time-slider.png │ ├── train.png │ ├── upload-file-to-application.png │ └── visualize-result.png │ ├── import-data.md │ ├── overview.md │ └── train-ml.md ├── hooks └── redirect_0_5_urls.py ├── layouts ├── background.jpg └── quix.yml ├── mkdocs.yml ├── open-browser.sh ├── overrides ├── blog.html ├── main.html └── partials │ ├── actions.html │ ├── feedback.html │ ├── footer.html │ ├── header.html │ ├── integrations │ └── analytics │ │ └── google-tag-manager.html │ └── post.html ├── pull_request_template.md └── requirements.txt /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM squidfunk/mkdocs-material 2 | WORKDIR /workspace 3 | COPY requirements.txt . 4 | RUN apk add bash 5 | RUN pip install -r requirements.txt -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Quix Docs Editor", 3 | "build": { 4 | "context": "..", 5 | "dockerfile": "Dockerfile" 6 | }, 7 | "workspaceMount": "source=${localWorkspaceFolder},target=/docs,type=bind", 8 | "workspaceFolder": "/docs", 9 | "postCreateCommand": "mkdocs serve --no-directory-urls" 10 | } -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | *.{cmd,[cC][mM][dD]} text eol=crlf 3 | *.{bat,[bB][aA][tT]} text eol=crlf -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | site/ 3 | lib/ 4 | .idea/ 5 | .vscode/ 6 | .DS_Store 7 | node_modules/ 8 | package-lock.json 9 | package.json 10 | .cache 11 | temp_dir/ 12 | 13 | # Byte-compiled / optimized / DLL files 14 | __pycache__/ 15 | *.py[cod] 16 | *$py.class 17 | 18 | .env 19 | -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/.nojekyll -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | docs.quix.io -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:3.11-slim 2 | 3 | WORKDIR /docs 4 | 5 | # Install system dependencies 6 | RUN apt-get update && apt-get install -y \ 7 | git \ 8 | libcairo2-dev \ 9 | libgdk-pixbuf2.0-dev \ 10 | libpango1.0-dev \ 11 | && rm -rf /var/lib/apt/lists/* 12 | 13 | # Copy requirements and install dependencies 14 | COPY requirements.txt . 15 | RUN pip install --no-cache-dir -r requirements.txt 16 | 17 | # Copy the docs content 18 | COPY . . 19 | 20 | # Expose the port MkDocs runs on 21 | EXPOSE 8000 22 | 23 | # Command to run MkDocs 24 | CMD ["mkdocs", "serve", "--no-directory-urls", "--dev-addr=0.0.0.0:8000"] -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- 1 | # Maintainers 2 | 3 | This repository is managed by the Quix Developer Relations Team. 4 | -------------------------------------------------------------------------------- /code-to-generate-connect-pages/print_urls.py: -------------------------------------------------------------------------------- 1 | import os 2 | 3 | # Path to the directory containing the files 4 | directory_path = '../docs/connect/' 5 | url_base = "https://quix.io/docs/connect" 6 | 7 | # Loop through each file in the directory 8 | for filename in os.listdir(directory_path): 9 | # Print the file name without the extension 10 | print(f'{url_base}/{filename.replace(".md", "")}.html') -------------------------------------------------------------------------------- /code-to-generate-connect-pages/tech-list2.csv: -------------------------------------------------------------------------------- 1 | AWS Lambda -------------------------------------------------------------------------------- /code-to-generate-connect-pages/urls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/code-to-generate-connect-pages/urls.txt -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | docs: 5 | build: 6 | context: . 7 | dockerfile: Dockerfile 8 | ports: 9 | - "8000:8000" 10 | volumes: 11 | - .:/docs 12 | environment: 13 | - PYTHONUNBUFFERED=1 14 | restart: unless-stopped -------------------------------------------------------------------------------- /docs-preview-site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs-preview-site.png -------------------------------------------------------------------------------- /docs/apis/portal-api/images/apis-tokens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/apis/portal-api/images/apis-tokens.png -------------------------------------------------------------------------------- /docs/apis/portal-api/overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Portal API 3 | description: The Portal API gives access to the Portal interface. 4 | --- 5 | 6 | # Overview - Portal API 7 | 8 | The Portal API gives access to the Portal interface, enabling you to programmatically control projects, environments, applications, and deployments. 9 | 10 | -------------------------------------------------------------------------------- /docs/apis/query-api/images/apis-tokens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/apis/query-api/images/apis-tokens.png -------------------------------------------------------------------------------- /docs/apis/streaming-reader-api/images/apis-tokens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/apis/streaming-reader-api/images/apis-tokens.png -------------------------------------------------------------------------------- /docs/apis/streaming-writer-api/images/apis-tokens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/apis/streaming-writer-api/images/apis-tokens.png -------------------------------------------------------------------------------- /docs/assets/Quix-Docs-Negative-RGB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/assets/Quix-Docs-Negative-RGB.png -------------------------------------------------------------------------------- /docs/assets/edit-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/assets/edit-button.png -------------------------------------------------------------------------------- /docs/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/assets/favicon.ico -------------------------------------------------------------------------------- /docs/assets/quix_favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/assets/quix_favicon.ico -------------------------------------------------------------------------------- /docs/assets/youtube.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/blog/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | hide: 3 | - toc 4 | --- 5 | 6 | # All posts 7 | 8 | Welcome to the Quix blog! 9 | 10 | Read the latest posts and ideas from the amazing community using Kafka and Python. 11 | 12 | 23 | -------------------------------------------------------------------------------- /docs/blog/posts/images/Consumer auto offset reset earliest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/Consumer auto offset reset earliest.png -------------------------------------------------------------------------------- /docs/blog/posts/images/Consumer auto offset reset latest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/Consumer auto offset reset latest.png -------------------------------------------------------------------------------- /docs/blog/posts/images/Consumer messages skipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/Consumer messages skipped.png -------------------------------------------------------------------------------- /docs/blog/posts/images/Kafka consumer crash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/Kafka consumer crash.png -------------------------------------------------------------------------------- /docs/blog/posts/images/Last committed offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/Last committed offset.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-1.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-2.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-3.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-4.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-5.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-6.png -------------------------------------------------------------------------------- /docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/data-enrichment-with-quix-and-redis-image-7.png -------------------------------------------------------------------------------- /docs/blog/posts/images/diagram-iceberg-sink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/diagram-iceberg-sink.png -------------------------------------------------------------------------------- /docs/blog/posts/images/navigating-stateful-stream-processing-image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/navigating-stateful-stream-processing-image-1.png -------------------------------------------------------------------------------- /docs/blog/posts/images/navigating-stateful-stream-processing-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/navigating-stateful-stream-processing-image-2.png -------------------------------------------------------------------------------- /docs/blog/posts/images/navigating-stateful-stream-processing-image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/navigating-stateful-stream-processing-image-3.png -------------------------------------------------------------------------------- /docs/blog/posts/images/navigating-stateful-stream-processing-image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/navigating-stateful-stream-processing-image-4.png -------------------------------------------------------------------------------- /docs/blog/posts/images/navigating-stateful-stream-processing-image-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/navigating-stateful-stream-processing-image-5.png -------------------------------------------------------------------------------- /docs/blog/posts/images/navigating-stateful-stream-processing-image-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/navigating-stateful-stream-processing-image-6.png -------------------------------------------------------------------------------- /docs/blog/posts/images/runllm_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/runllm_screenshot.png -------------------------------------------------------------------------------- /docs/blog/posts/images/windowing-stream-processing-guide-image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/windowing-stream-processing-guide-image-1.png -------------------------------------------------------------------------------- /docs/blog/posts/images/windowing-stream-processing-guide-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/windowing-stream-processing-guide-image-2.png -------------------------------------------------------------------------------- /docs/blog/posts/images/windowing-stream-processing-guide-image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/windowing-stream-processing-guide-image-3.png -------------------------------------------------------------------------------- /docs/blog/posts/images/windowing-stream-processing-guide-image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/windowing-stream-processing-guide-image-4.png -------------------------------------------------------------------------------- /docs/blog/posts/images/windowing-stream-processing-guide-image-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/blog/posts/images/windowing-stream-processing-guide-image-5.png -------------------------------------------------------------------------------- /docs/connect/images/apache-airflow_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-airflow_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-ambari_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-ambari_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-arrow_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-arrow_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-atlas_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-atlas_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-avro_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-avro_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-beam_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-beam_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-bookkeeper_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-bookkeeper_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-calcite_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-calcite_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-camel_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-camel_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-cassandra_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-cassandra_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-crunch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-crunch_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-curator_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-curator_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-drill_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-drill_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-druid_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-druid_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-flink_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-flink_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-flume_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-flume_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-gobblin_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-gobblin_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-hadoop_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-hadoop_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-hbase_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-hbase_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-helix_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-helix_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-hudi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-hudi_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-iceberg_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-iceberg_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-kafka_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-kafka_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-karaf_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-karaf_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-knox_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-knox_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-kylin_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-kylin_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-lens_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-lens_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-mahout_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-mahout_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-manifoldcf_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-manifoldcf_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-marmotta_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-marmotta_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-mesos_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-mesos_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-metron_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-metron_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-mxnet_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-mxnet_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-nifi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-nifi_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-nutch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-nutch_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-oozie_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-oozie_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-opennlp_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-opennlp_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-orc_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-orc_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-parquet_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-parquet_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-pig_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-pig_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-pinot_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-pinot_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-predictionio_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-predictionio_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-pulsar_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-pulsar_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-ranger_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-ranger_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-reef_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-reef_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-sentry_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-sentry_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-shiro_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-shiro_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-singa_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-singa_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-solr_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-solr_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-spark_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-spark_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-sqoop_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-sqoop_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-storm_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-storm_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-superset_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-superset_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-tajo_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-tajo_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-tez_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-tez_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-tika_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-tika_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-uima_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-uima_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-vxquery_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-vxquery_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-wicket_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-wicket_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-zeppelin_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-zeppelin_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/apache-zookeeper_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/apache-zookeeper_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-amplify_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-amplify_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-app-runner_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-app-runner_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-appsync_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-appsync_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-athena_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-athena_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-auto-scaling_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-auto-scaling_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-backup_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-backup_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-batch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-batch_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-certificate-manager_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-certificate-manager_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-cloudformation_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-cloudformation_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-cloudfront_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-cloudfront_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-cloudtrail_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-cloudtrail_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-cloudwatch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-cloudwatch_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-codebuild_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-codebuild_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-codecommit_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-codecommit_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-codedeploy_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-codedeploy_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-codepipeline_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-codepipeline_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-codestar_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-codestar_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-cognito_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-cognito_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-config_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-config_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-data-pipeline_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-data-pipeline_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-database-migration-service_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-database-migration-service_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-direct-connect_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-direct-connect_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-directory-service_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-directory-service_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-dynamodb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-dynamodb_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-ec2_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-ec2_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elastic-beanstalk_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elastic-beanstalk_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elastic-block-store-(ebs-_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elastic-block-store-(ebs-_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elastic-file-system-(efs-_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elastic-file-system-(efs-_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elastic-load-balancing_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elastic-load-balancing_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elemental-mediaconvert_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elemental-mediaconvert_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elemental-medialive_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elemental-medialive_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elemental-mediapackage_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elemental-mediapackage_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elemental-mediastore_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elemental-mediastore_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-elemental-mediatailor_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-elemental-mediatailor_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-eventbridge_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-eventbridge_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-fargate_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-fargate_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-firewall-manager_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-firewall-manager_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-glue_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-glue_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-iam_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-iam_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-iot-core_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-iot-core_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-kinesis_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-kinesis_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-lambda_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-lambda_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-lightsail_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-lightsail_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-macie_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-macie_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-managed-blockchain_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-managed-blockchain_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-marketplace_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-marketplace_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-migration-hub_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-migration-hub_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-mobile-hub_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-mobile-hub_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-opsworks_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-opsworks_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-organizations_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-organizations_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-outposts_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-outposts_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-personal-health-dashboard_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-personal-health-dashboard_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-pinpoint_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-pinpoint_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-polly_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-polly_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-privatelink_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-privatelink_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-rds_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-rds_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-redshift_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-redshift_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-rekognition_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-rekognition_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-resource-access-manager_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-resource-access-manager_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-robomaker_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-robomaker_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-route-53_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-route-53_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-s3_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-s3_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-sagemaker_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-sagemaker_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-secrets-manager_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-secrets-manager_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-security-hub_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-security-hub_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-server-migration-service_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-server-migration-service_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-service-catalog_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-service-catalog_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-shield_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-shield_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-simple-email-service-(ses-_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-simple-email-service-(ses-_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-simple-notification-service-(sns-_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-simple-notification-service-(sns-_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-simple-queue-service-(sqs-_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-simple-queue-service-(sqs-_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-snowball_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-snowball_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-step-functions_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-step-functions_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-storage-gateway_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-storage-gateway_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-systems-manager_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-systems-manager_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-timestream_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-timestream_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-transfer-family_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-transfer-family_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-transit-gateway_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-transit-gateway_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-trusted-advisor_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-trusted-advisor_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-vpc_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-vpc_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-waf_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-waf_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-well-architected-tool_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-well-architected-tool_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/aws-x-ray_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/aws-x-ray_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/azure-synapse_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/azure-synapse_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/bigquery_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/bigquery_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/bitbucket_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/bitbucket_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/bokeh_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/bokeh_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/circleci_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/circleci_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/clickhouse_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/clickhouse_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/cloudflare_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/cloudflare_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/couchbase_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/couchbase_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/dagster_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/dagster_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/databricks_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/databricks_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/datadog_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/datadog_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/django_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/django_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/domo_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/domo_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/dropbox_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/dropbox_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/elasticsearch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/elasticsearch_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/exasol_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/exasol_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/faunadb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/faunadb_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/firebase_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/firebase_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/fivetran_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/fivetran_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/flask_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/flask_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/git_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/git_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/google-cloud-platform_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/google-cloud-platform_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/google-drive_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/google-drive_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/grafana_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/grafana_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/greenplum_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/greenplum_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/h2o-ai_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/h2o-ai_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/hasura_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/hasura_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/heroku_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/heroku_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/hugo_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/hugo_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/ibm-db2_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/ibm-db2_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/informatica_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/informatica_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/insightly_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/insightly_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/jenkins_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/jenkins_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/jira_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/jira_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/jupyter_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/jupyter_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/kibana_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/kibana_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/knime_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/knime_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/kubernetes_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/kubernetes_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/linkedin_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/linkedin_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/looker_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/looker_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/lookml_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/lookml_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/luigi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/luigi_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/mailchimp_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/mailchimp_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/mariadb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/mariadb_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/matplotlib_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/matplotlib_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/medium_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/medium_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/meltano_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/meltano_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/memcached_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/memcached_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/microsoft-azure_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/microsoft-azure_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/microsoft-onedrive_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/microsoft-onedrive_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/microsoft-teams_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/microsoft-teams_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/mongodb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/mongodb_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/mysql_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/mysql_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/netezza_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/netezza_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/netlify_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/netlify_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/notion_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/notion_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/numpy_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/numpy_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/opencart_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/opencart_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/oracle_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/oracle_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/pandas_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/pandas_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/perl_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/perl_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/plotly_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/plotly_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/postgresql_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/postgresql_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/power-bi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/power-bi_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/prefect_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/prefect_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/presto_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/presto_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/pytorch_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/pytorch_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/qlik_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/qlik_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/rapidminer_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/rapidminer_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redis-cloud_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redis-cloud_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redis-enterprise_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redis-enterprise_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redis_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redis_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redisai_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redisai_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redisbloom_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redisbloom_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redisgears_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redisgears_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redisgraph_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redisgraph_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redisinsight_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redisinsight_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redisjson_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redisjson_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/redshift_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/redshift_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/ringcentral_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/ringcentral_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/ruby-on-rails_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/ruby-on-rails_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/rust_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/rust_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/salesforce_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/salesforce_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/sas_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/sas_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/scikit-learn_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/scikit-learn_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/seaborn_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/seaborn_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/segment_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/segment_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/sendgrid_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/sendgrid_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/shopify_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/shopify_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/slack_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/slack_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/snowflake_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/snowflake_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/spss_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/spss_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/sqlite_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/sqlite_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/supabase_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/supabase_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/tableau_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/tableau_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/talend_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/talend_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/tensorflow_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/tensorflow_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/terraform_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/terraform_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/trino_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/trino_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/twilio_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/twilio_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/vercel_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/vercel_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/vertica_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/vertica_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/vonage_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/vonage_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/vultr_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/vultr_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/wasabi_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/wasabi_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/webex_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/webex_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/webflow_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/webflow_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/weebly_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/weebly_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/woocommerce_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/woocommerce_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/wordpress_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/wordpress_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/wrike_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/wrike_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/xml-commons_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/xml-commons_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/xml-graphics_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/xml-graphics_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/xml-rpc_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/xml-rpc_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/xml-security_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/xml-security_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/xmlbeans_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/xmlbeans_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/zoho_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/zoho_1.jpg -------------------------------------------------------------------------------- /docs/connect/images/zoom_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/connect/images/zoom_1.jpg -------------------------------------------------------------------------------- /docs/develop/authentication/personal-access-token.md: -------------------------------------------------------------------------------- 1 | # Personal Access Token (PAT) 2 | 3 | Personal Access Tokens, or PATs, are bearer tokens that can be used to authenticate the various Quix APIs, such as the Portal API, Streaming Reader API, and so on. 4 | 5 | To obtain a PAT, log in to Quix, and click on your profile icon in the top right corner, then click `Personal Access Tokens`. You can then generate a PAT with a lifetime suitable for your use case. 6 | 7 | Alternatively, log in to Quix, and click `Settings` in the main left-hand navigation. Then, for a specific environment, click `APIs and tokens`. 8 | 9 | In the `APIs and tokens` dialog, you can click `Personal Access Tokens` to generate PATs, or a Streaming Token (SDK Token) for use with the Quix Streams client library. 10 | -------------------------------------------------------------------------------- /docs/develop/authentication/quix-streams.md: -------------------------------------------------------------------------------- 1 | # Authenticating Quix Streams 2 | 3 | If you're using Quix Streams for local development, you'll need to set some environment variables. You can most easily do this by using a `.env` file in the project directory that contains your code (make sure you use a `.gitignore` that includes `.env`). The `.env` file contains the following: 4 | 5 | ``` 6 | Quix__Sdk__Token="sdk-12345" 7 | ``` 8 | 9 | You can read the documentation on [obtaining your SDK token](./streaming-token.md), also known as the streaming token. 10 | 11 | You code can then load the `.env` file: 12 | 13 | ``` python 14 | from dotenv import load_dotenv 15 | load_dotenv() 16 | ``` 17 | 18 | !!! tip 19 | 20 | If developing your application in Quix Cloud, these variables are set for you automatically, so you don't need to load them from a `.env` file. -------------------------------------------------------------------------------- /docs/develop/integrate-data/external-source.md: -------------------------------------------------------------------------------- 1 | # Using an external source 2 | 3 | One simple way to write data into a Quix topic, is to use the prebuilt connector called `External source`. 4 | 5 | To add an external source: 6 | 7 | 1. Go to the pipeline view. 8 | 2. Click `+ New` in the top right corner of the view. 9 | 3. Select `External source`. 10 | 4. In `Output` select the topic you are going to publish to, or add a new topic with `+ Add new`. 11 | 5. In `Name` type any suitable name, such as "Laptop CPU Load". 12 | 6. Click `Add external source`. 13 | 14 | The external source now appears in the pipeline view as a reminder (visual cue) as to the nature of the source generating the data for this topic. 15 | -------------------------------------------------------------------------------- /docs/develop/process/overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Processing data 3 | description: This section of the documentation covers processing your data. 4 | --- 5 | 6 | # Overview - Processing data 7 | 8 | This section of the documentation covers **processing your data**. 9 | -------------------------------------------------------------------------------- /docs/get-started/install-cloud.md: -------------------------------------------------------------------------------- 1 | # Install Quix Streams in Quix Cloud 2 | 3 | If you're using [Quix Cloud](../quix-cloud/overview.md), then Quix Streams will be installed for you as long as it is in the `requirements.txt` file for the application you are building. This is typically the case if you are using a Quix predefined [code sample](../develop/code-samples.md). 4 | 5 | If you want to use Quix Streams in your application, ensure it is added to the `requirements.txt` file as illustrated here: 6 | 7 | ![Install Quix Streams](../images/quix-streams-requirements.png) 8 | -------------------------------------------------------------------------------- /docs/images/application/application-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/application/application-path.png -------------------------------------------------------------------------------- /docs/images/application/save-code-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/application/save-code-sample.png -------------------------------------------------------------------------------- /docs/images/byoc/byoc-successful-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/byoc/byoc-successful-install.png -------------------------------------------------------------------------------- /docs/images/byoc/push-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/byoc/push-variables.png -------------------------------------------------------------------------------- /docs/images/byoc/quix-installer-argocd-dashboard-view.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/byoc/quix-installer-argocd-dashboard-view.jpg -------------------------------------------------------------------------------- /docs/images/byoc/quix-installer-argocd-success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/byoc/quix-installer-argocd-success.jpg -------------------------------------------------------------------------------- /docs/images/byoc/using-quixplatform-cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/byoc/using-quixplatform-cli.png -------------------------------------------------------------------------------- /docs/images/clone-project/clone-project-template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/clone-project/clone-project-template.png -------------------------------------------------------------------------------- /docs/images/clone-project/import-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/clone-project/import-project.png -------------------------------------------------------------------------------- /docs/images/clone-project/sync-your-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/clone-project/sync-your-environment.png -------------------------------------------------------------------------------- /docs/images/code-samples-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/code-samples-dashboard.png -------------------------------------------------------------------------------- /docs/images/code-samples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/code-samples.png -------------------------------------------------------------------------------- /docs/images/container-registies/container-registries-create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/container-registies/container-registries-create.png -------------------------------------------------------------------------------- /docs/images/container-registies/container-registries-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/container-registies/container-registries-settings.png -------------------------------------------------------------------------------- /docs/images/create-environment/create-environment-kebab-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-environment/create-environment-kebab-menu.png -------------------------------------------------------------------------------- /docs/images/create-environment/create-environment-project-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-environment/create-environment-project-screen.png -------------------------------------------------------------------------------- /docs/images/create-environment/name-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-environment/name-branch.png -------------------------------------------------------------------------------- /docs/images/create-environment/self-hosted-kafka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-environment/self-hosted-kafka.png -------------------------------------------------------------------------------- /docs/images/create-environment/topic-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-environment/topic-storage.png -------------------------------------------------------------------------------- /docs/images/create-linked-project/create-from-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-linked-project/create-from-deployment.png -------------------------------------------------------------------------------- /docs/images/create-linked-project/create-from-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-linked-project/create-from-topic.png -------------------------------------------------------------------------------- /docs/images/create-linked-project/linked-project-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-linked-project/linked-project-pipeline.png -------------------------------------------------------------------------------- /docs/images/create-linked-project/linked-topic-pipeline-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-linked-project/linked-topic-pipeline-view.png -------------------------------------------------------------------------------- /docs/images/create-linked-project/project-source-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-linked-project/project-source-screen.png -------------------------------------------------------------------------------- /docs/images/create-linked-project/select-topic-to-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-linked-project/select-topic-to-link.png -------------------------------------------------------------------------------- /docs/images/create-new-github-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-new-github-user.png -------------------------------------------------------------------------------- /docs/images/create-project/add-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-project/add-environment.png -------------------------------------------------------------------------------- /docs/images/create-project/create-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-project/create-project.png -------------------------------------------------------------------------------- /docs/images/create-scratchpad/create-scratchpad-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-scratchpad/create-scratchpad-environment.png -------------------------------------------------------------------------------- /docs/images/create-scratchpad/create-scratchpad-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-scratchpad/create-scratchpad-new.png -------------------------------------------------------------------------------- /docs/images/create-scratchpad/create-scratchpad-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-scratchpad/create-scratchpad-result.png -------------------------------------------------------------------------------- /docs/images/create-scratchpad/create-scratchpad-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/create-scratchpad/create-scratchpad-topic.png -------------------------------------------------------------------------------- /docs/images/data-tiers/add-data-tier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/data-tiers/add-data-tier.png -------------------------------------------------------------------------------- /docs/images/data-tiers/data-tiers-section.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/data-tiers/data-tiers-section.png -------------------------------------------------------------------------------- /docs/images/data-tiers/new-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/data-tiers/new-topic.png -------------------------------------------------------------------------------- /docs/images/data-tiers/topics-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/data-tiers/topics-list.png -------------------------------------------------------------------------------- /docs/images/deploy/deployment-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/deployment-dialog.png -------------------------------------------------------------------------------- /docs/images/deploy/deployment-image-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/deployment-image-dialog.png -------------------------------------------------------------------------------- /docs/images/deploy/deployment-latest-version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/deployment-latest-version.png -------------------------------------------------------------------------------- /docs/images/deploy/deployment-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/deployment-settings.png -------------------------------------------------------------------------------- /docs/images/deploy/deployment-tagged-version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/deployment-tagged-version.png -------------------------------------------------------------------------------- /docs/images/deploy/new-deployment-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/new-deployment-dialog.png -------------------------------------------------------------------------------- /docs/images/deploy/new-deployment-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/new-deployment-menu.png -------------------------------------------------------------------------------- /docs/images/deploy/out-of-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/deploy/out-of-sync.png -------------------------------------------------------------------------------- /docs/images/edit-variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/edit-variable.png -------------------------------------------------------------------------------- /docs/images/env-variables/add-env-var-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/env-variables/add-env-var-dialog.png -------------------------------------------------------------------------------- /docs/images/env-variables/add-env-var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/env-variables/add-env-var.png -------------------------------------------------------------------------------- /docs/images/env-variables/secrets-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/env-variables/secrets-management.png -------------------------------------------------------------------------------- /docs/images/example-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/example-pipeline.png -------------------------------------------------------------------------------- /docs/images/external-destination-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/external-destination-options.png -------------------------------------------------------------------------------- /docs/images/f1-data-waveform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/f1-data-waveform.png -------------------------------------------------------------------------------- /docs/images/get-environment-id/get-environment-id-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/get-environment-id/get-environment-id-settings.png -------------------------------------------------------------------------------- /docs/images/git-setup-guide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/git-setup-guide.png -------------------------------------------------------------------------------- /docs/images/hello-quix-pipeline-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/hello-quix-pipeline-view.png -------------------------------------------------------------------------------- /docs/images/in-memory-processing-legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/in-memory-processing-legacy.png -------------------------------------------------------------------------------- /docs/images/in-memory-processing-quix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/in-memory-processing-quix.png -------------------------------------------------------------------------------- /docs/images/integrations/apis-and-tokens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/apis-and-tokens.png -------------------------------------------------------------------------------- /docs/images/integrations/brokers/broker-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/brokers/broker-settings.png -------------------------------------------------------------------------------- /docs/images/integrations/brokers/redpanda-setup-guide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/brokers/redpanda-setup-guide.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-data-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-data-explorer.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-environment-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-environment-variables.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-f1-data-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-f1-data-results.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-messages-tab-average-speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-messages-tab-average-speed.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-pipeline-destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-pipeline-destination.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-pipeline-second-part.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-pipeline-second-part.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-pipeline.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-quickstart-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-quickstart-pipeline.png -------------------------------------------------------------------------------- /docs/images/integrations/influxdb-source-add-transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/influxdb-source-add-transform.png -------------------------------------------------------------------------------- /docs/images/integrations/telegraf-data-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/integrations/telegraf-data-explorer.png -------------------------------------------------------------------------------- /docs/images/jupyter-wb/connect-python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/jupyter-wb/connect-python.png -------------------------------------------------------------------------------- /docs/images/jupyter-wb/jupyter-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/jupyter-wb/jupyter-results.png -------------------------------------------------------------------------------- /docs/images/jupyter-wb/new-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/jupyter-wb/new-file.png -------------------------------------------------------------------------------- /docs/images/kafka_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/kafka_logo.png -------------------------------------------------------------------------------- /docs/images/legacy-workspaces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/legacy-workspaces.png -------------------------------------------------------------------------------- /docs/images/manage/build-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/manage/build-logs.png -------------------------------------------------------------------------------- /docs/images/manage/data-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/manage/data-explorer.png -------------------------------------------------------------------------------- /docs/images/manage/logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/manage/logs.png -------------------------------------------------------------------------------- /docs/images/manage/messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/manage/messages.png -------------------------------------------------------------------------------- /docs/images/manage/new-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/manage/new-topic.png -------------------------------------------------------------------------------- /docs/images/manage/topic-persistence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/manage/topic-persistence.png -------------------------------------------------------------------------------- /docs/images/messages-tab-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/messages-tab-json.png -------------------------------------------------------------------------------- /docs/images/messages-topic-partitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/messages-topic-partitions.png -------------------------------------------------------------------------------- /docs/images/new-topic-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/new-topic-dialog.png -------------------------------------------------------------------------------- /docs/images/open_in_new_window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/open_in_new_window.png -------------------------------------------------------------------------------- /docs/images/open_in_new_window.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/images/project-structure/app-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-structure/app-structure.png -------------------------------------------------------------------------------- /docs/images/project-structure/pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-structure/pipeline.png -------------------------------------------------------------------------------- /docs/images/project-structure/project-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-structure/project-structure.png -------------------------------------------------------------------------------- /docs/images/project-templates/chat-sentiment-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-templates/chat-sentiment-pipeline.png -------------------------------------------------------------------------------- /docs/images/project-templates/clickstream-analysis-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-templates/clickstream-analysis-pipeline.png -------------------------------------------------------------------------------- /docs/images/project-templates/computer-vision-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-templates/computer-vision-pipeline.png -------------------------------------------------------------------------------- /docs/images/project-templates/predictive-maintenance-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/project-templates/predictive-maintenance-pipeline.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/create-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/create-environment.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/event-detection-transform-quix-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/event-detection-transform-quix-cloud.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/message-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/message-details.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/pipeline-quix-cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/pipeline-quix-cloud.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/select-broker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/select-broker.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/sync-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/sync-dialog.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/sync-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/sync-environment.png -------------------------------------------------------------------------------- /docs/images/quix-cloud-onboarding/welcome-to-quix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-cloud-onboarding/welcome-to-quix.png -------------------------------------------------------------------------------- /docs/images/quix-data-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-data-store.png -------------------------------------------------------------------------------- /docs/images/quix-streams-requirements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-streams-requirements.png -------------------------------------------------------------------------------- /docs/images/quix-technical-architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/quix-technical-architecture.jpg -------------------------------------------------------------------------------- /docs/images/replay/replay-add-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/replay/replay-add-new.png -------------------------------------------------------------------------------- /docs/images/replay/replay-add-persist-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/replay/replay-add-persist-topic.png -------------------------------------------------------------------------------- /docs/images/replay/replay-configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/replay/replay-configuration.png -------------------------------------------------------------------------------- /docs/images/replay/replay-play-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/replay/replay-play-data.png -------------------------------------------------------------------------------- /docs/images/replay/replay-select-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/replay/replay-select-stream.png -------------------------------------------------------------------------------- /docs/images/shared-folders/folder-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/shared-folders/folder-selection.png -------------------------------------------------------------------------------- /docs/images/shared-folders/online-ide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/shared-folders/online-ide.png -------------------------------------------------------------------------------- /docs/images/shared-folders/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/shared-folders/result.png -------------------------------------------------------------------------------- /docs/images/site-cant-be-reached.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/site-cant-be-reached.png -------------------------------------------------------------------------------- /docs/images/starter-transform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/starter-transform.png -------------------------------------------------------------------------------- /docs/images/state/state-management.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/state/state-management.png -------------------------------------------------------------------------------- /docs/images/stream-processing-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/stream-processing-architecture.png -------------------------------------------------------------------------------- /docs/images/tag-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/tag-button.png -------------------------------------------------------------------------------- /docs/images/yaml-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/images/yaml-variables.png -------------------------------------------------------------------------------- /docs/integrations/brokers/broker-settings.md: -------------------------------------------------------------------------------- 1 | # Broker settings 2 | 3 | When you create an environment in Quix, you are presented with the `Broker settings` dialog. This is where you can select the Kafka broker you want to use, as shown in the following screenshot: 4 | 5 | ![broker settings](../../images/integrations/brokers/broker-settings.png) 6 | 7 | ## Setup guides 8 | 9 | When connecting to a provider, each option comes with its own setup guide. Simply follow the instructions in the setup guide to connect Quix to your preferred broker. For example: 10 | 11 | ![Redpanda setup guide](../../images/integrations/brokers/redpanda-setup-guide.png) 12 | 13 | ## See also 14 | 15 | * [Create an environment](../../create/create-environment.md) 16 | -------------------------------------------------------------------------------- /docs/integrations/brokers/quix.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Quix-managed broker 3 | description: In Quix, you can deploy a Quix-managed Kafka broker with a single click. 4 | --- 5 | 6 | # Quix-managed broker 7 | 8 | The simplest and most convenient choice is to use Quix-managed Kafka. No installation of Kafka is required, and configuration can be done through the Quix UI if you need to change the sensible default values. Very little knowledge of Kafka is expected, beyond basic familiarity with concepts such as [topics](../../kb/glossary.md#topic). 9 | 10 | There is a small charge for storage for messages persisted in a topic. 11 | 12 | See also: 13 | 14 | * The Quix [broker settings documentation](./broker-settings.md). 15 | -------------------------------------------------------------------------------- /docs/integrations/databases/influxdb/telegraf-clip-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/integrations/databases/influxdb/telegraf-clip-1.gif -------------------------------------------------------------------------------- /docs/integrations/databases/influxdb/telegraf-clip-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/integrations/databases/influxdb/telegraf-clip-2.gif -------------------------------------------------------------------------------- /docs/integrations/databases/influxdb/telegraf-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/integrations/databases/influxdb/telegraf-source.png -------------------------------------------------------------------------------- /docs/integrations/overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Integrations 3 | description: Information on integrating with partner products. 4 | --- 5 | 6 | # Overview - Integrations 7 | 8 | This section of the documentation provides more detailed information on integrating with partner products. 9 | 10 | | Product| Type | Documentation | 11 | |----|----|----| 12 | | Confluent | Kafka broker | [Guide](./brokers/confluent.md) | 13 | | Redpanda | Kafka broker | [Guide](./brokers/redpanda.md) | 14 | | Aiven | Kafka broker | [Guide](./brokers/aiven.md) | 15 | | Upstash | Kafka broker | [Guide](./brokers/upstash.md) | 16 | | InfluxDB | Time series database | [Overview](./databases/influxdb/overview.md) | 17 | 18 | See also the [Quix connectors](../connectors/index.md). 19 | -------------------------------------------------------------------------------- /docs/integrations/vector-databases/upstash/overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Overview - Upstash 3 | description: This section of the Quix documentation covers how to integrate Upstash with Quix. 4 | --- 5 | 6 | # Overview - Upstash 7 | 8 | Upstash is a Serverless Data Platform with Vector Database, Redis, Kafka and REST APIs. Alongside their APIs, Upstash offer a serverless message queue: QStash. The platform offers low latency and global replication. 9 | 10 | An Upstash sink connector can be found [here](https://github.com/quixio/template-vector-ingestion-weaviate){target=_blank} within a Quix template repo. -------------------------------------------------------------------------------- /docs/integrations/vector-databases/weaviate/overview.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Overview - Weaviate 3 | description: This section of the Quix documentation covers how to integrate Weaviate with Quix. 4 | --- 5 | 6 | # Overview - Weaviate 7 | 8 | Weaviate is a cloud-native, scalable, and flexible vector database that can store and search text, images, and more. It uses machine learning models to turn data into vectors and integrates with popular services and frameworks for AI-powered applications. 9 | 10 | A template Weaviate sink connector can be found [here](https://github.com/quixio/template-vector-ingestion-weaviate){target=_blank} within a Quix template repo. -------------------------------------------------------------------------------- /docs/javascripts/runllm-widget.js: -------------------------------------------------------------------------------- 1 | document.addEventListener("DOMContentLoaded", function() { 2 | var script = document.createElement('script'); 3 | script.defer = true; 4 | script.type = 'module'; 5 | script.id = 'runllm-widget-script'; 6 | script.src = 'https://widget.runllm.com'; 7 | script.setAttribute('runllm-preset', 'mkdocs'); 8 | script.setAttribute('runllm-server-address', 'https://api.runllm.com'); 9 | script.setAttribute('runllm-assistant-id', '111'); 10 | script.setAttribute('runllm-position', 'BOTTOM_RIGHT'); 11 | script.setAttribute('runllm-keyboard-shortcut', 'Mod+j'); 12 | script.setAttribute('runllm-slack-community-url', 'https://quix.io/slack-invite'); 13 | script.setAttribute('runllm-name', 'RunLLM'); 14 | 15 | document.head.appendChild(script); 16 | }); 17 | -------------------------------------------------------------------------------- /docs/kb/contribute.md: -------------------------------------------------------------------------------- 1 | # Contribute 2 | 3 |
4 | 5 | - __Contribute__ 6 | 7 | --- 8 | 9 | Quix welcomes contributions to the docs. 10 | 11 | [:octicons-arrow-right-24: Contribution guide](https://github.com/quixio/quix-docs/blob/dev/CONTRIBUTING.md){target=_blank} 12 | 13 |
14 | 15 | -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/AmazonGlue-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/AmazonGlue-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/AmazonS3-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/AmazonS3-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/ApachePulsar-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/ApachePulsar-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Cassandra-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Cassandra-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Clickhouse-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Clickhouse-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Databricks-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Databricks-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/DynamoDB-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/DynamoDB-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Kinesis-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Kinesis-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/MQTT-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/MQTT-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/MicrosoftSQL-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/MicrosoftSQL-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/MySQL-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/MySQL-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Oracle-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Oracle-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Postgres-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Postgres-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/PostgresCDC-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/PostgresCDC-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/PubSub-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/PubSub-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/RabbitMQ-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/RabbitMQ-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Redis-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Redis-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Redpanda-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Redpanda-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Redshift-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Redshift-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/quix-streams/sources/coming-soon/images/Snowflake-source_diagram_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/quix-streams/sources/coming-soon/images/Snowflake-source_diagram_1.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/awss3icebergsink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/awss3icebergsink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/bigquerysink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/bigquerysink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/confluentkafkasink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/confluentkafkasink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/confluentkafkasource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/confluentkafkasource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/influxdb20source-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/influxdb20source-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/influxdb30sink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/influxdb30sink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/influxdb30source-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/influxdb30source-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/kafkaconnectsink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/kafkaconnectsink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/kafkaconnectsource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/kafkaconnectsource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/mqttsink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/mqttsink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/mqttsource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/mqttsource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/postgrescdcsource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/postgrescdcsource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/redissink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/redissink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/redissource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/redissource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/segmentsource-source-icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/segmentsource-source-icon.jpg -------------------------------------------------------------------------------- /docs/quix-connectors/templates/slacksink-destination-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/slacksink-destination-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/snowplowsource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/snowplowsource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/sqlchangedatacapturesource-source-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/sqlchangedatacapturesource-source-icon.png -------------------------------------------------------------------------------- /docs/quix-connectors/templates/telegraf-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/quix-connectors/templates/telegraf-logo.jpg -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/assign-secret-dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/assign-secret-dropdown.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/clickstream-applications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/clickstream-applications.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/clickstream-deployment-code-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/clickstream-deployment-code-view.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/clickstream-deployments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/clickstream-deployments.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/clickstream-pipeline-section-producer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/clickstream-pipeline-section-producer.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/clickstream-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/clickstream-pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/clickstream-topics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/clickstream-topics.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/data-aggregation-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/data-aggregation-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/data-enrichment-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/data-enrichment-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/data-ingestion-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/data-ingestion-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/event-detection-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/event-detection-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/merge-request-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/merge-request-menu.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/new-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/new-environment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/real-time-dashboard-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/real-time-dashboard-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/squash-and-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/squash-and-merge.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/streamlit-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/streamlit-dashboard.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/sync-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/sync-environment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/webshop-frontend-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/webshop-frontend-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/clickstream/images/webshop-frontend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/clickstream/images/webshop-frontend.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/cars-waveform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/cars-waveform.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/detected-objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/detected-objects.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/edit-env-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/edit-env-variables.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/external-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/external-link.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/merge-request-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/merge-request-menu.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/new-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/new-environment.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/object-detection-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/object-detection-code.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/object-detection-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/object-detection-logs.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/object-detection-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/object-detection-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/protected-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/protected-branch.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/road-capacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/road-capacity.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/squash-and-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/squash-and-merge.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/sync-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/sync-environment.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/tag.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/tfl-camera-feed-message-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/tfl-camera-feed-message-view.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/tfl-camera-feed-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/tfl-camera-feed-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/tfl-camera-feed-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/tfl-camera-feed-tile.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/tfl-frame-grabber-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/tfl-frame-grabber-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/tfl-frame-grabber-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/tfl-frame-grabber-tile.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/ui-public-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/ui-public-url.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/web-ui-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/web-ui-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/web-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/web-ui.png -------------------------------------------------------------------------------- /docs/tutorials/computer-vision/images/webcam-public-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/computer-vision/images/webcam-public-url.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/CoinAPIer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/CoinAPIer.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/coinapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/coinapi.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/currency-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/currency-pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/library-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/library-icon.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/library-pushover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/library-pushover.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/logs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/logs1.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/pipeline-coinstep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/pipeline-coinstep.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/pushover_notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/pushover_notification.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/success-coinapi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/success-coinapi.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/success-pushover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/success-pushover.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/success-threshold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/success-threshold.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/threshold-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/threshold-alerts.png -------------------------------------------------------------------------------- /docs/tutorials/currency-alerting/images/twilio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/currency-alerting/images/twilio.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/data-explorer-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/data-explorer-settings.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/data-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/data-explorer.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/data.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/early-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/early-success.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/ny-bikes-library-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/ny-bikes-library-tile.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/open-weather-api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/open-weather-api.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/query-a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/query-a.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/query-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/query-b.png -------------------------------------------------------------------------------- /docs/tutorials/data-science/images/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-science/images/results.png -------------------------------------------------------------------------------- /docs/tutorials/data-stream-processing/CarDemoGif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-stream-processing/CarDemoGif.gif -------------------------------------------------------------------------------- /docs/tutorials/data-stream-processing/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-stream-processing/architecture.png -------------------------------------------------------------------------------- /docs/tutorials/data-stream-processing/library-items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-stream-processing/library-items.png -------------------------------------------------------------------------------- /docs/tutorials/data-stream-processing/phone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-stream-processing/phone.jpg -------------------------------------------------------------------------------- /docs/tutorials/data-stream-processing/track.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/data-stream-processing/track.png -------------------------------------------------------------------------------- /docs/tutorials/event-detection/images/crash-detection-ui-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/event-detection/images/crash-detection-ui-tile.png -------------------------------------------------------------------------------- /docs/tutorials/event-detection/images/qr-setting-share-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/event-detection/images/qr-setting-share-ui.png -------------------------------------------------------------------------------- /docs/tutorials/event-detection/images/qr-settings-share-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/event-detection/images/qr-settings-share-service.png -------------------------------------------------------------------------------- /docs/tutorials/event-detection/images/token-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/event-detection/images/token-menu.png -------------------------------------------------------------------------------- /docs/tutorials/event-detection/images/ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/event-detection/images/ui.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-alerting/images/alerting-pipeline-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-alerting/images/alerting-pipeline-variables.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-alerting/images/alerting-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-alerting/images/alerting-pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-alerting/images/pager-duty-activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-alerting/images/pager-duty-activity.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-migration/images/influxdb-cpu-load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-migration/images/influxdb-cpu-load.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-migration/images/influxdb-migration-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-migration/images/influxdb-migration-pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-migration/images/influxdb-v2-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-migration/images/influxdb-v2-install.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-migration/images/influxdb-v3-query.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/influxdb-migration/images/influxdb-v3-query.png -------------------------------------------------------------------------------- /docs/tutorials/influxdb-migration/summary.md: -------------------------------------------------------------------------------- 1 | # Summary 2 | 3 | In this tutorial you have learned how to migrate data from an InfluxDB v2 database to an InfluxDB v3 database, using the standard Quix connectors. You saw that you could configure the fields and tags you want to transfer to the output database. 4 | 5 | ## Next steps 6 | 7 | Read the [InfluxDB integration](../../integrations/databases/influxdb/overview.md) section of the Quix documentation. 8 | 9 | Try an in-depth tutorial that steps you through setting up pipelines using Quix, Quix Streams, InfluxDB, and [PagerDuty for alerting](../../tutorials/influxdb-alerting/overview.md). 10 | -------------------------------------------------------------------------------- /docs/tutorials/ingest-embeddings/images/quix-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/ingest-embeddings/images/quix-pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_console.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_data_explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_data_explorer.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_deployment_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_deployment_details.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_deployment_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_deployment_dialog.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_deployment_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_deployment_tag.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_directory.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_pipeline_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_pipeline_view.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_set_up_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_set_up_application.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/matlab_starter_application_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/matlab_starter_application_creation.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/pipeline_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/pipeline_view.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/simulink_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/simulink_console.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/simulink_data_explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/simulink_data_explorer.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/simulink_deployment_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/simulink_deployment_details.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/simulink_deployment_dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/simulink_deployment_dialog.png -------------------------------------------------------------------------------- /docs/tutorials/matlab/images/simulink_deployment_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/matlab/images/simulink_deployment_tag.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/alert-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/alert-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/alert-service-logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/alert-service-logging.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/alerts-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/alerts-display.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/data-generator-deployment-code-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/data-generator-deployment-code-view.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/data-generator-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/data-generator-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/downsampling-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/downsampling-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/forecast-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/forecast-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/influxdb-alerts-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/influxdb-alerts-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/influxdb-raw-data-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/influxdb-raw-data-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/influxdb_alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/influxdb_alerts.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/influxdb_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/influxdb_data.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/library-pushover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/library-pushover.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/merge-request-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/merge-request-menu.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/message-format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/message-format.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/messages-topic-dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/messages-topic-dropdown.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/new-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/new-environment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/predictive-maintenance-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/predictive-maintenance-pipeline.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/printers-dashboard-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/printers-dashboard-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/printers-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/printers-dashboard.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/pushover-notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/pushover-notification.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/squash-and-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/squash-and-merge.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/success-pushover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/success-pushover.png -------------------------------------------------------------------------------- /docs/tutorials/predictive-maintenance/images/sync-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/predictive-maintenance/images/sync-environment.png -------------------------------------------------------------------------------- /docs/tutorials/rss-tutorial/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/rss-tutorial/image1.png -------------------------------------------------------------------------------- /docs/tutorials/rss-tutorial/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/rss-tutorial/image2.png -------------------------------------------------------------------------------- /docs/tutorials/rss-tutorial/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/rss-tutorial/image3.png -------------------------------------------------------------------------------- /docs/tutorials/rss-tutorial/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/rss-tutorial/image4.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/get-project.md: -------------------------------------------------------------------------------- 1 | # Get the project 2 | 3 | !!! danger 4 | 5 | This tutorial is out of date. Please check the [tutorials overview](../overview.md) for our latest tutorials. 6 | 7 | You can see a different demo project running in Quix Cloud [here](https://portal.demo.quix.io/?workspace=demo-dataintegrationdemo-prod&token=pat-65bd4b619ca64597ad74354b35eb8622). 8 | 9 | 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. 10 | 11 | ## Clone the project 12 | 13 | See the [clone a project documentation](../../create/clone-project.md) for further information on how to do this. 14 | 15 | ## 🏃‍♀️ Next step 16 | 17 | [Part 2 - Try the UI :material-arrow-right-circle:{ align=right }](try-the-ui.md) 18 | -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/click-code-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/click-code-tile.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/edit-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/edit-code.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/merge-request-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/merge-request-menu.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/messages-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/messages-view.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/new-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/new-environment.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/new-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/new-name.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/squash-and-merge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/squash-and-merge.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/sync-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/sync-environment.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/tag.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/topics-view-live-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/topics-view-live-data.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/twitch-channels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/twitch-channels.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/twitch-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/twitch-credentials.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/ui-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/ui-tile.png -------------------------------------------------------------------------------- /docs/tutorials/sentiment-analysis/images/web-ui-pipeline-segment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/sentiment-analysis/images/web-ui-pipeline-segment.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/add-requests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/add-requests.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/architecture.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/console-output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/console-output.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/contextual-options-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/contextual-options-deployment.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/copy-topic-id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/copy-topic-id.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/create-hello-world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/create-hello-world.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/deploy-dialog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/deploy-dialog.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/deployment-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/deployment-logs.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/deployment-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/deployment-running.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/edit-requirements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/edit-requirements.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/library-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/library-menu.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/naming-new-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/naming-new-topic.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/project-name-slackalerting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/project-name-slackalerting.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/project-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/project-name.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/select-topic-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/select-topic-details.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/select-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/select-topic.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/slack-alerts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/slack-alerts.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/slack-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/slack-data.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/slack-messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/slack-messages.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/tag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/tag.gif -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/tfl-bikepoint-library-tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/tfl-bikepoint-library-tile.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/tfl_api_keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/tfl_api_keys.png -------------------------------------------------------------------------------- /docs/tutorials/slack-alerting/version-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/slack-alerting/version-tag.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/aggregation-slider-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/aggregation-slider-off.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/brake-shifted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/brake-shifted.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/braking-prediction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/braking-prediction.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/compare-experiments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/compare-experiments.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/connect-python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/connect-python.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/enable-topic-persistence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/enable-topic-persistence.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/jupyter-python-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/jupyter-python-code.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/jupyter-python3-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/jupyter-python3-selection.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/jupyter-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/jupyter-results.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/run-live.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/run-live.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/select-experiments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/select-experiments.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/time-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/time-slider.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/train.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/upload-file-to-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/upload-file-to-application.png -------------------------------------------------------------------------------- /docs/tutorials/train-and-deploy-ml/images/visualize-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/docs/tutorials/train-and-deploy-ml/images/visualize-result.png -------------------------------------------------------------------------------- /hooks/redirect_0_5_urls.py: -------------------------------------------------------------------------------- 1 | import mkdocs.plugins 2 | from mkdocs.structure.files import Files 3 | 4 | 5 | @mkdocs.plugins.event_priority(-100) 6 | def on_files(files: Files, config): 7 | """ 8 | Redirect URLs "quix-streams/v2-0-latest/***" to "quix-streams/***" 9 | using "redirects" plugin 10 | """ 11 | new_prefix = "quix-streams/" 12 | old_prefix = "quix-streams/v2-0-latest/" 13 | 14 | redirect_plugin = config.get("plugins", {}).get("redirects") 15 | redirects = redirect_plugin.config.get("redirect_maps", {}) 16 | 17 | for file in files.documentation_pages(): 18 | if file.url.startswith(new_prefix): 19 | redirects[file.src_uri.replace(new_prefix, old_prefix, 1)] = file.src_uri 20 | -------------------------------------------------------------------------------- /layouts/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/quixio/quix-docs/65fd140d5b0de81945d892975a12dfcb76427405/layouts/background.jpg -------------------------------------------------------------------------------- /overrides/partials/integrations/analytics/google-tag-manager.html: -------------------------------------------------------------------------------- 1 | 2 | 10 | -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Description 2 | 3 | A PR description indicating the purpose of the PR. 4 | 5 | * [GitHub issue](link) - link to GitHub issue (if there is one) 6 | 7 | ## Review 8 | 9 | Instructions on how to review the PR. 10 | 11 | * [Page to review](link) 12 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | mkdocs-material[imaging]>=9.5.0 2 | mkdocs-glightbox>=0.1.0 3 | mkdocs-multirepo-plugin>=0.1.0 4 | mkdocs-redirects>=1.2.0 5 | mkdocs-include-markdown-plugin>=4.0.4 6 | mkdocs-exclude-search>=0.6.4 7 | cffi>=1.15.0 --------------------------------------------------------------------------------