all-things-risingwave
Does RisingWave support unstructured data ingestion?
I am looking for information on whether RisingWave supports unstructured data ingestion and how it can be handled.
th
theseusyang
Asked on May 05, 2022
- RisingWave supports semi-structured data ingestion.
- Multimedia data like images or videos can be treated as binaries and consumed by RisingWave.
- RisingWave does not have the capability to process unstructured data.
- JSON from Kafka or files are supported by RisingWave.
- Text information may not be suitable in RisingWave due to its relational model and SQL usage.
- To handle unstructured text data in RisingWave, it is recommended to extract useful fields into columns before ingestion.
- Modeling unstructured text data to tables and extracting helpful fields into columns allows for further processing logic like alerting conditions in SQL.
May 05, 2022Edited by