Paimon is a streaming data lake platform that supports high-speed data ingestion, change data tracking and efficient real-time analytics.
Background and documentation is 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.
Paimon tracks issues in GitHub and prefers to receive contributions as pull requests.
Name | Subscribe | Digest | Unsubscribe | Post | Archive |
---|---|---|---|---|---|
user@paimon.apache.org User support and questions mailing list |
Subscribe | Subscribe | Unsubscribe | Post | Archives |
dev@paimon.apache.org Development related discussions |
Subscribe | Subscribe | Unsubscribe | Post | Archives |
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).
JDK 8/11 is required for building the project.
- Run the
mvn clean package -DskipTests
command to build the project. - Run the
mvn spotless:apply
to format the project (both Java and Scala).
The code in this repository is licensed under the Apache Software License 2.