Jackie-Jiang commented on issue #8623: URL: https://github.com/apache/pinot/issues/8623#issuecomment-1116682415
Currently there is no way to directly pull data from an external DB. You will need to first dump the data from the DB into a supported file format, then use the Pinot ingestion flow to ingest the data into Pinot. You may use the [hybrid table](https://docs.pinot.apache.org/basics/components/table#hybrid-table) setup to serve data from both batch source and streaming source. We may support pulling data from an external DB using some standard connector, such as JDBC. cc @timsants -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org