Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion website/docs/intro.md → website/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ sidebar_position: 1
slug: /
---

import { useColorMode } from '@docusaurus/theme-common';

# What is Fluss?

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

![arch](/img/fluss.png)
{(() => {
const { colorMode } = useColorMode();
return (
<img src={colorMode === 'dark' ? '/img/fluss.png' : '/img/fluss_light_mode.png'} alt="arch" />
);
})()}

It bridges the gap between **streaming data** and the data **Lakehouse** by enabling low-latency, high-throughput data ingestion and processing while seamlessly integrating with popular compute engines like **Apache Flink**, with **Apache Spark** and **StarRocks** coming soon.

Expand Down
Binary file added website/static/img/fluss_light_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading