apache/pinot

Add real-time table support for data ingestion rest API

开放

#11,914 创建于 2023年10月31日

 (7 条评论) (1 个反应) (1 位负责人)Java (1,234 个派生)batch import
featuregood first issuehelp wantedingestionstale

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In #6354 we introduced rest API to ingest data from file/URI, but it only supports ingesting data into offline table as of now. Since we already support pushing segment to real-time table, we should extend the API to support ingesting data into real-time table.

贡献者指南