apache/pinot

Add real-time table support for data ingestion rest API

Open

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

在 GitHub 查看
 (6 评论) (1 反应) (1 负责人)Java (1,234 fork)batch import
featuregood first issuehelp wantedingestion

仓库指标

Star
 (4,937 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 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.

贡献者指南