Skip to content

Commit 2fc33e8

Browse files
MehulBatraMehul Batra
andauthored
[docs] move the directory and website links to apache (#1366)
* move the directory and website to apache * fix unwanted formatting * fix unwanted formatting2 --------- Co-authored-by: Mehul Batra <[email protected]>
1 parent 5c4225e commit 2fc33e8

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88
</p>
99

1010
<p align="center">
11-
<a href="https://alibaba.github.io/fluss-docs/docs/intro/">Documentation</a> | <a href="https://alibaba.github.io/fluss-docs/docs/quickstart/flink/">QuickStart</a> | <a href="https://alibaba.github.io/fluss-docs/community/dev/ide-setup/">Development</a>
11+
<a href="https://fluss.apache.org/docs/">Documentation</a> | <a href="https://fluss.apache.org/docs/quickstart/flink/">QuickStart</a> | <a href="https://fluss.apache.org/community/dev/ide-setup/">Development</a>
1212
</p>
1313

1414
<p align="center">
15-
<a href="https://github.com/alibaba/fluss/actions/workflows/ci.yaml"><img src="https://github.com/alibaba/fluss/actions/workflows/ci.yaml/badge.svg?branch=main" alt="CI"></a>
16-
<a href="https://github.com/alibaba/fluss/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg" alt="License"></a>
15+
<a href="https://github.com/apache/fluss/actions/workflows/ci.yaml"><img src="https://github.com/apache/fluss/actions/workflows/ci.yaml/badge.svg?branch=main" alt="CI"></a>
16+
<a href="https://github.com/apache/fluss/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg" alt="License"></a>
1717
<a href="https://join.slack.com/t/apache-fluss/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

2020
## What is Apache Fluss (Incubating)?
2121

2222
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

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.
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
25+
Apache Spark, and StarRocks are coming soon.
2526

2627
**Fluss (German: river, pronounced `/flus/`)** enables streaming data continuously converging, distributing and flowing into lakes, like a river 🌊
2728

@@ -44,7 +45,7 @@ Prerequisites for building Apache Fluss:
4445
- Java 8 or 11
4546

4647
```bash
47-
git clone https://github.com/alibaba/fluss.git
48+
git clone https://github.com/apache/fluss.git
4849
cd fluss
4950
./mvnw clean package -DskipTests
5051
```
@@ -53,10 +54,10 @@ Apache Fluss is now installed in `build-target`. The build command uses Maven Wr
5354

5455
## Contributing
5556

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-
open [issues](https://github.com/alibaba/fluss/issues) if you find a bug or request features, contribute code and documentation,
58-
or help us improve the project in any way. All contributions are welcome!
57+
Apache Fluss (Incubating) is open-source, and we’d love your help to keep it growing! Join the [discussions](https://github.com/apache/fluss/discussions),
58+
open [issues](https://github.com/apache/fluss/issues) if you find a bug or request features, contribute code and documentation,
59+
or help us improve the project in any way. All contributions are welcome!
5960

6061
## License
6162

62-
Apache Fluss (Incubating) project is licensed under the [Apache License 2.0](https://github.com/alibaba/fluss/blob/main/LICENSE).
63+
Apache Fluss (Incubating) project is licensed under the [Apache License 2.0](https://github.com/apache/fluss/blob/main/LICENSE).

website/community/dev/building.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,17 @@ title: Building Fluss
2525

2626
This page covers how to build Fluss from sources.
2727

28-
In order to build Fluss you need to get the source code by [cloning the git repository](https://github.com/alibaba/fluss).
28+
In order to build Fluss you need to get the source code by [cloning the git repository](https://github.com/apache/fluss).
2929

30-
In addition, you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Fluss requires **Java 8 or Java 11** to build.
31-
32-
:::tip
33-
- It is recommended to use JDK 1.8.3 if you're using Java 8 and encounter an error like `java.lang.NoSuchMethodError: 'java.nio.MappedByteBuffer java.nio.MappedByteBuffer.duplicate()'`.
34-
- Setting the environment variable via `export JAVA_TOOL_OPTIONS="-XX:+UnlockExperimentalVMOptions"` is useful if you encounter an error `VM option 'UseG1GC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions`.
35-
:::
30+
In addition, you need **Maven 3.8.6** and a **JDK** (Java Development Kit). Fluss requires **Java 11** to build.
3631

3732
To clone from git, enter:
3833

3934
```bash
40-
git clone [email protected]:alibaba/fluss.git
35+
git clone [email protected]:apache/fluss.git
4136
```
4237

43-
If you want to build a specific release or release candidate, have a look at the existing tags using
38+
If you want to build a specific release or release candidate, have a look at the existing tags using
4439

4540
```bash
4641
git tag -n

0 commit comments

Comments
 (0)