Skip to content

Commit d9217fc

Browse files
authored
[readme] Update Fluss to Apache Fluss(Incubating) in readme (apache#1263)
1 parent c6051c6 commit d9217fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<source media="(prefers-color-scheme: dark)" srcset="website/static/img/logo/svg/white_color_logo.svg">
44
<source media="(prefers-color-scheme: light)" srcset="website/static/img/logo/svg/colored_logo.svg">
55
<!-- Fall back to version that works for dark and light mode -->
6-
<img alt="Fluss logo" src="website/static/img/logo/svg/white_filled.svg">
6+
<img alt="Apache Fluss logo" src="website/static/img/logo/svg/white_filled.svg">
77
</picture>
88
</p>
99

@@ -17,9 +17,9 @@
1717
<a href="https://join.slack.com/t/fluss-hq/shared_invite/zt-33wlna581-QAooAiCmnYboJS8D_JUcYw"><img src="https://img.shields.io/badge/slack-join_chat-brightgreen.svg?logo=slack" alt="Slack"></a>
1818
</p>
1919

20-
## What is Fluss?
20+
## What is Apache Fluss (Incubating)?
2121

22-
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.
2323

2424
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.
2525

@@ -36,7 +36,7 @@ It bridges the gap between **data streaming** and **data Lakehouse** by enabling
3636

3737
## Building
3838

39-
Prerequisites for building Fluss:
39+
Prerequisites for building Apache Fluss:
4040

4141
- Unix-like environment (we use Linux, Mac OS X, Cygwin, WSL)
4242
- Git
@@ -49,14 +49,14 @@ cd fluss
4949
./mvnw clean package -DskipTests
5050
```
5151

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.
5353

5454
## Contributing
5555

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),
5757
open [issues](https://github.com/alibaba/fluss/issues) if you find a bug or request features, contribute code and documentation,
5858
or help us improve the project in any way. All contributions are welcome!
5959

6060
## License
6161

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

Comments
 (0)