You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>***IMPORTANT:*** Quix Streams v2 is currently in alpha and will likely experience rapid and
14
-
significant interface changes, feature additions, and bugfixes.
15
-
><br>
16
-
>Use with discretion!
17
-
>
18
-
> ***The documentation for Quix Streams <2.0 can be found [here](https://github.com/quixio/quix-streams/blob/release/v0.5/README.md)***
11
+
# Quix Streams v2
19
12
20
13
Quix Streams v2 is a cloud native library for processing data in Kafka using pure Python. It’s designed to give you the power of a distributed system in a lightweight library by combining the low-level scalability and resiliency features of Kafka with an easy to use Python interface.
21
14
@@ -40,17 +33,8 @@ Use Quix Streams to build event-driven, machine learning/AI or physics-based app
40
33
41
34
### Install Quix Streams
42
35
43
-
#### Quix Streams v2 (currently in alpha)
44
-
To install the latest alpha version of Quix Streams v2:
45
-
46
-
```shell
47
-
python -m pip install --pre quixstreams
48
-
```
49
-
50
-
or
51
-
52
36
```shell
53
-
python -m pip install "quixstreams>=2.0a"
37
+
python -m pip install quixstreams
54
38
```
55
39
56
40
#### Requirements
@@ -183,7 +167,7 @@ This library is being actively developed.
183
167
Here are some of the planned improvements:
184
168
185
169
-[x][Windowed aggregations over Tumbling & Hopping windows](https://quix.io/docs/quix-streams/v2-0-latest/windowing.html)
186
-
-[] State recovery based on Kafka changelog topics
170
+
-[x] State recovery based on Kafka changelog topics
187
171
-[ ] Windowed aggregations over Sliding windows
188
172
-[ ] Group-bys and joins (for merging topics/keys)
189
173
-[ ] Support for "exactly-once" Kafka processing (aka transactions)
0 commit comments