apache/pinot

Add real-time table support for data ingestion rest API

Open

#11,914 opened on Oct 31, 2023

View on GitHub
 (6 comments) (1 reaction) (1 assignee)Java (1,234 forks)batch import
featuregood first issuehelp wantedingestion

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (Avg merge 6d 7h) (186 merged PRs in 30d)

Description

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.

Contributor guide