bhasudha commented on code in PR #9622: URL: https://github.com/apache/hudi/pull/9622#discussion_r1324523010
########## website/docs/quick-start-guide.md: ########## @@ -1559,14 +1236,23 @@ insert overwrite hudi_cow_pt_tbl partition(dt = '2021-12-09', hh='12') select 13 </Tabs > +## Hudistreamer +Hudi provides a ingestion tool to assist with ingesting data into hudi from various difference sources in a streaming manner. +This has lot of niceties like auto checkpointing, schema enforcement via schema provider, transformation support and so on. +Please refer to [here](/docs/fakeurl) for more info. + +## Structured Streaming + +Hudi supports Spark Structured Streaming reads and writes as well. Please refer to [here](/docs/fakeurl) for more info. Review Comment: Reminder to fix url later as other dependent prs are merged. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
