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.