flink+doris
时间: 2023-09-14 10:04:29 浏览: 117
Flink and Doris are two different technologies that serve different purposes.
Flink is an open-source stream processing framework that allows developers to process and analyze data in real-time. It provides high-throughput and low-latency processing of data streams and supports a wide range of data sources, including Kafka, AWS Kinesis, and more.
Doris, on the other hand, is an open-source distributed SQL database that is designed to handle large-scale data analytics. It provides real-time analytics capabilities and supports various data storage formats, including Hadoop Distributed File System (HDFS), Apache HBase, and more.
While Flink can be used for real-time data processing, it does not have the same level of data analytics capabilities as Doris. Similarly, while Doris can handle large-scale data analytics, it is not designed to process data in real-time like Flink.
阅读全文