apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.4k stars 945 forks source link

[Feature] Support integration with JuiceFS #1346

Open SteNicholas opened 1 year ago

SteNicholas commented 1 year ago

Search before asking

Motivation

JuiceFS is a high-performance POSIX file system released under Apache License 2.0, particularly designed for the cloud-native environment. The data, stored via JuiceFS, will be persisted in object storage (e.g. Amazon S3), and the corresponding metadata can be persisted in various database engines such as Redis, MySQL, and TiKV based on the scenarios and requirements. Paimon could support integration with JuiceFS.

Solution

Paimon supports integration with JuiceFS.

Anything else?

No response

Are you willing to submit a PR?

q977734161 commented 1 year ago

I'm willing to submit a PR!