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
Fluss is a streaming storage built for real-time analytics which can serve as the real-time data layer for Lakehouse architectures.
22
+
Apache Fluss (Incubating) is a streaming storage built for real-time analytics which can serve as the real-time data layer for Lakehouse architectures.
23
23
24
24
It bridges the gap between **data streaming** and **data Lakehouse** by enabling low-latency, high-throughput data ingestion and processing while seamlessly integrating with popular compute engines like **Apache Flink**, while Apache Spark, and StarRocks are coming soon.
25
25
@@ -36,7 +36,7 @@ It bridges the gap between **data streaming** and **data Lakehouse** by enabling
36
36
37
37
## Building
38
38
39
-
Prerequisites for building Fluss:
39
+
Prerequisites for building Apache Fluss:
40
40
41
41
- Unix-like environment (we use Linux, Mac OS X, Cygwin, WSL)
42
42
- Git
@@ -49,14 +49,14 @@ cd fluss
49
49
./mvnw clean package -DskipTests
50
50
```
51
51
52
-
Fluss is now installed in `build-target`. The build command uses Maven Wrapper (`mvnw`) which ensures the correct Maven version is used.
52
+
Apache Fluss is now installed in `build-target`. The build command uses Maven Wrapper (`mvnw`) which ensures the correct Maven version is used.
53
53
54
54
## Contributing
55
55
56
-
Fluss is open-source, and we’d love your help to keep it growing! Join the [discussions](https://github.com/alibaba/fluss/discussions),
56
+
Apache Fluss (Incubating) is open-source, and we’d love your help to keep it growing! Join the [discussions](https://github.com/alibaba/fluss/discussions),
57
57
open [issues](https://github.com/alibaba/fluss/issues) if you find a bug or request features, contribute code and documentation,
58
58
or help us improve the project in any way. All contributions are welcome!
59
59
60
60
## License
61
61
62
-
Fluss project is licensed under the [Apache License 2.0](https://github.com/alibaba/fluss/blob/main/LICENSE).
62
+
Apache Fluss (Incubating) project is licensed under the [Apache License 2.0](https://github.com/alibaba/fluss/blob/main/LICENSE).
0 commit comments