v0.6.0-rc2
[release] Commit for Release 0.6.0
28 files changed
tree: 6dc0af715666eed992cc7067cb253e734824fee1
  1. .github/
  2. .idea/
  3. .mvn/
  4. docker/
  5. fluss-benchmark/
  6. fluss-client/
  7. fluss-common/
  8. fluss-connectors/
  9. fluss-dist/
  10. fluss-filesystems/
  11. fluss-kafka/
  12. fluss-lake/
  13. fluss-lakehouse/
  14. fluss-metrics/
  15. fluss-protogen/
  16. fluss-rpc/
  17. fluss-server/
  18. fluss-test-coverage/
  19. fluss-test-utils/
  20. tools/
  21. website/
  22. .gitignore
  23. LICENSE
  24. mvnw
  25. mvnw.cmd
  26. NOTICE
  27. pom.xml
  28. README.md
README.md

What is Fluss?

Fluss is a streaming storage built for real-time analytics which can serve as the real-time data layer for Lakehouse architectures.

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.

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

Building

Prerequisites for building Fluss:

  • Unix-like environment (we use Linux, Mac OS X, Cygwin, WSL)
  • Git
  • Maven (we require version >= 3.8.6)
  • Java 8 or 11
git clone https://github.com/alibaba/fluss.git
cd fluss
./mvnw clean package -DskipTests

Fluss is now installed in build-target. The build command uses Maven Wrapper (mvnw) which ensures the correct Maven version is used.

Contributing

Fluss is open-source, and we’d love your help to keep it growing! Join the discussions, open issues if you find a bug or request features, contribute code and documentation, or help us improve the project in any way. All contributions are welcome!

License

Fluss project is licensed under the Apache License 2.0.