SteNicholas commented on code in PR #670: URL: https://github.com/apache/incubator-paimon/pull/670#discussion_r1142853563
########## docs/content/project/roadmap.md: ########## @@ -0,0 +1,55 @@ +--- +title: "Roadmap" +weight: 1 +type: docs +aliases: +- /project/roadmap.html +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +# Roadmap + +Paimon's long-term goal is to become the better data lake platform for building the Streaming Lakehouse. Paimon will +invest in real-time, ecology, and data warehouse integrity for a long time. + +If you have other requirements, please contact us. + +## What’s Next? + +### Core +- Lookup Changelog-Producer to produce changelog in real-time +- Enhance Flink Lookup Join from True Lookup +- Provide stable Java Programing API +- Savepoint support +- Multi table consistency for real-time materialized views + +### Ingestion +- Schema Evolution Synchronization from Flink CDC +- Entire Database Synchronization from Flink CDC +- Integration with Apache Seatunnel + +### Compute Engines +- Flink DELETE/UPDATE support +- More management DMLs to Flink/Spark `CALL` procedures. +- Hive Writer +- Spark Writer supports `INSERT OVERWRITE` +- Spark Time Traveling +- Presto Reader +- Apache Doris Reader Review Comment: ```suggestion - Doris Reader ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org