Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.

Clone this repo:
  1. 12635df [python] Preserve manifest order in Data Evolution splits (#9242) by XiaoHongbo · 19 hours ago master
  2. 7b0888f [core] Refactor read batch sizing API (#9248) by Jingsong Lee · 19 hours ago
  3. d21cef3 [python] Support callable assignments in predicate updates (#9239) by XiaoHongbo · 19 hours ago
  4. 91ce4d6 [core] Support dynamic read batch sizing (#9243) by Gabriel · 20 hours ago
  5. e3bc30c [python] Stream scalar update_by_predicate assignments by file group (#9240) by XiaoHongbo · 20 hours ago

Paimon

License Get on Slack

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations. Paimon innovatively combines lake format and LSM structure, bringing realtime streaming updates into the lake architecture.

Background and documentation are available at https://paimon.apache.org

Paimon's former name was Flink Table Store, developed from the Flink community. The architecture refers to some design concepts of Iceberg. Thanks to Apache Flink and Apache Iceberg.

Collaboration

Paimon tracks issues in GitHub and prefers to receive contributions as pull requests.

Mailing Lists

Please make sure you are subscribed to the mailing list you are posting to! If you are not subscribed to the mailing list, your message will either be rejected (dev@ list) or you won't receive the response (user@ list).

Slack

You can join the Paimon community on Slack. Paimon channel is in ASF Slack workspace.

  • Anyone with an @apache.org email address can become a full member of the ASF Slack workspace. Search Paimon channel and join it.
  • If you don't have an @apache.org email address, you can email to user@paimon.apache.org to apply for an ASF Slack invitation. Then join Paimon channel.

Building

JDK 8/11 is required for building the project. Maven version >=3.6.3.

  • Run the mvn clean install -DskipTests command to build the project.
  • Run the mvn spotless:apply to format the project (both Java and Scala).
  • IDE: Mark paimon-common/target/generated-sources/antlr4 as Sources Root.

How to Contribute

Contribution Guide.

License

The code in this repository is licensed under the Apache Software License 2.