# incubator-paimon **Repository Path**: jiyong123/incubator-paimon ## Basic Information - **Project Name**: incubator-paimon - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-29 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Paimon](https://paimon.apache.org/assets/paimon_blue.svg) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](https://the-asf.slack.com/archives/C053Q2NCW8G) Paimon is a streaming data lake platform that supports high-speed data ingestion, change data tracking and efficient real-time analytics. 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
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). ## 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](https://the-asf.slack.com/archives/C053Q2NCW8G) 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](https://infra.apache.org/slack.html). Then join [Paimon channel](https://the-asf.slack.com/archives/C053Q2NCW8G). Don’t forget to introduce yourself in channel. ## Building JDK 8/11 is required for building the project. - 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](https://paimon.apache.org/docs/master/project/contributing/). ## License The code in this repository is licensed under the [Apache Software License 2](LICENSE).