apache/pinot
Voir sur GitHubAdd real-time table support for data ingestion rest API
Open
#11 914 ouverte le 31 oct. 2023
featuregood first issuehelp wantedingestion
Métriques du dépôt
- Stars
- (4 937 stars)
- Métriques de merge PR
- (Merge moyen 6j 7h) (186 PRs mergées en 30 j)
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.