apache/pinot
Add real-time table support for data ingestion rest API
Aberta
#11.914 aberto em 31 de out. de 2023
featuregood first issuehelp wantedingestionstale
Métricas do repositório
- Stars
- (4.937 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.