back
September 26, 2023
|
Announcements

Announcing Quix 2.0—now with Git integration and multiple environments

Quix 2.0 is here 🚀 Designed around the concept of Infrastructure-as-Code, Quix 2.0 makes it easier to build and run reliable, powerful event-streaming applications that scale, with a single source of truth powered by Git.

2.0 text on radial gradient background.
Quix brings DataFrames and the Python ecosystem to stream processing. Stateful, scalable and fault tolerant. No wrappers. No JVM. No cross-language debugging.

Our library is open source—support the project by starring the repo.

Today, we’ve upgraded Quix to make developing event-streaming applications even easier. You can now connect Quix to your own Git provider and manage your infrastructure as code. Quix 2.0 now supports multiple environments too, so you can create any named environments you like such as “dev”, “staging” and “prod”.

Quix 2.0 is built with Infrastructure-as-Code in mind

Now, your Quix projects sync up with Git, giving you one reliable source for your event-streaming apps. It’s compatible with GitHub and GitLab, so you can set up isolated dev environments whenever you need. And if something breaks in production, you can fix it quickly with a pull request.

The Git feature also lets you move code from development to staging and production automatically—no clicking around in a UI needed.

Workspaces are now “projects”

What used to be called "workspaces" in Quix are now called "projects'' that are linked to specific Git repositories. Each project can have different environments, and each environment links to a specific Git branch. Quix creates a deployment configuration file (quix.yaml) for every environment, which keeps track of all your app settings and deployments. Feel like getting hands-on? You can tweak that configuration file yourself to set up pipelines with just code. You can also create protected environments, assign new branches, and create pull requests with the click of a button.

Benefits of the new Git integration

Centralised Code Management: Manage your Quix-related code alongside the rest of your application code.

Enhanced Collaboration: Quix's interface makes concurrent development and code merging more intuitive than Git alone because you can run and test each other’s code within the Quix IDE.

Direct Deployments: Deploy changes to different services right from your Git commits or pull requests within Quix.

Automated Environment Setup: Quix automates the setup of multiple environments from different branches such as development, staging, and production environments or specific named feature branches.

‍Infrastructure-as-Code: Use Quix's YAML configuration files to define everything from service deployments to data pipeline settings, all tied to specific Git branches. This makes it incredibly easy to replicate other projects (such as our project templates).

More Features

New Quix-managed Git service powered by Gitea

If you're starting a new project in Quix and don't already have a Git repository, no worries—Quix will automatically create one for you using Gitea. This means you can focus on coding without the initial setup hassle. Your Quix projects and their corresponding Git repos are managed in one place, streamlining your workflow.

The Quix UI supports more Git Operations 

You can now merge branches and create pull requests right inside the Quix UI. No need to switch back and forth between Quix and your Git platform—do it all in one place and keep your workflow simple.

You can now manage your secrets in Quix

Quix now offers built-in secrets management, making it easier and safer to handle sensitive data like passwords. You can store these secrets right in Quix and securely use them in your builds and deployments. Plus, with the new 'Secret' variable type, you can assign and transmit sensitive information directly to your deployments without exposing it to anyone else using the platform.

Easily sync your Quix configuration with your Git repo

Quix shows the sync status between your local environment and the Git repo. You'll know at a glance if everything is aligned or if you need to update. You’ll see a "Sync environment" button that updates your local YAML if it's out of sync with the one in Git. It ensures your configurations match.

Try out Quix 2.0

If you already have an active account, you can simply log in and create a new project to try out the brand-new version of Quix.

Quix 2.0 introduction.

If you are not a Quix user yet and you want to try out the new functionalities, or if you just need some inspiration on what you can build with Quix, we created 2 ungated experiences:

Project template: image processing

This project uses object detection and real-time image processing to visualise traffic density on a map of London. Quix is ingesting live video frames from London's traffic cameras (TfL) and detects the vehicles in each frame.

View “Computer Vision” template

Project template: sentiment analysis

This project analyses real-time message feeds and uses natural language processing to detect the emotional pulse of any conversation. 

View “Sentiment Analysis” template

‍

What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

Related content

Graphic showing Quix Streams windowing code
Announcements

Introducing Streaming DataFrames

Learn how Streaming DataFrames can simplify real-time data processing in Python with a familiar DataFrame approach.
Tomáš Neubauer
Words by
2.0 text on radial gradient background.
Announcements

Announcing Quix 2.0—now with Git integration and multiple environments

Quix 2.0 is here 🚀 Designed around the concept of Infrastructure-as-Code, Quix 2.0 makes it easier to build and run reliable, powerful event-streaming applications that scale, with a single source of truth powered by Git.
Mike Rosam
Words by
Two black Quix windows open in different tabs.
Announcements

Introducing Quix Streams, an open source library for telemetry data streaming

Lightweight, powerful, no JVM and no need for separate clusters of orchestrators. Here’s a look at our next-gen streaming library for C# and Python developers including feature summaries, code samples, and a sneak peek into our roadmap.
Tomáš Neubauer
Words by